Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "USBMouse" "CorePointer" # InputDevice "Touchpad" "CorePointer" # InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection #Section "ServerFlags" # Option "HandleSpecialKeys" "Always" #EndSection Section "Files" RgbPath "/usr/X11/lib/X11/rgb" ModulePath "/usr/X11/lib/modules" FontPath "/usr/X11/lib/X11/fonts/TrueType/" FontPath "/usr/X11/lib/X11/fonts/Type1/" FontPath "/usr/X11/lib/X11/fonts/Type1/sun/" FontPath "/usr/X11/lib/X11/fonts/F3bitmaps/" FontPath "/usr/X11/lib/X11/fonts/misc/" FontPath "/usr/X11/lib/X11/fonts/100dpi/" FontPath "/usr/X11/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "IA" Load "Xst" Load "dbe" Load "extmod" Load "record" Load "xtrap" Load "bitstream" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Touchpad" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/kdmouse" Option "Emulate3Buttons" "true" Option "SendCoreEvents" # Synaptics options with their defaults. #Option "Synaptics" "true" # How hard you must press for the finger to be detected #Option "Sensitivity" "25" #Option "Mickeys" "9" # Generate button 4/5 events for vertical scroll area. #Option "EdgeScroll" "true" # Generate button 6/7 events for bottoms croll area #Option "BottomScroll" "true" (takes default from EdgeScroll) # Left sided scroll area #Option "LeftHanded" "false" # Generate a "L" mouse button event when "tapping" #Option "Tapping" "true" # Drag locking: if tapping is enabled implement sticky mouse # buttons when you hit an object twice, registering one tap # followed by a mouse down which lasts until the next tap. #Option "DragLock" "true" # Suppress mouse movements when there are multiple fingers # on the pad. #Option "PalmDetect" "true" # Define the scroll area. #Option "XEdgeMax "5312" #Option "XEdgeMin "1632" #Option "YEdgeMax "3900" #Option "YEdgeMin "1586" EndSection Section "InputDevice" Identifier "USBMouse" Driver "mouse" Option "Protocol" "VUID" Option "Device" "/dev/mouse" Option "SendCoreEvents" EndSection #Section "InputDevice" # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/mouse" #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" # #Option "PageFlip" # [] Identifier "Card0" Driver "i810" VendorName "Intel Corp." BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1400x1050" EndSubSection EndSection