Summary: | Desktop Visible While Locked | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | archtaku |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
archtaku
2010-07-17 00:11:11 UTC
first off please try to not "collect" bugs > When the screen is locked, the screen does not turn blank or launch the screensaver. Only when the mouse is moved or a key is pressed on the keyboard does the screen change, and then it turns grey or black. - How was the screen locked? By an idle timer or from some plasmoid etc.? Did you attempt to suspend/hibernate? - When you move the pointer you should either get a password dialog or screenlocking ends. Yesno? - does `kde4-config --path lib | cut -d ":" -f2`kde4/libexec/kscreenlocker --forcelock work? (notice that the accents are important) > While the screensaver does start when the screen is locked, notifications that pop up in the system tray are visible above the screensaver this is a dupe of bug #179924, bug in kscreenlocker and meanwhile hopefully fixed... (see last comment) > and when they disappear you can see the desktop (including any running applications) below where the notification popup just was. This is a bug in your GPU/driver resp. Xorg Since you don't use compositing, add this to your /etc/X11/xorg.conf Section "Extensions" Option "Composite" "Disable" EndSection what should fix this (you need to restart X, ie. usually logout/login, maybe "ZAP" at KDM to be entirely sure) You could also try to add Option "BackingStore" "true" to the "Device" section in the very same file. as this bug is about several different issues it's difficult to track it correctly. But none of the issues are kwin related (kwin is not responsible for rendering non-composited environments). So I set to duplicate of the best matching bug report: popups showing through. Feel free to open seperate reports for each issue, but I'm pretty sure that the issue is known and reported. *** This bug has been marked as a duplicate of bug 179924 *** |