可以使用xset命令设置各项:
xset s 300 #设置屏保时间为300秒,时间单位为秒
xset s 0 #关闭屏幕保护
xset dpms 600 900 1200 # 三个数值分别为Standby、Suspend、Off,具体什么意思就不多说了,单位秒
xset -dpms #关闭电源管理
xset dpms 0 0 0
若是ssh过去的,请先执行
export DISPLAY=:0
总结:只需要执行
xset dpms 0 0 0
和xset s 0
即可,但是这个是临时方案,重启失效,故最好弄一个脚本
“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill
标 题:禁止Linux每隔十分钟黑屏