how to wake up sleeping monitor using batch script/command

JB jb.1234abcd at gmail.com
Sun Dec 26 02:00:04 UTC 2010


Antonio Olivares <olivares14031 <at> yahoo.com> writes:

> ... 
> I tried adding a command to wake up the monitor like
> 48 04 * * 1-5 sleep 2; xset dpms force on > /dev/null 2&>1
> ...

Some observations when done on a command line.
- the screen does not come up when
  $ xset dpms force off ; sleep 10 ; xset dpms force on > /dev/null 2&>1 
- the screen DOES come up after 10s when
  $ xset dpms force off ; sleep 10 ; xset dpms force on

JB
 







More information about the users mailing list