相关疑难解决方法(0)

在 ubuntu 16.04 中停止监视器进入睡眠状态

我想阻止监视器在 ubuntu 16.04 中进入睡眠状态。我在 Ubutnu 14.04 中使用 /etc/X11/xorg.conf 文件,其中写有以下几行。

Section "ServerFlags" 
Option "BlankTime" "60" 
Option "StandbyTime" "0" 
Option "SuspendTime" "0" 
Option "OffTime" "0" 
EndSection
Run Code Online (Sandbox Code Playgroud)

它在 Ubuntu 14.04 中运行良好,但在 Ubuntu 16.04 中不起作用。

在研究期间,我发现 xorg.conf 在 Ubuntu 16.04 中被删除。我想在 Ubuntu 16.04 中做同样的事情。如果有人对此有任何想法,请告诉我。

谢谢。

xorg multiple-monitors power-management 16.04

4
推荐指数
1
解决办法
2万
查看次数

标签 统计

16.04 ×1

multiple-monitors ×1

power-management ×1

xorg ×1