Nice problem

2004-05-03 Thread Holy Zarquon's Singing Fish
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)

Re: Nice problem

2004-05-03 Thread Robert L. Harris
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