[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Monitor power saving (seems to be a FAQ).



On 1 Sep 1997, Rob Browning wrote:

Where do you do this? Bash_profile?

> This is how I set all my consoles to all have powersaving enabled:
> 
>   #!/bin/sh
>   # File: /etc/rc.boot/0vc-powersave
>   # Turn on power-saving on the VC's
> 
>   test -f /usr/bin/setterm || exit 0
> 
>   echo -n "Turning power-saving on for VC's:"
>   for i in 1 2 3 4 5 6
>   do
>     setterm -powersave < /dev/tty$i
>     setterm -blank 15 < /dev/tty$i
>     echo -n " $i"
>   done
>   echo "."
>   exit 0
> 

                     					Will

-------------------------------------------------------------------------------
			         harpo@udel.edu
               		       lowe@cis.udel.edu
				lowe@debian.org
			 http://www.cis.udel.edu/~lowe/
        	      For PGP Public Key,  visit my website.
-------------------------------------------------------------------------------


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: