all repos — nixfiles @ 90d721bbb85fae19d78e63fcd02579c38e06578a

System and user configuration, managed by nix and home-manager

T470s: don't force as manu graphical settings
Alan Pearce alan@alanpearce.eu
Mon, 30 Sep 2019 14:58:24 +0200
commit

90d721bbb85fae19d78e63fcd02579c38e06578a

parent

9ea88e60616776e5b9c8193e479af6924303b586

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M modules/machines/t470s.nixmodules/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 = ''