On Wed, Apr 07, 1999 at 12:43:37PM -0500, Chris Brown wrote: > The command we use is "setterm -blank 0" > > it works once logged in, but we want to disable blanking the screen > very early on in the boot process.
Create a file /etc/rcS.d/0screen_blank and put that command in it. You may also need to chmod 755 /etc/rcS.d/0screen_blank. That should run the command at every boot.