Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "extmod" Load "type1" Load "freetype" Load "glx" Load "evdev" Load "vnc" EndSection Section "Extensions" Option "Composite" "true" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/urw-fonts/" FontPath "/usr/share/fonts/corefonts/" ModulePath "/usr/lib/modules/extensions" ModulePath "/usr/lib/xorg/modules" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "LeftAlt" "Meta" Option "RightAlt" "ModeShift" Option "XkbModel" "pc101" Option "XkbLayout" "us" Option "XkbOptions" "compose:lwin" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Dev Name" "ImExPS/2 Logitech MX Mouse" # cat /proc/bus/input/devices Option "Dev Phys" "isa0060/serio1/input0" # cat /proc/bus/input/devices Option "Device" "/dev/input/event1" # (/dev/input/mice also appears to work) Option "Buttons" "12" Option "ZAxisMapping" "11 12" EndSection Section "Monitor" Identifier "213T" Option "CalcAlgorithm" "CheckDesktopGeometry" HorizSync 30-81 ModelName "SYNCMASTER 213T" Option "DPMS" VendorName "SAMSUNG" VertRefresh 56-75 EndSection Section "Monitor" Identifier "204B" Option "CalcAlgorithm" "CheckDesktopGeometry" ModelName "SYNCMASTER 204B" Option "DPMS" VendorName "SAMSUNG" EndSection Section "Device" Identifier "GeForce0" Driver "nvidia" Screen 0 BusID "PCI:6:0:0" Option "RenderAccel" "True" Option "EnablePageFlip" "True" Option "AllowGLXWithComposite" "True" Option "Backingstore" "True" Option "AddARGBGLXVisuals" "True" Option "UseDisplayDevice" "DFP-0" Option "DynamicTwinView" "False" EndSection Section "Device" Identifier "GeForce1" Driver "nvidia" Screen 1 BusID "PCI:6:0:0" Option "RenderAccel" "True" Option "EnablePageFlip" "True" Option "AllowGLXWithComposite" "True" Option "Backingstore" "True" Option "AddARGBGLXVisuals" "True" Option "UseDisplayDevice" "DFP-1" Option "DynamicTwinView" "False" EndSection Section "Screen" Identifier "Screen0" Device "GeForce0" Monitor "213T" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "Screen" Identifier "Screen1" Device "GeForce1" Monitor "204B" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubsection EndSection Section "ServerLayout" Identifier "Dual" Screen 0 "Screen0" 1600 0 Screen 1 "Screen1" leftOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection