Version: (using KDE KDE 3.4.2) Installed from: Debian stable Packages Please implement a better fade to grey effect during logout. Most people looking at the current one might agree it's a bit rough. Here's a patch for a more smooth and actually good-looking effect: http://www.kde-apps.org/content/show.php?content=20652 There's also already a modified version for 3.4 by another person: http://www.kde-apps.org/content/show.php?content=22557 This has the positive side effect that even though it brings KDE up to modern standards it's still "different" from what other OS'es and DE's do (full screen fade to grey). Hope it or something similar is considered before KDE enters a long time of no new releases.
The decision on whether to include this is up to the artists (note:the first version doesn't apply, only the one from the second link). Technically: The patch manipulates QImage directly instead of using functions like qRed(), so it's very likely it has endianess problems. Moreover it does many quite large QPixmap<->QImage conversions so it's very likely slow and blocking for remote X sessions.
Its not a fade its a wipe, a very slow, ugly wipe at that.
does qt4 have a mechanism to let this be implemented in a more standard way?
I think a nice blur and de-saturate would be nice. ~Ian On 14 Aug 2006 04:17:11 -0000, Will Entriken <kde.org@phor.net> wrote: [bugs.kde.org quoted mail] <div>I think a nice blur and de-saturate would be nice.</div> <div>~Ian<br><br> </div> <div><span class="gmail_quote">On 14 Aug 2006 04:17:11 -0000, <b class="gmail_sendername">Will Entriken</b> <<a href="mailto:kde.org@phor.net">kde.org@phor.net</a>> wrote:</span> <blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">------- You are receiving this mail because: -------<br>You are the assignee for the bug, or are watching the assignee. <br><br><a href="http://bugs.kde.org/show_bug.cgi?id=112547">http://bugs.kde.org/show_bug.cgi?id=112547</a><br><br><br><br><br>------- Additional Comments From <a href="http://kde.org">kde.org</a> phor net 2006-08-14 06:17 ------- <br>does qt4 have a mechanism to let this be implemented in a more standard way?<br>______________________________________________________________________________<br><a href="mailto:kde-artists@kde.org">kde-artists@kde.org </a> | <a href="https://mail.kde.org/mailman/listinfo/kde-artists">https://mail.kde.org/mailman/listinfo/kde-artists</a><br></blockquote></div><br><br clear="all"><br>-- <br>~Ian
Reassigning back to ksmserver to do something about this.
- KDE3 is now completely feature frozen, therefore the patch cannot go in. - For KDE4, such complicated screen-scale effects should be done in the compositing manager (there already is a basic logout effect doing saturation/brightness fade, you'll be able to write another logout effect). Especially, as already mentioned, this patch has some performance issues. Therefore closing, sorry.