Version: (using KDE 4.4.0) Installed from: Ubuntu Packages When i go to Desktop in System settings the resume compositing button is available, then after about two seconds and some flicker all the options are greyed out. glxgears works, glxinfo|grep rendering - direct rendering: Yes
what is your graphics card, driver and version?
It is Intel integrated GPU, lsusb: 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02) /var/log/Xorg.0.log: (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.5, module version = 2.9.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0
could you please attach the output of glxinfo? Thanks
Created attachment 41237 [details] Output of glxinfo Attached.
Created attachment 41238 [details] Firefox misbehaves
I just had a look at the driver check methods and it looks like we don't enable compositing for Intel 8x cards. You can try to disable the functionality checks in the advanced desktop effect dialog
The "Advanced" tab is greyed out, I cannot even activate it.
close the kwin compositing kcm (notably the "configure windows" dialog or systemsettings) then edit ~/.kde/share/config/kwinrc, find the [Compositing] section and set: DisableChecks=true Enabled=true OpenGLIsUnsafe=false next maybe call "qdbus org.kde.kwin /KWin reconfigure" and reopen the config dialog, pray that it won't segfault ;-)
Ok, compositing works and doesn't even crash, but is sluggish. It feels like I'm on fglrx and agp ati card. Is this why this intel chipset isn't supported? Is there anything I can do to improve the compositing experience, like file a bug on freedesktop or something?
*** This bug has been marked as a duplicate of bug 226791 ***