Section "ServerFlags" # Option"DefaultServerLayout" "Layout0" Option "Xinerama" "true" Option "OffTime" "15" Option "HandleSpecialKeys" "Always" EndSection ################################################################################ Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/local/share/fonts/microsoft/" EndSection ################################################################################ Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "extmod" Load "v4l" Load "record" Load "freetype" Load "type1" Load "glx" EndSection ################################################################################ Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbOptions" "ctrl:swapcaps" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" Option "Buttons" "6" # Option "Resolution" "800" EndSection ################################################################################ Section "Monitor" Identifier "Dell 2405FP" VendorName "Dell" ModelName "2405FP" Option "DPMS" "On" HorizSync 30.0-81.0 VertRefresh 56.0-76.0 ModeLine "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 +Hsync -Vsync # Windows-derived Modeline "1600x1200" 160.96 1600 1704 1880 2160 1200 1201 1204 1242 -HSync +Vsync Modeline "1280x1024" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync EndSection Section "Monitor" Identifier "SGI 1600SW" VendorName "Silicon Graphics" ModelName "1600SW" Option "DPMS" "On" HorizSync 31.0-64.0 VertRefresh 60 Modeline "1600x1024" 108 1600 1620 1644 1704 1024 1035 1038 1067 -Hsync -Vsync EndSection ################################################################################ Section "Device" Identifier "nVidia AGP 0" Driver "nvidia" BusID "PCI:01:00:0" Screen 0 Option "NoLogo" "true" Option "UseEdidFreqs" "false" Option "IgnoreEdid" "true" Option "HWCursor" "true" Option "CursorShadow" "true" Option "CursorShadowXOffset" "2" Option "DPMS" "On" EndSection Section "Device" Identifier "nVidia AGP 1" Driver "nvidia" BusID "PCI:01:00:0" Screen 1 Option "NoLogo" "true" Option "UseEdidFreqs" "false" Option "IgnoreEdid" "true" Option "HWCursor" "true" Option "CursorShadow" "true" Option "CursorShadowXOffset" "2" Option "DPMS" "On" EndSection ################################################################################ Section "Screen" Identifier "Screen0" Device "nVidia AGP 0" Monitor "Dell 2405FP" DefaultDepth 24 SubSection "Display" Modes "1920x1200" "1600x1200" "1280x1024" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "nVidia AGP 1" Monitor "SGI 1600SW" DefaultDepth 24 SubSection "Display" Modes "1600x1024" EndSubSection EndSection ################################################################################ Section "ServerLayout" Identifier "Layout0" Screen "Screen0" Screen "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection