Commit 29c2a8475cb0

Vincent Demeester <vincent@sbr.pm>
2019-03-17 16:17:36
hokkaido: re-enable psr (?)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a47f7a9
Changed files (1)
hardware/thinkpad-x220.nix
@@ -3,7 +3,7 @@
 {
   imports = [ ./thinkpad.nix ];
   boot = {
-    kernelParams = [ "i915.enable_psr=0" ];
+    kernelParams = [ "i915.enable_psr=1" ];
     extraModprobeConfig = ''
     options iwlwifi 11n_disable=1
     '';