Replies: 1 comment 1 reply
|
I really couldn't say. If your screen was locked, then, there were some changes to what kind of input should the compositor accept when the screen is locked. If it was just a matter of the monitor being off, then input should work unless your monitor also drives the USB port for the keyboard. So pressing a key combination that changes graphics mode (like when switching to a TTY) could wake your monitor up. I haven't had the monitor problem with In case it helps, these are my configurations for In
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
While I was using sway, now and again, I would run into an issue: after my monitor was turned off through
swayidle, it would refuse to turn on in spite of any mouse or keyboard input. This seems to be a long-standing issue with no fix yet. Whenever this happened, I could only do a hard reset or log in through SSH and initiate a reboot from there (provided the SSH server was running, which I generally didn't and still don't want to do on this PC if possible).Today, the same thing happened with scroll. However, this time, before thinking of doing a hard reset as a last resort, I tried pressing Ctrl + Alt + F2 so that maybe I could switch to TTY2 and do something there. To my surprise, it made the monitor wake up and everything became functional! Then, I tried switching back to TTY1 by pressing Ctrl + Alt + F1. It also worked, so I could continue the scroll session from where I left off!
Has anything changed recently in wlroots or sway, and by extension, scroll in this regard? In other words, in case the compositor doesn't react to any input due to an error, is it now expected to be able to to use various low-level keyboard shortcuts like switching TTYs on Linux?
All reactions