mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Add Surface Pro 9 with Intel PSR disabled
This commit is contained in:
5
microsoft/surface-pro/9/default.nix
Normal file
5
microsoft/surface-pro/9/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
imports = [ ../../surface/surface-pro-intel ];
|
||||
|
||||
boot.kernelParams = [ "i915.enable_psr=0" ]; # Disable Intel Panel Self Refresh
|
||||
}
|
||||
Reference in New Issue
Block a user