Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/home/aw11/.fonts" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" Load "synaptics" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Option "XkbOptions" "ctrl:nocaps" EndSection Section "InputDevice" Identifier "GenericMouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "SynMouse" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/input/event0" Option "Protocol" "ExplorerPS/2" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "3900" Option "BottomEdge" "1800" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "VGA0" Driver "radeon" VendorName "ATI" BoardName "ATI Radeon Mobility M9" # The following three options enable the second head (TFT) even # if it is not connected on X startup Option "IgnoreEDID" "true" Option "CRT2HSync" "30.0-64.0" Option "CRT2VRefresh" "50.0-80.0" # Reduce power consumption Option "DynamicClocks" "on" # Set a fixed resolution Option "MergedDPI" "90 90" Option "AGPMode" "4" # The following option enables LCD + TFT dual head Option "MonitorLayout" "LVDS, TMDS" Screen 0 Option "CRT2Position" "RightOf" # Some modes interesting for my Desktop and projector setups Option "MetaModes" "1400x1050-1280x1024 1400x1050-1024x768 1400x1050+1280x1024 1400x1050+1024x768 1280x1024+1280x1024 1024x768+1024x768" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "VGA0" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1400x1050" "1280x1024" "1024x768" "800x600" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen0" InputDevice "Generic Keyboard" InputDevice "SynMouse" InputDevice "GenericMouse" EndSection Section "DRI" Mode 0666 EndSection Section "ServerFlags" Option "DontVTSwitch" "false" Option "DontZap" "false" Option "DontZoom" "false" EndSection