1
0
This commit is contained in:
syui 2024-11-07 09:36:45 +09:00
parent 759b73cf01
commit d7b0568a72
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -693,8 +693,16 @@ xset s off -dpms
$ vim /etc/X11/xorg.conf.d/10-monitor.conf
Section "Monitor"
Identifier "LVDS0"
Option "DPMS" "false"
EndSection
Section "ServerLayout"
Identifier "ServerLayout0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "BlankTime" "0"
EndSection
```
### 蓋を閉じてもsleepしないようにする