wiki.xw3.org

Welcome to the xw3 Wiki! Powered by hanez

User Tools

Site Tools


xorg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
xorg [2024-03-24] – created hanezxorg [2025-03-18] (current) hanez
Line 7: Line 7:
 xset s noblank xset s noblank
 xset -dpms</code> xset -dpms</code>
 +
 +==== Disable by config ====
 +
 +<code>Section "ServerFlags"
 +    Option "BlankTime" "0"
 +    Option "StandbyTime" "0"
 +    Option "OffTime" "0"
 +    Option "SuspendTime" "0"
 +EndSection</code>
 +
 +<code>Section "Monitor"
 +    Option "DPMS" "false"
 +EndSection</code>
  
 Source: [[https://superuser.com/questions/644804/disable-screensaver-screen-blank-via-command-line]] Source: [[https://superuser.com/questions/644804/disable-screensaver-screen-blank-via-command-line]]
  
 +==== More information ====
 +
 +  * [[https://wiki.archlinux.org/title/Display_Power_Management_Signaling]]
xorg.1711253977.txt.gz · Last modified: 2024-03-24 by hanez