PDA

View Full Version : KDE 4.0 and 7.11 driver (Desktop Effects)


gigabz666
01-11-2008, 10:40 AM
I guess I wasn't suprised to find I couldn't get the desktop effects in KDE 4.0 to work.

So let me guess, the driver doesn't have XComposite and XDamage? Are they in 7.12? I'm not using 7.12 at the moment due to the widescreen resolution problem.

piquadrat
01-11-2008, 01:14 PM
I'm on 7.11 and KDE4.0's desktop effects work good here, albeit a bit slow (comparable to compiz). Do you have this two sections in your xorg.conf?

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

mancunian
01-11-2008, 03:12 PM
works fine here. In addition to piquadrat, I have also activated DAMAGE in section Extensions. So it reads:

Section "Extensions"
Option "Composite" "Enable"
Option "Damage" "true"
EndSection

gigabz666
01-11-2008, 07:33 PM
Sorry, I've been an idiot! Seems when I reverted back from the 8.443 driver I got confused with the driver names and rather than using 7.11 I went to 8.42 which of course didn't have AIGLX which was why it didn't work. Thanks, and sorry for being so stupid!

rvdboom
01-15-2008, 01:42 PM
Well, using the 7.12 driver (8.44.3), I have no working composite with KDE4, while the "Composite", "Damage" and "AIGLX" parameters are set as above. The Xorg.0.log file shows that AIGLX is working, as DRI, COMPOSE extension seems to be loaded, fgl_glxgears works correctly and fglrxinfo shows that I use ATI's OpenGL libs.
I'm looking for a Composite test to check, but I haven't found any yet.
The above post seems to talk about reverting to 7.11 driver. Is there any place I can get it?
Best regards,

mancunian
01-15-2008, 03:44 PM
I have the 7.12 working with aiglx, composite enabled and compiz, so it is possible. And the performance is actually not too bad.

gigabz666
01-15-2008, 06:32 PM
Well, using the 7.12 driver (8.44.3), I have no working composite with KDE4, while the "Composite", "Damage" and "AIGLX" parameters are set as above. The Xorg.0.log file shows that AIGLX is working, as DRI, COMPOSE extension seems to be loaded, fgl_glxgears works correctly and fglrxinfo shows that I use ATI's OpenGL libs.
I'm looking for a Composite test to check, but I haven't found any yet.
The above post seems to talk about reverting to 7.11 driver. Is there any place I can get it?
Best regards,

Like Mancunian, I had the 7.12 driver working, although I have the widescreen problem except mine won't show 1400x900, instead it displays 1024x720 I think it was.

If you want to go back to the 7.11 driver, you need to uninstall the currently installed drivers. Also you have to remove the .ko file installed when using dkms to install the new drivers.

rvdboom
01-16-2008, 03:18 PM
Thanks for the feedback, I guess my problem comes from something else then.
Keep on searching then. :-)

PurpleGecko
01-25-2008, 03:44 AM
You may want to check this out and try adding your information to this bug:

http://bugs.kde.org/show_bug.cgi?id=156035

Maybe we can figure out what's going on then :)

rvdboom
01-30-2008, 08:40 AM
Well, apparently, the bug has been closed, suggesting some bug preventing 7.12 driver to enable compositing with Xserver 1.4.
I'm going to try the most recent AMD driver, but the release notes do not seem to indicate a fix that would have an impact here.

Kano
01-30-2008, 09:56 AM
Current fix is: go back to Xserver 1.3 ;)