Re: disabling console blanking

2004-12-23 Thread John covici
Is there any config parameter to prevent the console tools from changing the screen size -- I use things like vga=15440 at boot time, but if I allow the console-screen.sh to execute, I get some very reduced dimensions, anyway to tell it to leave it alone? on Friday 12/24/2004 martin f krafft([EMAI

Re: disabling console blanking

2004-12-23 Thread martin f krafft
also sprach Andrea Vettorello <[EMAIL PROTECTED]> [2004.12.23.1426 +0100]: > You can try to look in /etc/console-tools/config Good hint, BLANK_TIME=0 POWERDOWN_TIME=0 BLANK_DPMS=on did the trick. also sprach Dave Ewart <[EMAIL PROTECTED]> [2004.12.23.1434 +0100]: > setterm -blank 0 > sett

Re: disabling console blanking

2004-12-23 Thread David Raleigh Arnold
On Thursday 23 December 2004 07:16 am, martin f krafft wrote: > I have a 2.6.5 machine in my basement, with CONFIG_PM disabled. > Unfortunately, it started freezing on me recently, Check the cpu fan? daveA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: disabling console blanking

2004-12-23 Thread Dave Ewart
On Thursday, 23.12.2004 at 13:16 +0100, martin f krafft wrote: > I have a 2.6.5 machine in my basement, with CONFIG_PM disabled. > Unfortunately, it started freezing on me recently, and so I would > like to find out if it prints anything to the screen just before. > However, this seems to be impos

Re: disabling console blanking

2004-12-23 Thread Andrea Vettorello
On Thu, 23 Dec 2004 13:16:35 +0100, martin f krafft <[EMAIL PROTECTED]> wrote: > I have a 2.6.5 machine in my basement, with CONFIG_PM disabled. > Unfortunately, it started freezing on me recently, and so I would > like to find out if it prints anything to the screen just before. > However, this se

disabling console blanking

2004-12-23 Thread martin f krafft
I have a 2.6.5 machine in my basement, with CONFIG_PM disabled. Unfortunately, it started freezing on me recently, and so I would like to find out if it prints anything to the screen just before. However, this seems to be impossible, as the console blanks itself after a couple of minutes. As said,