
Originally Posted by
d2kx
DoDoENT: Did you enable EXA for acceleration? I don't know why it is not the default option as even the Xorg.0.log advises you to do so. 2D acceleration with Xserver-stable which is 1.5 is better with EXA than fglrx, but it is insane with Xserver-unstable which will become 1.6.
Great improvements coming this year

Yes, I do have EXA enabled. Here is my xorg.conf configuration which I used with the radeon driver:
Code:
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 2704 1050
EndSubSection
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "AccelMethod" "EXA"
Option "DynamicClocks" "on"
EndSection
I didn't say that radeon's video acceleration is slow. I just said that fglrx's video acceleration is no slower than radeon's video acceleration. At least in my case: I used intrepid ibex's default radeon driver and catalyst 8.12 in my comparison.