xorg
Table of Contents
Xorg
Disable screensaver / screen blank via command line
export DISPLAY=:0.0 xset s off xset s noblank xset -dpms
Disable by config
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "OffTime" "0"
Option "SuspendTime" "0"
EndSection
Section "Monitor"
Option "DPMS" "false"
EndSection
Source: https://superuser.com/questions/644804/disable-screensaver-screen-blank-via-command-line
More information
xorg.txt · Last modified: by 217.113.194.150
