--- On Sat, 12/25/10, Ed Greshko <ed.gres...@greshko.com> wrote:

> From: Ed Greshko <ed.gres...@greshko.com>
> Subject: Re: how to wake up sleeping monitor using batch script/command
> To: "Community support for Fedora users" <users@lists.fedoraproject.org>
> Date: Saturday, December 25, 2010, 6:05 PM
> On 12/26/2010 10:00 AM, JB wrote:
> > 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
> 
> Neither of these incantations will turn my screen on....
> 
> xset dpms force off ; sleep 10 ; xdotool mousemove_relative
> 1 1
> 
> works fine...
> 
> 
> -- 

$ xset dpms force off ; sleep 10 ; xset dpms force on

works from cli, but does not when called from the script :(, 

@James & JB
the redirection > /dev/null 2>&1

is to avoid having shitloads of mail by th mailer :)
Will report back if I can get it to work, otherwise I will have to get Ed's 
solution.

Thanks for helping out.

Regards,

Antonio 



      
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to