Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" Load "glx" Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc101" Option "XkbLayout" "it" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" # IntelliMouse PS/2 Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttons" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Philips 107E" Option "DPMS" HorizSync 28-72 VertRefresh 43-60 EndSection Section "Device" Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]" Driver "radeon" BusID "PCI:1:0:0" Option "XAANoOffscreenPixmaps" "1" Option "AGPMode" "8" Option "AccelMethod" "XAA" #either XAA or EXA. only XAA 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 "DRI" "true" 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 # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]" Monitor "Philips 107E" DefaultDepth 24 Option "AddARGBGLXVisuals" "True" Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Option "AIGLX" "true" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "DRI" Group 0 Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection