Section "ServerLayout" Identifier "Laptop" Screen 0 "Screen" 0 0 InputDevice "Touchpad" "CorePointer" EndSection Section "ServerLayout" Identifier "wTrackball" Screen 0 "Screen" 0 0 InputDevice "Trackball" "CorePointer" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "AutoAddDevices" "False" Option "BlankTime" "0" EndSection Section "Module" # Load "ddc" # ddc probing of monitor Load "dbe" Load "dri" Load "dri2" Load "extmod" Load "glx" Load "synaptics" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "Protocol" "auto-dev" Option "TapButton1" "1" EndSection Section "InputDevice" Identifier "Trackball" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Protocol" "Logitech" Option "Device" "/dev/input/mice" Option "EmulateWheel" "true" Option "EmulateWheelButton" "8" Option "XAxisMapping" "6 7" Option "ButtonMapping" "3 9 1 8 2" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbLayout" "us, de" Option "XkbOptions" "grp:caps_toggle" EndSection Section "Device" Identifier "IntelGMA" Driver "intel" # Driver "vesa" VendorName "Intel Corporation" BoardName "Mobile 945GME Express Integrated Graphics Controller" BusID "PCI:0:2:0" Option "DRI" "true" Option "NoDDC" "true" Option "EnablePageFlip" "true" Option "RenderAccel" "true" Option "AccelMethod" "uxa" Option "EXAOptimizeMigration" "true" EndSection Section "Monitor" Identifier "Monitor" Option "DPMS" "true" EndSection Section "Screen" Identifier "Screen" Device "IntelGMA" Monitor "Monitor" DefaultColorDepth 24 SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "1024x576" "720x400" "640x480" "640x400" "640x350" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "1024x576" "720x400" "640x480" "640x400" "640x350" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "enable" EndSection