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.
This commit is contained in:
Dom Rodriguez 2023-08-01 21:04:17 +01:00 committed by Jörg Thalheim
parent 96e5a0a0e8
commit 9910c69856
1 changed files with 0 additions and 3 deletions

View File

@ -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"
];