fix
This commit is contained in:
parent
759b73cf01
commit
d7b0568a72
@ -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しないようにする
|
||||
|
Loading…
Reference in New Issue
Block a user