20191209 release (#103)

Add option to enable/disable screen blanking

Simplify source package
This commit is contained in:
XECDesign
2019-12-10 13:09:49 +00:00
committed by GitHub
parent 43d05d3fe5
commit 7aca4ec3b0
7 changed files with 79 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
Section "Extensions"
Option "DPMS" "Disable"
EndSection
Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
EndSection