# vim:nowrap:noet:ft=xf86conf: # 051005 Peter G. Section "Module" Load "extmod" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" EndSection Section "ServerFlags" Option "BlankTime" "0" Option "StandbyTime" "10" Option "SuspendTime" "0" Option "OffTime" "30" EndSection ################################################################ Section "InputDevice" Identifier "KeyboardPS2" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "MousePS2" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/mouse" EndSection Section "InputDevice" Identifier "MouseUSB" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/usbmouse" Option "ZAxisMapping" "4 5" EndSection ################################################################ Section "Monitor" Identifier "Mitsubishi 2040u #0" HorizSync 30-121 VertRefresh 50-160 Option "DPMS" EndSection Section "Monitor" Identifier "Mitsubishi 2040u #1" HorizSync 30-121 VertRefresh 50-160 Option "DPMS" EndSection Section "Monitor" Identifier "Sony G420" HorizSync 30-107 VertRefresh 48-120 Option "DPMS" EndSection ################################################################ Section "Device" Identifier "GF4 4600 #0" Driver "nvidia" Screen 0 BusID "PCI:1:5:0" Option "ConnectedMonitor" "CRT-0" Option "RenderAccel" "false" EndSection Section "Device" Identifier "GF4 4600 #1" Driver "nvidia" Screen 1 BusID "PCI:1:5:0" Option "ConnectedMonitor" "CRT-1" Option "RenderAccel" "false" EndSection Section "Device" Identifier "GF4 MX440" Driver "nvidia" BusID "02:10:0" Option "ConnectedMonitor" "CRT" Option "RenderAccel" "false" Option "UseInt10Module" "true" EndSection ################################################################ Section "Screen" Identifier "Screen #0" Device "GF4 4600 #0" Monitor "Mitsubishi 2040u #0" DefaultDepth 24 Subsection "Display" Depth 8 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection Subsection "Display" Depth 16 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection Subsection "Display" Depth 24 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection EndSection Section "Screen" Identifier "Screen #1" Device "GF4 4600 #1" Monitor "Mitsubishi 2040u #1" DefaultDepth 24 Subsection "Display" Depth 8 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection Subsection "Display" Depth 16 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection Subsection "Display" Depth 24 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection EndSection Section "Screen" Identifier "Screen #2" Device "GF4 MX440" Monitor "Sony G420" DefaultDepth 24 Subsection "Display" Depth 8 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection Subsection "Display" Depth 16 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection Subsection "Display" Depth 24 ViewPort 0 0 Modes "1600x1200" "800x600" EndSubsection EndSection ################################################################ Section "ServerLayout" Identifier "Three screens" Screen 0 "Screen #0" Screen 1 "Screen #1" LeftOf "Screen #0" Screen 2 "Screen #2" RightOf "Screen #0" InputDevice "KeyboardPS2" "CoreKeyboard" InputDevice "MouseUSB" "CorePointer" InputDevice "MousePS2" "SendCoreEvents" Option "Xinerama" "off" EndSection