Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Touchpad0" "CorePointer" InputDevice "Mouse0" "AlwaysCore" InputDevice "USBMouse" "AlwaysCore" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" # doesn't work well (see xset -q) #Option "BlankTime" "1" #Option "StandbyTime" "120" #Option "SuspendTime" "180" #Option "OffTime" "240" EndSection #Section "Extensions" #Option "Composite" "Enable" #Option "RENDER" "Enable" #EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "ddc" # ddc probing of monitor (pau) Load "GLcore" #pau Load "bitmap" # bitmap-fonts #pau Load "freetype" #pau Load "record" Load "extmod" Load "dbe" Load "dri" Load "glx" Load "xtrap" Load "type1" Load "speedo" Load "synaptics" # touchpad support (pau) EndSection Section "InputDevice" Identifier "Keyboard0" #Driver "kbd" Driver "keyboard" Option "XkbLayout" "es" Option "XkbModel" "pc105" EndSection Section "InputDevice" Identifier "Touchpad0" Driver "synaptics" Option "Protocol" "auto-dev" # auto-dev/psaux/event Option "Device" "/dev/psaux" Option "SHMConfig" "on" # insecure but lets you change params without restarting xfree EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" EndSection Section "InputDevice" Identifier "USBMouse" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # Identifier "Card0" Driver "i810" VendorName "Intel Corp." BoardName "852GM/852GME/855GM/855GME Chipset Graphics Controller" Option "DRI" "True" Option "VideoRam" "64" #BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection