转:http://www.cnblogs.com/kungfupanda/p/3415131.html

 

首先要解释下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

相关文章:

  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2021-05-14
  • 2022-02-07
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案