# ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "xtrap" Load "record" Load "type1" Load "freetype" Load "glx" Load "v4l" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # RgbPath "/usr/lib/X11/rgb" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/artwiz/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/sharefonts/" FontPath "/usr/share/fonts/terminus/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/unifont/" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" # FontPath "/usr/share/fonts/Speedo/" # FontPath "/usr/share/fonts/TrueType/" # The module search path. The default path is shown here. # ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "logicordless" Option "XkbLayout" "us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" # Option "Protocol" "evdev" Option "Device" "/dev/input/mice" Option "Dev Name" "Logitech USB Receiver" # Option "Dev Phys" "usb-0000:03:00.1-1/input1" Option "Buttons" "7" Option "ZAxisMapping" "4 5" # Option "ZAxisMapping" "6 7" # Mouse-speed setting for PS/2 mouse. # Option "Resolution" "256" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Dell 2405FPW" # DisplaySize 524 331 ModelName "Dell 2405FPW" Option "DPMS" "1" Option "FlatPanelProperties" "Scaling = scaled" VendorName "Dell" HorizSync 30-81 VertRefresh 56-76 Modeline "1920x1200_60.00" 154 1920 1968 2000 2080 1200 1203 1209 1235 +HSync -VSync Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync EndSection Section "Monitor" Identifier "Sun GDM5010PT" # DisplaySize 542 406 Option "DPMS" "1" HorizSync 38-96 VertRefresh 48-160 EndSection Section "Monitor" Identifier "NTSC Monitor" HorizSync 30-68 VertRefresh 50-120 Mode "720x480" # D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz DotClock 34.564 HTimings 720 752 840 928 VTimings 480 484 488 504 Flags "-HSync" "-VSync" EndMode EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Nvidia 6800-0" Driver "nvidia" BusID "AGP:5:0:0" Screen 0 Option "RenderAccel" "On" Option "NoLogo" "On" Option "HWCursor" "On" Option "UseEdidFreqs" "true" Option "NvAGP" "1" EndSection Section "Device" Identifier "Nvidia 6800-1" Driver "nvidia" BusID "AGP:5:0:0" Screen 1 Option "RenderAccel" "On" Option "NoLogo" "On" Option "HWCursor" "On" Option "UseEdidFreqs" "true" Option "NvAGP" "1" EndSection # Other nvidia options # Option "ConnectedMonitor" "DFP" # Option "IgnoreDisplayDevices" "DFP" # Option "ConnectedMonitor" "CRT,CRT" # Option "TwinView" "true" # Option "SecondMonitorHorizSync" "30-50" # Option "SecondMonitorVertRefresh" "60" # Option "ConnectedMonitor" "CRT,CRT" # Option "TVStandard" "NTSC-M" # Option "TVOutFormat" "SVIDEO" # Option "TwinViewOrientation" "Clone" # Option "MetaModes" "1600x1200,NULL;1600x1200,800x600" Section "Device" Identifier "Hauppauge PVR 350 iTVC15 Framebuffer" # Driver "fbdev" Driver "ivtvdev" Option "fbdev" "/dev/fb1" # Option "ivtv" "/dev/fb1" BusID "PCI:3:10:0" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 0" Device "Nvidia 6800-0" Monitor "Sun GDM5010PT" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1600x1200" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "Screen 1" Device "Nvidia 6800-1" Monitor "Dell 2405FPW" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1920x1200_60.00" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "TV Screen" Device "Hauppauge PVR 350 iTVC15 Framebuffer" Monitor "NTSC Monitor" DefaultDepth 24 DefaultFbbpp 32 Subsection "Display" Depth 24 FbBpp 32 Modes "720x480" EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen 0" 0 0 Screen 1 "Screen 1" LeftOf "Screen 0" Screen 2 "TV Screen" RightOf "Screen 0" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection # Section "DRI" # Mode 0666 # EndSection