Re: Turn off Console Screen Blanking

1998-08-11 Thread Martin Bialasinski
>> "JB" == Jay Barbee <[EMAIL PROTECTED]> writes: JB> How do you shutoff the console's screen blank? JB> I would like to be able to just boot up and not have the console blank out. The command is setterm -blank 0 Just create a file in /etc/rc.boot #!/bin/sh setterm -blank 0 and chmod 755 it.

Turn off Console Screen Blanking

1998-08-11 Thread Jay Barbee
Hello All, How do you shutoff the console's screen blank? I would like to be able to just boot up and not have the console blank out. Thanks for your help in advance! --Jay Barbee