Summary: | When screen is turned off for energy saving, can't turn it back on with touch or stylus. Must use a mouse or keyboard. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | andy <andy> |
Component: | input | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | major | CC: | nate, xaver.hugl |
Priority: | NOR | Keywords: | qt6 |
Version: | 6.0.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
andy
2024-03-12 20:36:32 UTC
The code in KWin to wake the screen on a double tap is there, but IIRC it doesn't work everywhere because a lower level component (libinput, the kernel or even the firmware) turns off the touchscreen. I'm not sure we can do anything about it. Waking the screen on stylus events isn't there yet though and should definitely be implemented. I see. If I set the screen timeout to 1 minute and leave `libinput debug-events` running, then tap the screen a bunch, then press spacebar to turn the screen back on, I see only KEYBOARD_KEY and no TOUCH_* events that I normally see with the screen on. Trying the same with the stylus, I don't see POINTER_* events either when the screen is off. So it would make sense if this is a lower level kernel/firmware thing. *** This bug has been marked as a duplicate of bug 451359 *** |