fix: thinkpad L14 S4 hibernate
This commit is contained in:
parent
318c6f6984
commit
4f054051e5
@ -9,6 +9,10 @@ in
|
|||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.amdgpu.initrd.enable = lib.mkDefault true;
|
hardware.amdgpu.initrd.enable = lib.mkDefault true;
|
||||||
services.xserver.videoDrivers = [ "modesetting" ];
|
services.xserver.videoDrivers = [ "modesetting" ];
|
||||||
|
boot.kernelParams = [
|
||||||
|
# Mask GPE03 (EC wakeup events) to allow hibernation without spurious CPU wakeups
|
||||||
|
"acpi_mask_gpe=0x03"
|
||||||
|
];
|
||||||
|
|
||||||
# System Config
|
# System Config
|
||||||
reichard = {
|
reichard = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user