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

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




Reply to: