wiki.xw3.org

Welcome, this is not the xw3 project Wiki... But it is part of the xw3.org development infrastructure.

User Tools

Site Tools


xorg

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: 2024-03-24 by hanez