首页 > 系统相关 >CentOS7取消服务器自动休眠

CentOS7取消服务器自动休眠

时间:2023-02-09 22:56:24浏览次数:44  
标签:Option Section CentOS7 休眠 关闭 服务器 EndSection

vi  /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 

  

重启reboot

  

标签:Option,Section,CentOS7,休眠,关闭,服务器,EndSection
From: https://www.cnblogs.com/janus2003/p/17107406.html

相关文章