A quick note for a workaround is to use a non-power-of-two value for shadow_radius (so don't use 2, 4, 8, 16, 32)... e.g. do this:
open a gnome-terminal issue the command: gconftool-2 -s -t float /apps/compiz/plugsins/decoration/allscreens/options/shadow_radius 9.0 This problem you see is not only related to compiz, but the xserver also. What you are seeing is client (compiz) and server (well the xserver) disagreeing about the OpenGL texture-target to use for drawing the redirected window (the one of cairo-clock). One of them wants a power-of-two texture-target the other one a non-power-of-two texture- target and in the end the user just sees a white rectangle. This issue in the xserver if fixed upstream. For the related bug-entry in the xserver see... https://bugs.freedesktop.org/show_bug.cgi?id=11109 -- White frame around gnome panel when compiz activated https://bugs.launchpad.net/bugs/141497 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
