From 867e01dd7911640a0761ee073fa913395ccc16a9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 22 Sep 2016 21:37:28 -0700 Subject: [PATCH] [Linux] Disable dpms in xorg.conf --- resources/xorg.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/xorg.conf b/resources/xorg.conf index d30aaffd..0e815652 100644 --- a/resources/xorg.conf +++ b/resources/xorg.conf @@ -4,6 +4,10 @@ Section "ServerLayout" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" + Option "StandbyTime" "0" + Option "SuspendTime" "0" + Option "OffTime" "0" + Option "BlankTime" "0" EndSection Section "InputDevice" @@ -24,11 +28,13 @@ Section "Monitor" Identifier "DVI-D-0" Option "Primary" "true" Option "DPI" "96 x 96" + Option "DPMS" "false" EndSection Section "Monitor" Identifier "HDMI-0" Option "Above" "DVI-D-0" + Option "DPMS" "false" EndSection Section "Device"