Manually Invoke Standby for Laptop
Novell Cool Solutions: Tip
By Michael L. Farrell
Reader Rating 
|
Digg This -
Slashdot This
Posted: 15 Feb 2006 |
PROBLEM: I'm on a plane flight using my linux laptop and I need to conserver battery power by manually turning off the lcd screen when I'm not looking at it.
SOLUTION: On a dpms-enabled X-server setup, this this is quite easy to do.
Just open up a terminal of your choice (xterm, konsole, gnome-terminal) and type the following command:
$ xset dpms force offSimilarly, if you are using a CRT monitor and you want to manually invoke a monitor standby, you can use this command:
$ xset dpms force offEXAMPLE: Once you get the hang using the xset command, you can implement it in more advanced graphical scripts like the following example program:
!/bin/bash xmessage -center -timeout 5 -buttons "" Standby in 5 Seconds... Keep mouse still & sleep 5 xset dpms force standby |
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
