[Linux] Disable dpms in xorg.conf
This commit is contained in:
parent
c681245254
commit
867e01dd79
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user