Originally Posted by
currentshaft
Try these:
"gsettings list-keys org.gnome.settings-daemon.plugins.power" will show you the configured power settings.
"gsettings get org.gnome.settings-daemon.plugins.power <key>" will show you the values of those settings.
"journalctl -b | grep suspend" will show you all suspend events.
"sudo dmesg | grep suspend" will show you suspend events since the last boot.
The settings are:
Code:
ambient-enabled true
idle-brightness 30
idle-dim true
lid-close-ac-action suspend
lid-close-battery-action suspend
lid-close-suspend-with-external-monitor false
power-button-action interactive
power-saver-profile-on-low-battery true
sleep-inactive-ac-timeout 3600
sleep-inactive-ac-type nothing
sleep-inactive-battery-timeout 1200
sleep-inactive-battery-type suspend
Since no battery, no cover, the one that concerns me is the 3600. But that setting is different from what I see in the gui. Do I need to be logged into the gui for these to work? (I did this in an SSH session). Hmmm... let me go check, will post again in a few.
Assuming this goes back prior to the last reboot:
Code:
ferguson@piano:~$ journalctl -b | grep suspend
Jul 22 20:33:44 piano kernel: Low-power S0 idle used by default for system suspend
Jul 22 20:33:44 piano kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
It would appear to only be the test I did by hand. So... maybe not bingo.