Re: Disable the black screen after 5 - 10 min.
You can put in any init-script the follow command line:
/usr/bin/setterm -blank 0
----- Original Message -----
From: "Kevin Herzig" <Kevin@Herzig.Net>
To: <debian-user@lists.debian.org>
Sent: Monday, May 05, 2003 9:26 PM
Subject: RE: Disable the black screen after 5 - 10 min.
> The only way I ever got the screen not to blank was to change the source
> code and recompile the kernel.
>
> In drivers/char/console.c I changed
>
> static int blankinterval = 10*60*HZ;
>
> to
>
> static int blankinterval = 0;
>
>
> Kevin
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
>
Reply to: