I've had Compiz Fusion working very nicely with the radeon driver on an X1950XT. I've also tried the Catalyst drivers back then, but it was crap. The GUI was lagging (menus open up with big delay, likewise for maximizing and minimizing windows).
With the HD4870, the only driver that works is Catalyst. But even in the latest version (8.11) the lag is not gone. Will we get decent performance this century or should I go on and apply for the cryostasis program and tell them to wake me up in 2100?
PS:
It's funny that the open source radeon driver beats Catalyst by orders of magnitude in this one.
I remember some older GeForce cards not having this problem, even long before EXA actually existed, so that can hardly be the problem.
Which is not really good :P I mean, we *pay* for this. We should expect good performance.
These are the relevant parts:
Note: the "DRI" section with "Mode 0666" is crucial. It won't work without it.Code:Section "Device" Identifier "X1950XT" Driver "radeon" Option "UseAtomBIOS" "true" Option "AccelMethod" "EXA" Option "AccelDFS" "on" Option "EnablePageFlip" "on" Option "TripleBuffer" "true" Option "DMAForXv" "true" Option "DynamicClocks" "on" Option "VGAAccess" "off" Option "DRI" EndSection Section "Screen" Identifier "Screen 1" Device "X1950XT" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection
Last edited by RealNC; 11-28-2008 at 12:34 PM.