Skip to content

Commit

Permalink
GPD-P3: Remove S2 sleep kernel param, use S3 instead
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shymega committed Aug 1, 2023
1 parent 96e5a0a commit 0456020
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gpd/pocket-3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
Expand Down

0 comments on commit 0456020

Please sign in to comment.