It is possible to turn on and off your display remotely using ssh. To turn off the monitor, login on the remote machine with ssh and enter:
$ export DISPLAY=":0"
$ xset dpms force off
To turn it back on use the xset command again:
$ xset dpms force on
No comments:
Post a Comment