美文网首页
debian close the screen saver

debian close the screen saver

作者: zouxiaoyu | 来源:发表于2015-09-08 16:28 被阅读0次

refer to the url: http://www.linuxdiyf.com/viewarticle.php?id=92303

the content of the webpage:

查看当前屏保的设置情况:#xset q

xset的s参数后面可接两个数字参数,前一个即是进入屏保的秒数:

10秒后进入屏保:#xset s 10 600

如果想恢复默认值:

#xset s 0 600

取消:

#xset s off

dpms显示器休眠状态(与关机后的显示器同样的效果):

开启:

#xset dpms 1 1 2

取消:

#xset -dpms

相关文章

网友评论

      本文标题:debian close the screen saver

      本文链接:https://www.haomeiwen.com/subject/mixpcttx.html