Can't hibernate when pushing the power button to beta steam client
Your system information
- Steam client version: 3.5.17
- SteamOS version: 1710458266
- Opted into Steam client beta?: [Yes/No] Yes
- Opted into SteamOS beta?: [Yes/No] Yes
- Have you checked for updates in Settings > System?: [Yes/No] Yes
Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen.
Steps for reproducing this issue:
- update the system update channel from Stable to Test and restart
- Can't hibernate the deck when pushing the power button, but can hibernate by "Steam button" -> "Power" -> "Hibernate"
- The issue still exist even rollback to the Stable Version
On the latest beta clients, I'm not seeing a hibernate option from the power button in gaming mode.
I'm also not seeing hibernate resume correctly on desktop mode. Perhaps this is because grub is pointed to the wrong swapfile (which I expanded). Swap partitions would probably preferred.
By default, the steam deck seems to only sleep which still drains the battery by 10% per day. Ideally it should sleep then hibernate, after 60 minutes.
Currently I have the desktop mode configured to shutdown after 60 minutes (with window session saving enabled).
I disabled hibernate mode (and the start menu option) for desktop by root editing /etc/systemd/sleep.conf to read:
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation; either version 2.1 of the License, or (at your option)
# any later version.
#
# Entries in this file show the compile time defaults. Local configuration
# should be created by either modifying this file, or by creating "drop-ins" in
# the sleep.conf.d/ subdirectory. The latter is generally recommended.
# Defaults can be restored by simply deleting this file and all drop-ins.
#
# See systemd-sleep.conf(5) for details.
[Sleep]
#AllowSuspend=yes
AllowHibernation=no
#AllowSuspendThenHibernate=yes
#AllowHybridSleep=yes
#SuspendMode=
#SuspendState=mem standby freeze
#HibernateMode=platform shutdown
#HibernateState=disk
#HybridSleepMode=suspend platform shutdown
#HybridSleepState=disk
#HibernateDelaySec=
#SuspendEstimationSec=60min
Thanks for the reply. I reinstalled the OS afterwards and the issue has gone. And according to your guess. I think the issue may related to the tool cryoutilities 2.0 I used before.