Hello,I followed this below, and after 5min something, the monitors turns
off , fine , perfect
but if you play music, then, the music is off as well
How please could we fix this issue ?
thanks for this great freevo box
Enable blanking screen with freevoscreensaver - turn off your display to
save money and lower global warming :)
With all the Globalwarming some might want the screen go into powersave mode
when it is not used (Radio, Mp3 ...). This can easily be done by using the
script mode in the freevoscreensaver. Make sure that your local_conf.py has
following setting for the freevoscreensaver.
plugin.activate('freevoscreensaver',
args=('script','/home/freevo/.freevo/sleep.sh','/home/freevo/.freevo/wake.sh',))
#SSAVER_DELAY: Number of seconds to wait to start screensaver.
SSAVER_DELAY=60
#SSAVER_POLL: Number of seconds to wait between polling.
SSAVER_POLL=120
in the above case the system will check every 120 seconds if the system has
been idle for more than 60 seconds. If idle time is higher than 60 seconds
at the check it will call script "sleep.sh".
Script sleep.sh can look as simple as:
xset dpms force off
And once an event happens the script "wake.sh" is called.
The script wake.sh can look as simple as:
xset dpms force on
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users