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

Both sides previous revisionPrevious revision
Next revision
Previous revision
xorg [2024-03-24] hanezxorg [2025-03-18] (current) hanez
Line 7: Line 7:
 xset s noblank xset s noblank
 xset -dpms</code> xset -dpms</code>
- 
-Source: [[https://superuser.com/questions/644804/disable-screensaver-screen-blank-via-command-line]] 
  
 ==== Disable by config ==== ==== Disable by config ====
  
 <code>Section "ServerFlags" <code>Section "ServerFlags"
-    Option          "BlankTime" "0" +    Option "BlankTime" "0" 
-    Option          "StandbyTime" "0" +    Option "StandbyTime" "0" 
-    Option          "OffTime" "0" +    Option "OffTime" "0" 
-    Option          "SuspendTime" "0"+    Option "SuspendTime" "0"
 EndSection</code> EndSection</code>
  
Line 23: Line 21:
 EndSection</code> EndSection</code>
  
 +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.1711254096.txt.gz · Last modified: 2024-03-24 by hanez