When the Fade effect is enabled, there's a flicker in the animation for other effects (Glide, Sheet, Scale In). Perhaps this could be resolved by, when another animation effect is enabled, only applying the Fade effect to the window types that other animations don't get used for?
Please post or attach the output of qdbus org.kde.kwin /KWin supportInformation Also elaborate on "flicker" is there a sudden opactiy "jump" or is it constant switching between different opacities, does the window judder or expose old frames or ... ;-)
(In reply to comment #1) > Please post or attach the output of > qdbus org.kde.kwin /KWin supportInformation http://pastebin.com/ZDePw40G > Also elaborate on "flicker" is there a sudden opactiy "jump" or is it > constant switching between different opacities, does the window judder or > expose old frames or ... ;-) Sorry that wasn't very clear. Yeah, there's an opacity "jump" -- about halfway through the glide animation, the opacity drops to 0% opacity for ~1 frame, then jumps back up to ~50% opacity for the rest of the glide animation. I'm guessing what's happening is both the fade and glide animations are starting at the same time, the fade finishes first, then the opacity resets for the completion of the glide.
Does it also happen if you deactivate "OpenGL 2.0 shaders" in "kcmshell4 kwincompositing", 3rd tab?
(In reply to comment #3) > Does it also happen if you deactivate "OpenGL 2.0 shaders" in "kcmshell4 > kwincompositing", 3rd tab? Yes it does.
I guess the other effects do not install a grab role?
even if - it should be perfectly fine to combine scale ("In") and fade (and is here) for glide, gliding out could become an issue (if fade and glide times mismatch, the window is faded out and then the fade effect skips with the glide effect finishing on the unfaded window) If effects start to hold an animation grab the outcome will just be some sort of random (first effect that matches) -> Either the animation times for the closing effects need to be coordinated (since even "set" could not cover the latter case as the animation has to be canceled at some point it does not know) or i'll have to look for a smart way to "set" the value but keep the reference only during the actual animation (for closing events) but we'll likely need a new function (the effect might indeed want to keep the window for a while)
Created attachment 82805 [details] System Settings Popup
I'm using Arch x64 with KDE 4.11.2 I noticed in the 'System Setting's when the 'Fade' is enabled, the small black popup windows that give a description of each section that appears when you hover your mouse over a section, and you move the mouse off one the sections and move it to another section, as the the black popup fades the window will jitter/shake slightly, personally I can really see the shaking of these popup windows, this also needs to be fixed. It might also shake and flicker as it's appearing, but I noticed it more when it's fading out. Please see the attached screen shot; 'system-settings.jpg, you'll notice the popup window for the 'Shortcut and Gestures', that's the popup I was referring to that shakes.
Doesn't happen here - and please do not hijack bugs. File a new one and attach the output of "qdbus org.kde.kwin /KWin supportInformation" there Also check whether it happes with blurring disabled and whether it happens with blurring enabled but "saver intermediate blur results" disabled (blur settings, only checkbox)
I though my reply was relevant since I'm also experiencing a flicker issue with the Effects... Not trying to hijack, just making a reply instead of a new report if it was something related is all... I'm assuming; "qdbus org.kde.kwin /KWin supportInformation" is a command, if so doesn't do anything here... THANKS
Yes, but this is likely a dupe of bug #321897 - i suspect you to observe bug #307112 but can't say w/o requested info (yes, konsole command) You however do not see this here, since glide or sheet etc. are for sure not invoked when showing this popup.
qdbus in Arch seems to be pointing to the wrong /path so I'm waiting back on a bug report for that to see how this is to be fixed before I run the command... Blur does not change anything, it's the 'Fade' effect that is causing the shaking/flicker, if I disable 'Fade' it goes away, and always comes back with 'Fade' enabled... THANKS
try "qdbus-qt4"
Created attachment 82812 [details] qdbus org.kde.kwin KWin supportInformation.log
"qdbus-qt4" worked, log attached... THANKS
I don't want to sound rude either, but please, once more, stay away from this bug. It's not yours because that item is not supposed to trigger other animations, so there's no conflict - and the moment this one is confirmed to be a dupe, it will be closed as such and then your issue is lost.
What's the status of this? I just had to disable the fade effect because the whole screen was flickering and it was awful.
The Glide effect, the Sheet effect, and the Scale effect(it superseded the Scale in effect) install grab roles. The log out screen has been added to the blacklist of the fade effect. Thus, I mark this bug as resolved.