Add screen blanking settings to bootstrap

This commit is contained in:
Ethan Lane 2025-05-05 09:52:29 +01:00
parent 5bffe42c9e
commit 0ca51b5433
4 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,3 @@
Section "Extensions"
Option "DPMS" "false"
EndSection

View file

@ -0,0 +1,4 @@
Section "ServerFlags"
Option "BlankTime" "0"
EndSection