LINUX/CentOS 睡眠问题与解决方法

vim /etc/X11/xorg.conf      # 创建新文件及输入以下代码。
Section "ServerFlags"
        Option "BlankTime"   "0"
        Option "StandbyTime" "0"
        Option "SuspendTime" "0"
        Option "OffTime"     "0"
EndSection
Section "Monitor"
        Option "DPMS" "false"
EndSection
:wq      #保存退出
reboot   #重启服务器

未经允许不得转载:OZ分享-吉家大宝官方博客 » LINUX/CentOS 睡眠问题与解决方法

评论 0

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

置顶文章


Warning: error_log(/www/wwwroot/oowz.com/wp-content/plugins/spider-analyser/#log/log-0122.txt): failed to open stream: No such file or directory in /www/wwwroot/oowz.com/wp-content/plugins/spider-analyser/spider.class.php on line 2900