-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Add a ubuntu-frame.wake
utility
#84
Comments
It would be nice if this could be a general utility we package into Ubuntu Frame, but could also be used by anyone on any compositor. As I noted in the discussion, one challenge to implementing this is that the protocol requires a surface. I see three solutions:
|
(6) has the non-obvious benefit that we already have good tooling for confining DBus; my understanding is an |
hi, Possible workaround simulate touch. apt-get install evemu-tools (on debian / ubuntu) sudo evemu-record > recording.evemu (For recording the session / mousse, keyboard ...) on ssh session : Victory the screen wake up ! |
It came up in #68 and also on #mir-server. It could be useful to have a utility to wake the screen up when it powered off due to inactivity.
It could take an optional argument of
--for [seconds]
or so, so you can trivially inhibit idle power off based on a timer.The text was updated successfully, but these errors were encountered: