Bug 202930 - Kwin does strange "effect" on logout when logout effect is off
Summary: Kwin does strange "effect" on logout when logout effect is off
Status: RESOLVED FIXED
Alias: None
Product: ksmserver
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Lubos Lunak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-07 11:52 UTC by Ivo Anjo
Modified: 2009-10-07 15:33 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screencast showing the problem (960.98 KB, video/ogg)
2009-08-07 11:52 UTC, Ivo Anjo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivo Anjo 2009-08-07 11:52:18 UTC
Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    SuSE RPMs

When I turn off the logout effect in the options, and try to log out, instead of no-effect, I get a strange "effect" that sets the desktop brightness to a high value, and then fades to a gray value.

The attached screencast shows the problem.

Distro: openSUSE 11.1
X server: X.Org X Server 1.5.2
Driver: nvidia 185.18.14
Comment 1 Ivo Anjo 2009-08-07 11:52:36 UTC
Created attachment 35960 [details]
Screencast showing the problem
Comment 2 Janet 2009-08-28 16:41:31 UTC
That's a very nasty behaviour, I agree. With enabled compositing I only have the choice of getting a headache because of that brightness that hurts in the eyes or of getting a headache because that blurry  background makes my eyes try to focus it nonetheless (I'm shortsighted and blur effects like that are a real pain for me).

It really would be a relief to have a simple effect like it was in KDE3 and is in KDE4 without compositing - just a screen that turns grey without any blurs and flashes.
Comment 3 Martin Flöser 2009-09-16 23:28:03 UTC
(In reply to comment #2)
> It really would be a relief to have a simple effect like it was in KDE3 and is
> in KDE4 without compositing - just a screen that turns grey without any blurs
> and flashes.
You can easily disable the blur in the config file (~/.kde/share/config/kwinrc) section [Effect-Logout] and set option "UseBlur" to false
Comment 4 Martin Flöser 2009-09-16 23:47:51 UTC
reassigning to ksmserver as kwin is innocent with the "flash".

This flashing only happens when compositing is enabled but logout effect is disabled. It does not happen when compositing is disabled.
Comment 5 Fredrik Höglund 2009-10-03 17:55:16 UTC
SVN commit 1030959 by fredrik:

Fix the flash that appears when the logout dialog is shown with compositing
enabled but the logout effect disabled.

BUG: 202930


 M  +9 -0      fadeeffect.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1030959
Comment 6 Ivo Anjo 2009-10-04 22:15:55 UTC
Could you please backport this fix to branch? Thanks.
Comment 7 Fredrik Höglund 2009-10-04 23:41:20 UTC
It was backported in commit 1030962, and will be in KDE 4.3.3.
Comment 8 Janet 2009-10-07 15:33:06 UTC
Thanks a lot, also Martin Gräßlin for the tip with the config file entry.