Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Beautifying goot and halt process
Date: Thu, 08 Jul 2010 03:39:42
Message-Id: 20100708033855.GB6565@solfire
In Reply to: Re: [gentoo-user] Beautifying goot and halt process by Walter Dnes
1 Walter Dnes <waltdnes@××××××××.org> [10-07-08 05:20]:
2 > On Thu, Jul 08, 2010 at 04:33:20AM +0200, meino.cramer@×××.de wrote
3 >
4 > > I think, switching to the console as such isnt the problem here as
5 > > it works. The problem is the switching process itsself. "To switch"
6 > > generates that flickering colors. May be turning off brightness,
7 > > switching and turning on brightness /may/ help...but how?
8 >
9 > The command for that *IN X WINDOWS* is...
10 >
11 > xset dpms force off
12 >
13 > If you want to do it manually from the keyboard, I suggest typing...
14 >
15 > sleep 3 ; xset dpms force off
16 >
17 > This will wait 3 seconds before switching the screen off. Any mouse
18 > or keyboard action should wake up the screen. The 3 second delay is so
19 > that the keyboard bouncing back from you hitting {ENTER} doesn't wake up
20 > the screen.
21 >
22 > --
23 > Walter Dnes <waltdnes@××××××××.org>
24 >
25
26 Ok, I will experiment with this. Thanks a lot, Walter ! :)
27
28 Best regards,
29 mcc