From c75cfa3128c6fccc17cc86df826da85a5239e1cb Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Wed, 12 May 2021 21:20:18 -0400 Subject: [PATCH] Remove s2idle from the default --- pinebook_pro.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pinebook_pro.nix b/pinebook_pro.nix index 472b5c0..334598a 100644 --- a/pinebook_pro.nix +++ b/pinebook_pro.nix @@ -77,11 +77,6 @@ ]; systemd.tmpfiles.rules = [ - # Until suspend is fixed, this at least prevents the user from shooting - # themselves in the foot by suspending accidentally, then forced to restart - # the system forcibly.. - "w /sys/power/mem_sleep - - - - s2idle" - # Tweak the minimum frequencies of the GPU and CPU governors to get a bit more performance # https://github.com/elementary/os/blob/05a5a931806d4ed8bc90396e9e91b5ac6155d4d4/build-pinebookpro.sh#L288-L294 "w- /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq - - - - 1200000"