Differences

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

Link to this comparison view

dpms [2012/02/07 19:10]
dpms [2022/04/16 12:22] (current)
Line 1: Line 1:
 +@related: [[Install]] [[Energy]] [[xorg]] [[aspm]] [[LenovO]]
  
 +<code>
 +sleep 5 ; xset +dpms ; xset dpms 600 1000 1500 ; xset dpms force off
 +
 +
 +
 +
 +Section "Monitor"
 +        Identifier      "Configured Monitor"
 +        Option "DPMS" "true"
 +EndSection
 +
 +
 +
 +Section "ServerFlags"   # @ http://rzr.online.fr/q/XWindow
 +        Option          "AllowMouseOpenFail"  "true"
 +        Option          "power_saver" # !rzr+
 +        Option          "Blank Time"   "15"  # default 10 (minutes)
 +        Option          "Standby Time" "20" # default 20
 +        Option          "Suspend Time" "180" # default 30
 +        Option          "Off Time"     "200" # default 60
 +#       Option          "Xinerama" "true"
 +#       DontZap         # disable <Crtl><Alt><BS> (server abort)
 +#       DontZoom        # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
 +EndSection #}ServerFlags
 +
 +</code>
dpms.txt ยท Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki