Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" ModulePath "/usr/lib/xorg/modules" EndSection Section "Module" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "en_US" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Emulate3Buttons" Option "Protocol" "auto-dev" Option "Name" "SynPS/2 Synaptics TouchPad" EndSection #Section "InputDevice" # Identifier "Trackpoint" # Driver "evdev" # Option "Name" "TPPS/2 IBM TrackPoint" #EndSection #Section "InputDevice" # Identifier "Logitech USB mouse" # Driver "evdev" # Option "Name" "Logitech Optical USB Mouse" #EndSection Section "Monitor" Identifier "Generic Monitor 0" Option "dpms" EndSection Section "Monitor" Identifier "Generic Monitor 1" Option "dpms" # HorizSync 30-82 # VertRefresh 50-150 EndSection Section "Device" Identifier "Intel0" Driver "intel" Screen 0 # Option "CacheLines" "32768" Option "DRI" # Option "AccelMethod" "EXA" Option "PageFlip" # Option "TripleBuffer" # Option "backingstore" EndSection Section "Device" Identifier "Intel1" Driver "intel" Screen 1 # Option "CacheLines" "32768" Option "DRI" # Option "AccelMethod" "EXA" Option "PageFlip" # Option "TripleBuffer" # Option "backingstore" EndSection Section "Screen" Identifier "Screen 0" Device "Intel0" Monitor "Generic Monitor 0" DefaultDepth 24 EndSection Section "Screen" Identifier "Screen 1" Device "Intel1" Monitor "Generic Monitor 1" DefaultDepth 24 EndSection Section "ServerLayout" Identifier "Main Layout" Screen 0 "Screen 0" InputDevice "Touchpad" "CorePointer" # InputDevice "Logitech USB mouse" "AlwaysCore" # InputDevice "Trackpoint" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" Option "AutoAddDevices" "off" Option "AIGLX" EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" Option "Composite" EndSection