# ********************************************************************** # Module section # ********************************************************************** Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" Load "synaptics" # Load "xtt" # Load "speedo" EndSection # ********************************************************************** # Files section # ********************************************************************** Section "Files" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/artwiz" # FontPath "/usr/share/fonts/misc/" # FontPath "/usr/share/fonts/TTF/" # FontPath "/usr/share/fonts/Type1/" # FontPath "/usr/share/fonts/CID/" # FontPath "/usr/share/fonts/75dpi/" # FontPath "/usr/share/fonts/100dpi/" # FontPath "/usr/share/fonts/local/" # FontPath "/usr/share/fonts/Speedo/" # FontPath "/usr/share/fonts/TrueType/" # FontPath "/usr/share/fonts/freefont/" EndSection # ********************************************************************** # Input devices # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "synaptics" Identifier "TouchPad" Option "Device" "/dev/input/mouse0" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "PalmMinWidth" "70" Option "PalmMinZ" "200" Option "SHMConfig" "on" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "LCD" Option "DPMS" DisplaySize 340 270 # HorizSync 20 - 90 # VertRefresh 50 - 100 Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841 # Modeline "1280x800@75" 111.50 1280 1312 1728 1760 800 815 825 841 # Modeline "1280x800" 81.59 1280 1280 1384 1688 768 769 774 791 # Modeline "1280x800" 111.50 1280 1312 1728 1760 800 815 825 841 # Modeline "1280x800@75i" 48.16 1280 1312 1488 1520 800 818 823 841 interlace EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "855GME" Driver "i810" BusID "PCI:0:2:0" Option "DisplayInfo" "FALSE" VideoRam 65536 # VideoRam 131072 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Default Screen" Device "855GME" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x800@60" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Mouse1" "CorePointer" InputDevice "TouchPad" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" Option "OffTime" "3" EndSection Section "DRI" Mode 0666 EndSection