[Linux] Disable dpms in xorg.conf

This commit is contained in:
2016-09-22 21:37:28 -07:00
parent c681245254
commit 867e01dd79

View File

@@ -4,6 +4,10 @@ Section "ServerLayout"
InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer" InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0" Option "Xinerama" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
EndSection EndSection
Section "InputDevice" Section "InputDevice"
@@ -24,11 +28,13 @@ Section "Monitor"
Identifier "DVI-D-0" Identifier "DVI-D-0"
Option "Primary" "true" Option "Primary" "true"
Option "DPI" "96 x 96" Option "DPI" "96 x 96"
Option "DPMS" "false"
EndSection EndSection
Section "Monitor" Section "Monitor"
Identifier "HDMI-0" Identifier "HDMI-0"
Option "Above" "DVI-D-0" Option "Above" "DVI-D-0"
Option "DPMS" "false"
EndSection EndSection
Section "Device" Section "Device"