Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "record" Load "extmod" Load "dbe" # double-buffering extension Load "dri" Load "glx" # 3D layer Load "xtrap" Load "type1" # Load "speedo" Load "freetype" Load "synaptics" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "Xkbmodel" "pc105" # Option "XkbLayout" "us" Option "XkbLayout" "us,cz" Option "XkbCompat" "" Option "XkbOptions" "grp:shift_toggle,grp_led:scroll" EndSection #Section "InputDevice" # Identifier "Mouse0" ## Driver "mouse" # Driver "synaptics" ## Option "Protocol" "PS/2" # Option "Protocol" "auto-dev" ## Option "Protocol" "ImPS/2" ## Option "Device" "/dev/psaux" ## Option "Device" "/dev/input/event0" ## Option "Device" "/dev/input/event1" # Option "Device" "/dev/input/mouse0" ## Option "Device" "/dev/input/mice" # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" ## http://www.mandrakeusers.org/index.php?showtopic=12274 # Option "UpDownScrolling" "on" ## http://kerneltrap.org/node/view/1582 # Option "Edges" "1900 5400 1900 4000" # Option "Finger" "25 30" # Option "MaxTapTime" "180" # Option "MaxTapMove" "220" # Option "VertScrollDelta" "100" # Option "MinSpeed" "0.02" # Option "MaxSpeed" "0.18" # Option "AccelFactor" "0.0010" # Option "CorePointer" "" # # Option "ZAxisMapping" "4 5" # Option "SHMConfig" "1" #EndSection Section "InputDevice" Identifier "Mouse0" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mouse0" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "50" Option "MaxTapTime" "20" Option "UpDownScrolling" "on" Option "VertScrollDelta" "100" Option "Edges" "1900 5400 1800 3900" Option "ZAxisMapping" "4 5" Option "MaxSpeed" "0.18" Option "MinSpeed" "0.02" Option "SHMConfig" "on" Option "Finger" "25 30" Option "MaxTapMove" "220" Option "CorePointer" "" Option "AccelFactor" "0.0009" Option "SendCoreEvents" "true" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" 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 "82830 CGC [Chipset Graphics Controller]" BusID "PCI:0:2:0" Option "DPMS" Option "SHMConfig" "1" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 24 # SubSection "Display" # Depth 1 # EndSubSection # SubSection "Display" # Depth 4 # EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection