From 90d721bbb85fae19d78e63fcd02579c38e06578a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 30 Sep 2019 14:58:24 +0200 Subject: T470s: don't force as manu graphical settings --- modules/machines/t470s.nix | 3 +-- 1 file changed, 1 insertion(+), 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 = '' -- cgit 1.4.1