diff options
Diffstat (limited to 'modules/machines/t470s.nix')
-rw-r--r-- | modules/machines/t470s.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix index 54e44a0..b03a53e 100644 --- a/modules/machines/t470s.nix +++ b/modules/machines/t470s.nix @@ -24,8 +24,7 @@ boot.kernelParams = [ "i915.enable_guc=2" - "i915.enable_fbc=1" - "i915.enable_psr=2" + "i915.enable_psr=1" ]; boot.postBootCommands = '' |