framework laptop 11th gen: change `mem_sleep_default=deep` kernel parameter to `acpi_osi="!Windows 2020"` (fixes a regression in s2idle, making it more power efficient than deep sleep)

This commit is contained in:
[object Object] 2023-09-10 11:39:16 -07:00 committed by Jörg Thalheim
parent 9e28985b44
commit 88348cb5c1
1 changed files with 2 additions and 3 deletions

View File

@ -6,9 +6,8 @@
];
boot.kernelParams = [
# For Power consumption
# https://kvark.github.io/linux/framework/2021/10/17/framework-nixos.html
"mem_sleep_default=deep"
# Fixes a regression in s2idle, making it more power efficient than deep sleep
"acpi_osi=\"!Windows 2020\""
# For Power consumption
# https://community.frame.work/t/linux-battery-life-tuning/6665/156
"nvme.noacpi=1"