Gentoo Archives: gentoo-server

From: Sven Wegener <Sven.Wegener@×××××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] Disabling screen blanking
Date: Mon, 03 May 2004 20:27:18
Message-Id: 4096AB39.7060308@STEALER.net
In Reply to: [gentoo-server] Disabling screen blanking by Lance Albertson
1 Lance Albertson wrote:
2 > Got a simple unix/linux question for ya. How do I disable screen blanking for a
3 > server? Reason being, I'm having a box locking up hard on me, and I can't even
4 > see anything on the screen since it won't wake up. I've tried using setterm
5 > -blank 0, setterm -powersave off, and setterm -powerdown 0.. all don't seem to
6 > be working for me (at on my machine here at work). This is at a machine 1500
7 > miles from me, so I can't really do a lot of testing. Is there another method I
8 > need to use to disable that?
9
10 Just to make sure, you're doing this on a remote machine over an SSH
11 connection? setterm will echo the control characters to stdout so you
12 have to redirect them at the console, e.g.
13
14 setterm -blank 0 >/dev/tty1
15
16 Hope this helps.
17 Sven

Replies

Subject Author
Re: [gentoo-server] Disabling screen blanking Lance Albertson <ramereth@g.o>