Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "synaptics" EndSection Section "Files" RgbPath "/usr/lib/X11/rgb" 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/" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "MousePad" Driver "mouse" Option "CorePointer" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "yes" EndSection Section "InputDevice" Identifier "MouseUSB" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "InputDevice" Identifier "Touchpad" Driver "synaptics" Option "SendCoreEvents" Option "Device" "/dev/input/mouse0" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "VertScrollDelta" "0" Option "HorizScrollDelta" "0" Option "MinSpeed" "0" Option "AccelFactor" "0.002" Option "UpDownScrolling" "off" Option "TouchpadOff" "off" Option "GuestMouseOff" "off" Option "LockedDrags" "off" Option "RTCornerButton" "0" Option "RBCornerButton" "0" Option "LTCornerButton" "0" Option "LBCornerButton" "0" Option "TapButton1" "1" Option "TapButton2" "0" Option "TapButton3" "0" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "8" # upper left corner Option "CircularPad" "off" Option "PalmDetect" "off" Option "CoastingSpeed" "0" EndSection Section "Monitor" Identifier "Monitor0" EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection ##### try this for external projector, instead of fglrx Section "Device" Identifier "ATI Graphics Adapter" Driver "radeon" BusID "PCI:1:0:0" Option "Clone" "On" # ? Option "CloneRefresh" "60" # ? Option "DevicePresence" "yes" # ? Option "MonitorLayout" "LVDS,CRT" Option "MetaModes" "1400x1050-1024x768 1400x1050-800x600" EndSection ##### Section "Screen" Identifier "Screen0" Device "ATI Graphics Adapter" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1400x1050 1024x768 800x600" ViewPort 0 0 # initial origin if mode is smaller than desktop EndSubsection EndSection Section "ServerLayout" Identifier "Server Layout" Screen "Screen0" InputDevice "Touchpad" InputDevice "MousePad" "CorePointer" InputDevice "MouseUSB" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection