Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/ttf-bitstream-vera" EndSection Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" #Load "speedo" Load "freetype" Load "glx" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttons" EndSection Section "InputDevice" Identifier "Mouse0" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1350" Option "RightEdge" "5500" # allow scrollon on the right edge, so this is within the physical border Option "TopEdge" "1400" # above the physical top Option "BottomEdge" "5000" # below the physical top Option "FingerLow" "35" Option "FingerHigh" "58" # these setting should allow clicks -- use synclient to turn off tap when typing Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.09" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" # we need this for synclient to work Option "Emulate3Buttons" "yes" # what should be the middle button is a rocker, 4-way, not 5-way (no press) EndSection Section "Monitor" Identifier "monitor" HorizSync 31.5 - 90.0 VertRefresh 45.0 - 110.0 ModeLine "1280x800" 123.4 1280 1368 1504 1728 800 801 804 840 Option "DPMS" EndSection Section "Device" Identifier "tvideo" Driver "fglrx" VideoRam 524288 Option "UseInternalAGPGART" "yes" BusID "PCI:01:00:0" EndSection Section "Screen" Identifier "Screen 1" Device "tvideo" Monitor "monitor" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection