From 9910c6985687cf1c365bc10c95c5bacdaed81e3f Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Tue, 1 Aug 2023 21:04:17 +0100 Subject: [PATCH] GPD-P3: Remove S2 sleep kernel param, use S3 instead It seems S3 works on NixOS without this option now. I have tested this on NixOS 22.11/23.05, without issues. Removing this option ensures better battery life whilst the UMPC is in sleep mode, and reduces the chances of overheating whilst in transit. --- gpd/pocket-3/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/gpd/pocket-3/default.nix b/gpd/pocket-3/default.nix index 634e36b..52d0913 100644 --- a/gpd/pocket-3/default.nix +++ b/gpd/pocket-3/default.nix @@ -20,9 +20,6 @@ in ]; boot.kernelParams = [ - # S3 suspend is broken as of Sept. 2022 (screen does not come back properly), use S2 - "mem_sleep_default=s2idle" - # The GPD Pocket3 uses a tablet OLED display, that is mounted rotated 90° counter-clockwise "fbcon=rotate:1" "video=DSI-1:panel_orientation=right_side_up" ];