Page 1 of 1

Monitor Sleep Mode

PostPosted: Wed Apr 11, 2012 8:17 pm
by jepps3
How do you turn off the Monitor Sleep Mode on Vicibox? I like to watch the CLI live on the monitor connected to the server directly and it turns off in about 2 minutes.

Thanks

PostPosted: Fri Apr 13, 2012 8:56 am
by ruben23
@jepps3

adding this up on your /etc/rc.local

Code: Select all
sh -c 'setterm -blank 0 -powersave off -powerdown 0 < /dev/console \
   > /dev/console 2>&1'



would surely give you tiem to look asterisk CLI with out turning off the screen.(This simply Disable the powersave mode)

PostPosted: Fri Apr 13, 2012 1:59 pm
by jepps3
I dont have a "rc.local" in my etc directory. I only have rc.splash and rc.status

I think i'm Im using Vicibox 3.1.10

Re: Monitor Sleep Mode

PostPosted: Mon Apr 16, 2012 5:22 am
by DomeDan
Then the file is /etc/rc.d/boot.local
I tried adding this to the end of the file:
setterm -blank 0 -powersave off -powerdown 0 < /dev/console > /dev/console 2>&1
and it works