work on fixing wake-from-sleep on tablets

This commit is contained in:
UGA Innovation Factory
2025-12-08 21:34:26 +00:00
parent f9568239f3
commit 1a23a9dbd4

View File

@@ -23,6 +23,9 @@ in
"rd.systemd.show_status=auto"
"intel_ipu3_imgu"
"intel_ipu3_isys"
"fbcon=map:1"
"i915.enable_psr=0" # Panel Self Refresh breaks resume on Surface
"i915.enable_dc=0"
];
boot.kernelPackages = lib.mkForce refKernelPackages;