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

Re: Nice problem




Look in /etc/init.d/console-screen.sh for "BLANK_TIME".  I also just
made my own init script to set it as I want on my MP3 player:


#! /bin/sh

case "$1" in
  start)
        echo "Setting screen blank to 10 mins."
        setterm -blank 10
        ;;
  stop)
        echo "Setting screen blank to 180 mins."
        setterm -blank 180
        ;;
  reload|restart|force-reload)
        echo "Re-Stopping screen blanking."
        $0 stop
        $0 start
        ;;
  *)
        echo "Usage: $N {start|stop|restart|force-reload}" >&2
        exit 1
        ;;
esac

exit 0



Works great

Thus spake Holy Zarquon's Singing Fish (holyzarquonPANST@optusnet.com.au):

> The following message is a courtesy copy of an article
> that has been posted to aus.computers.linux as well.
> 
> 
> I have a p100 laptop called harold who plays ogg vorbis and mp3 files,
> and little else (he occasionally works as a dumb xterm and mass
> storage device).  It works marvelously (Debian Woody) with no X. I run
> all the music playback software at nice -n -20 to make sure that the
> playback is nice and smooth.
> 
> I do have one problem: Every time the screen blanks due to keyboard
> inactivity music playback jitters briefly.  What process is in charge
> of this screen blanking, and what config file can I edit to make this
> change?
> 
> Thanks in anticipation.
> -- 
> remove PANTS to ensure valid reply by email
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 
> 
>  ** CRM114 Whitelisted by: debian-user@lists.debian.org **

:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | GPG Key ID: E344DA3B
                                         @ x-hkp://pgp.mit.edu
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.

With Dreams To Be A King First One Should Be A Man
					- Manowar

Attachment: signature.asc
Description: Digital signature


Reply to: