1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17 | Section "Monitor"
Identifier "HDMI-0"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "DVI-0"
Option "DPMS" "true"
EndSection
Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "1800"
Option "SuspendTime" "1800"
Option "OffTime" "1800"
Option "BlankTime" "1800"
EndSection
|