# Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" # keyboard added by rhpxl Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105+inet" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Videocard0" Driver "radeon" # Try Dynamic clock scaling to save power #Option "DynamicClocks" # Try XAA mode instead EXA. Slower, but should be more stable # ** Does not help #Option "AccelMethod" "XAA" # Try EXA mode instead of XAA. # ** Doesn't help, but seems to perform a bit better Option "AccelMethod" "EXA" # Try Turning off Render Acceleration # ** Does not help #Option "RenderAccel" "off" # Try Turning off DRI # ** Works, but is slow! Option "DRI" "off" # ** No effect since card is onboard #Option "BusType" "PCI" #Option "AGPMode" "4" # ** Have not tried this one #Option "XaaNoSolidFillRect" "off" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection