You are not logged in.
Pages: 1
Hi guys, I've got arch running nicely on an old laptop. How do I get the screen to sleep? I can walk a way for an hour, come back, and it's still awake!
thanks, sorry for the dumb question...
Offline
Take a look at the 'xset' command. It will allow you to set a timeout before your screen will blank and such.
Offline
Hi guys, I've got arch running nicely on an old laptop. How do I get the screen to sleep? I can walk a way for an hour, come back, and it's still awake!
thanks, sorry for the dumb question...
Make some warm milk and pour it over the screen. It won't be long before it goes to sleep...
Offline
it depends on what screen - if you mean from the console, this should be taken care of in the initscripts... but I can't recall the app name
It you mean X, you need to use dpms settings, which can be seen in "man xset"
You may also need to enable DPMS via your xorg.conf, in the monitor section.
For the record, I use:
xset dpms 300 600 1200
Offline
I tried the warm milk, and it worked like a charm! Now I need to know how to wake little lappy back up...
:-)
Thanks for the replies. I edited xorg.conf (just uncommented a couple lines, actually, and used phrakture's xset line.
to no effect. What lines, exactly, in xorg.conf need to be added or altered?
thanks.
Offline
Add
Option "DPMS" "true"
to your monitor section.
Offline
Hmm, if it is a really old laptop then the screen might have some issues with DPMS. Try adding the following line under the section "ServerLayout" in xorg.conf:
Option "BlankTime" "5"
This enables a simple screen blanker after 5 minutes of inactivity (doesn't try to save power like the DPMS options).
The DPMS timeout options go also under "ServerLayout":
Option "StandbyTime" "15"
Option "SuspendTime" "20"
Option "OffTime" "30"
These work only if DPMS is enabled, so put
Option "DPMS" "true"
under section "Monitor".
Offline
howdy again.
This is a little frustrating. I've made every change you guys have
suggested, with no effect. Wait, no, my laptop does seem to sleep
eventually if I'm not in x.
Hmm. Any other thoughts?
Offline
You could use the xscreensaver-demo package to blank it.
Regarding switching off the backlight, I read somewhere that it damaged the tube as it only has a limited number of switch ons.
Offline
You could use the xscreensaver-demo package to blank it.
Regarding switching off the backlight, I read somewhere that it damaged the tube as it only has a limited number of switch ons.
Thanks, I'll try that. Based on the rest of this thread, am I switching off my backlight?
Offline
...am I switching off my backlight?
I believe thats what DPMS does.
xscreensaver leaves it on, and so the screen will give a faint glow when blank.
Offline
If you have any GL apps running (xscreensaver) i think you wont be able to dpms off.
Offline
Pages: 1