Section "ServerLayout" Identifier "Default Layout" Screen "aticonfig-Screen[0]" InputDevice "TouchPad" "CorePointer" InputDevice "Mouse" InputDevice "Keyboard" "CoreKeyboard" Option "AIGLX" "true" Option "NoPM" "yes" EndSection Section "Files" # FontPath "/usr/share/X11/fonts/Speedo/" # path to defoma fonts # another fonts FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/usr/share/fonts/type1/gsfonts" FontPath "/usr/share/fonts/truetype/arphic" FontPath "/usr/share/fonts/truetype/baekmuk" FontPath "/usr/share/fonts/truetype/freefont" FontPath "/usr/share/fonts/truetype/kochi" FontPath "/usr/share/fonts/truetype/msttcorefonts" FontPath "/usr/share/fonts/truetype/openoffice" FontPath "/usr/share/fonts/truetype/thai" FontPath "/usr/share/fonts/truetype/ttf-arabeyes" FontPath "/usr/share/fonts/truetype/ttf-bengali-fonts" FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath "/usr/share/fonts/truetype/ttf-dejavu" FontPath "/usr/share/fonts/truetype/ttf-devanagari-fonts" FontPath "/usr/share/fonts/truetype/ttf-gentium" FontPath "/usr/share/fonts/truetype/ttf-gujarati-fonts" FontPath "/usr/share/fonts/truetype/ttf-kannada-fonts" FontPath "/usr/share/fonts/truetype/ttf-lao" FontPath "/usr/share/fonts/truetype/ttf-lucida" FontPath "/usr/share/fonts/truetype/ttf-malayalam-fonts" FontPath "/usr/share/fonts/truetype/ttf-mgopen" FontPath "/usr/share/fonts/truetype/ttf-oriya-fonts" FontPath "/usr/share/fonts/truetype/ttf-punjabi-fonts" FontPath "/usr/share/fonts/truetype/ttf-summersby" FontPath "/usr/share/fonts/truetype/ttf-tamil-fonts" FontPath "/usr/share/fonts/truetype/ttf-telugu-fonts" EndSection Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "freetype" Load "extmod" Load "glx" Load "int10" Load "vbe" Load "synaptics" Load "dbe" # Double buffer extension EndSection Section "ServerFlags" Option "DontZap" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbModel" "hpxe3gf" Option "XkbRules" "xorg" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "TouchPad" Driver "synaptics" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" Option "SHMConfig" "on" # disable the mousepad while typing Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1400" Option "BottomEdge" "4700" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "150" Option "MaxTapMove" "120" Option "VertScrollDelta" "100" Option "HorizScrollDelta" "120" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.12" Option "AccelFactor" "0.0012" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "ati" BusID "PCI:1:0:0" Option "XAANoOffscreenPixmaps" Option "AGPMode" "8" #usually not needed, the driver will use the setting from BIOS Option "AccelMethod" "XAA" #either XAA or EXA. "XAA" is the default and safe choice Option "ColorTiling" "on" Option "EnablePageFlip" "true" #only works with accelmethod "XAA" Option "AccelDFS" "true" #seemed to speed things up using EXA acceleration Option "TripleBuffer" "true" #This *might* help if you use something like Beryl and have slow video playback. Option "DynamicClocks" "on" #This is for laptop users, it saves energy when in battery mode. Option "DMAForXv" "true" #This can speed up movie playback but can in rare cases case instability Option "GARTSize" "64" #This is the size of the "GART" that xorg will use. EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 2960 1050 Modes "1680x1050" "1440x900" "1280x800" EndSubSection EndSection Section "DRI" # Access to OpenGL ICD is allowed for all users: Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection