I am trying to get my laptop to use suspend to ram instead of suspend to idle. It should be possible, since when I cat /sys/power/mem_sleep
it returns [s2idle] deep
.
I should be able to change it by writing deep
to the file, i.e. with echo deep | sudo tee -a /sys/power/mem_sleep
, but this seems to have no effect.
(See kernel.org, also this did work on another laptop that is also running endeavour.)
I’m running endeavour (obviously) with the i3 pre-configured version.
I’m not aware of any other programs that might be controlling this setting.
$ uname -r
6.7.5-arch1-1
I should note that it’s a razer laptop (blade 18), which seems to not have the best hardware support for linux.
Any ideas what’s going on or how I can fix it?