Summary: | kwin_wayland has 100% CPU usage during screenlock | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Fabian Vogt <fabian> |
Component: | platform-drm | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, thuryn1 |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fabian Vogt
2018-09-29 11:32:28 UTC
100% usage but you can still move the mouse about and stuff? or completely locked? If it is still usable I fear your backtrace is misleading. Output from perf would be better. (In reply to David Edmundson from comment #1) > 100% usage but you can still move the mouse about and stuff? or completely > locked? I can unlock normally. > If it is still usable I fear your backtrace is misleading. Output from perf > would be better. The perf output is equally misleading, mostly llvmpipe. I assume it gets an infinite stream of DRM events and redraws at the highest possible frame rate or something like that... It does not happen with kscreenlocker_greet (with or without --testing) and kwin_wayland --lockscreen in windowed mode. What about other fullscreen windows? (In reply to Martin Flöser from comment #3) > What about other fullscreen windows? I tried konsole in fullscreen mode with wl-shell, CPU usage remained normal. Maybe there's a better application I could try? Manually running kscreenlocker_greet doesn't trigger the issue though. That could indicate that the problem might be the windows not rendered when the screen is locked. Given it's reported by Fabian I'm confident he would have poked us directly if this was still an issue. |