# vim:nowrap:noet:ft=xf86conf: # 051005 Peter G. Section "Module" Load "extmod" Load "i2c" Load "ddc" EndSection Section "Files" FontPath "/usr/lib/X11/fonts/misc:unscaled" FontPath "/usr/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/lib/X11/fonts/75dpi:unscaled" EndSection Section "ServerFlags" Option "RandR" "off" Option "HandleSpecialKeys" "WhenNeeded" Option "AllowClosedownGrabs" "on" Option "AllowDeactivateGrabs" "on" EndSection ################################################################ Section "InputDevice" Identifier "KeyboardPS2" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc102" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "MousePS2" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "ZAxisMapping" "4 5" EndSection ################################################################ Section "Monitor" Identifier "Monitor0" HorizSync 30-75 VertRefresh 56-70 EndSection Section "Monitor" Identifier "Monitor1" HorizSync 30-75 VertRefresh 56-70 EndSection ################################################################ Section "Device" Identifier "Card0-Socket0" Driver "nv" Screen 0 # BusID "PCI:1:5:0" Option "CrtcNumber" "0" Option "FlatPanel" "on" Option "HW Cursor" "off" Option "UseInt10Module" "false" # Option "ConnectedMonitor" "DFP-0" EndSection Section "Device" Identifier "Card0-Socket1" Driver "nv" Screen 1 # BusID "PCI:1:5:0" Option "CrtcNumber" "1" Option "FlatPanel" "on" Option "HW Cursor" "off" Option "UseInt10Module" "false" # Option "ConnectedMonitor" "DFP-1" EndSection ################################################################ Section "Screen" Identifier "Screen0" Monitor "Monitor0" Device "Card0-Socket0" DefaultDepth 16 Subsection "Display" Depth 16 Virtual 1024 768 Modes "1024x768" EndSubsection EndSection Section "Screen" Identifier "Screen1" Monitor "Monitor1" Device "Card0-Socket1" DefaultDepth 16 Subsection "Display" Depth 16 Virtual 1024 768 Modes "1024x768" EndSubsection EndSection ################################################################ Section "ServerLayout" Identifier "OneDisplayTwoScreens" Screen 0 "Screen0" Screen 1 "Screen1" rightOf "Screen0" InputDevice "MousePS2" "CorePointer" InputDevice "KeyboardPS2" "CoreKeyboard" Option "Xinerama" "off" EndSection