zombiepig, thx for your help.
Unfortunatly, I still cannot make scrolling perf acceptable. Moving windows is really slow as well.
My xorg.conf looks like this:
Code:
Section "Device"
Identifier "Configured Video Device"
Driver "radeon"
Option "AccelMethod" "EXA"
Option "EnablePageFlip" "on"
Option "DRI" "true"
Option "TexturedVideo" "on"
Option "GARTSize" "64"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
I tried without the TexturedVideo option and it does not seem to make any difference.
IIUC it should not be necessary to specify the Composite option, shouldn't it be on by default in Hardy? What's the use of DRI Mode 0666?
I'm not sure what else to try. When I run glxinfo, I get:
Code:
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
but the X log file says DRI is activated:
Code:
(II) RADEON(0): Direct rendering experimental on RS400/Xpress 200 enabled