-
Notifications
You must be signed in to change notification settings - Fork 1
/
DPMS.txt
31 lines (23 loc) · 1.17 KB
/
DPMS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Content-Type: text/x-zim-wiki
Wiki-Format: zim 0.4
Creation-Date: 2016-12-26T05:44:50+01:00
====== DPMS ======
Created mandag 26 december 2016
**Display Power Management Signaling (DPMS) is easiest defined with **//xset//
== Installation ==
$ pacman -S xorg-xset
== Usage ==
**# Note that xset values can be defined in **xinitrc **or in other scripts use. **
**# To query your current settings**
$ xset q
**# To see all available commands**
$ xset
| Command | Description |
|:------------------------|:----------------------------------------------------|
| xset s off | Disable screen blanking |
| xset s 3600 3600 3600 | Change blank time to 1 hour (standby, suspend, off) |
| xset -dpms | Turn off DPMS |
| xset s off -dpms | Disable DPMS and prevent blanking |
| xset dpms force off | Turn off screen |
| xset dpms force suspend | Standby screen |
| xset dpms force suspend | Suspend screen |