質問編集履歴
1
その他の設定ファイルの変更を試した事を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,6 +23,25 @@
|
|
23
23
|
|
24
24
|
しかしこちらでも結果は変わらずでした。
|
25
25
|
|
26
|
+
ご指摘があり追記:
|
27
|
+
`/etc/gdm3/greeter.dconf-defaults`ファイルの設定を変更という記事も([https://qiita.com/ikesama200/items/f595293de82ddc9fa3f1](https://qiita.com/ikesama200/items/f595293de82ddc9fa3f1))あるのですが、こちらも下記のように変更後、再起動しても変化はありませんでした。
|
28
|
+
```
|
29
|
+
# Automatic suspend
|
30
|
+
# =================
|
31
|
+
[org/gnome/settings-daemon/plugins/power]
|
32
|
+
# - Time inactive in seconds before suspending with AC power
|
33
|
+
# 1200=20 minutes, 0=never
|
34
|
+
# sleep-inactive-ac-timeout=1200
|
35
|
+
sleep-inactive-ac-timeout=0
|
36
|
+
# - What to do after sleep-inactive-ac-timeout
|
37
|
+
# 'blank', 'suspend', 'shutdown', 'hibernate', 'interactive' or 'nothing'
|
38
|
+
# sleep-inactive-ac-type='suspend'
|
39
|
+
# - As above but when on battery
|
40
|
+
# sleep-inactive-battery-timeout=1200
|
41
|
+
sleep-inactive-battery-timeout=0
|
42
|
+
# sleep-inactive-battery-type='suspend'
|
43
|
+
|
44
|
+
```
|
26
45
|
##システム構成
|
27
46
|
Ubuntu Server 20.04.2 LTS (GNU/Linux 5.4.0-80-generic x86_64)
|
28
47
|
AMD Ryzen 5950
|