Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. xset dpms force off
  2.  
  3. setterm -powerdown 1
  4.  
  5. xset -dpms # Disable DPMS
  6. xset +dpms # Enable DPMS
  7. xset s off # Disable screen blanking
  8. xset s 150 # Blank the screen after 150 seconds
  9. xset dpms 300 600 900 # Set standby, suspend, & off times (in seconds)
  10. xset dpms force standby # Immediately go into standby mode
  11. xset dpms force suspend # Immediately go into suspend mode
  12. xset dpms force off # Immediately turn off the monitor
  13. xset -q # Query current settings
  14.  
  15. setterm -blank 10 # Blank the screen in 10 minutes
  16. setterm -powersave on # Put the monitor into VESA power saving mode
  17. setterm -powerdown 20 # Set the VESA powerdown to 20 minutes
  18.  
  19. vbetool dpms off
  20.  
  21. vbetool dpms on
  22.  
  23. setterm -blank 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement