-
xset commandComputer/linux 2007. 7. 27. 23:16Several options about xset
- xset -dpms : disable DPMS (energy star)
- xset +dpms: enable DPMS
- xset dpms 0 0 0 : disable 'standby' 'suspend' 'off' mode respectively.
- xset dpms 300 600 900 : enable 'standby' 'suspend' 'off' mode with 300, 600, and 900 seconds respectively.
- xset s off : off the screen saver
- xset s on : on the screen saver
- xset q : the current settings will be displayed.
'Computer > linux' 카테고리의 다른 글
--MARK-- in /var/log/messages (0) 2007.07.31 GD Graphics Library (0) 2007.07.26 uuid and local (0) 2007.06.27 - xset -dpms : disable DPMS (energy star)