
首先要解释下DPMS的意思,dpms可以认为是一个显示能源管理系统,一般用于计算机功耗的管理。 在linux中有几个选项: To control Energy Star (DPMS) features: -dpms Energy Star features off
关闭节能模式 +dpms Energy Star features on 打开节能模式 dpms [standby [suspend [off]]] force standby
强制待机 force suspend 强制
休眠 force off 强制关闭屏幕 force on 打开节能模式 (also implicitly enables DPMS features) a timeout value of zero disables the mode(测试系统 red flag linux) standby 待机 suspend 休眠 off 关闭屏幕 xset的意思是xwindow设置 linux关闭显示器命令:xset dpms force off待机和休眠如果在desktop版本中,都是用gnome实现的,而且我搭建的测试环境也是ubuntu,没有出现过过一段时间就断网的情况,server版没有gnome,应该是你的机器的问题。或者是网络环境的问题 。希望对你有所帮助!
评论列表(0条)