Annotated edit history of
DPMS version 3, including all changes.
View license author blame.
Rev |
Author |
# |
Line |
1 |
JohnMcPherson |
1 |
An [Acronym] for __D__isplay __P__ower __M__anagement __S__ystem. |
|
|
2 |
|
|
|
3 |
Allows a monitor to change its power usage state to Standby, Suspend, and Off. |
|
|
4 |
|
|
|
5 |
If you have a new enough monitor, you can use the xset(1) command to change the default timeouts. |
|
|
6 |
|
3 |
JoeFlint |
7 |
''Make sure you have the line |
1 |
JohnMcPherson |
8 |
Option "DPMS" "1" |
3 |
JoeFlint |
9 |
in your /etc/X11/XF86Config file, in the Monitor section'' |
1 |
JohnMcPherson |
10 |
|
|
|
11 |
$ xset q |
|
|
12 |
... |
|
|
13 |
... |
|
|
14 |
Bug Mode: compatibility mode is disabled |
|
|
15 |
DPMS (Energy Star): |
|
|
16 |
Standby: 7200 Suspend: 7200 Off: 14400 |
|
|
17 |
DPMS is Disabled |
|
|
18 |
Font cache: |
|
|
19 |
hi-mark (KB): 1024 low-mark (KB): 768 balance (%): 70 |
|
|
20 |
$ xset +dpms |
|
|
21 |
$ xset dpms 300 600 900 |
|
|
22 |
|
|
|
23 |
"xset q" shows the current status. (It says disabled). "xset +dpms" enables dpms. The last command says "go into Standby mode after 300 seconds without user input, Suspend mode after 600 seconds, and Off after 900 seconds". |
2 |
PerryLorier |
24 |
|
|
|
25 |
If you want your moniter to turn off right now (eg: You don't want it glowing at you while you're trying to sleep) try |
|
|
26 |
xset dpms force off |