summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/machines/t470s.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix
index 54e44a07..b03a53ea 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 = ''