Commit dc1c21ea29f9

Vincent Demeester <vincent@sbr.pm>
2019-03-27 11:16:14
thinkpad: do not enable opengl automatically…
… it jitters on the x220s… Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 210340d
Changed files (1)
hardware/thinkpad.nix
@@ -30,9 +30,9 @@
     trackpoint.enable = false;
     cpu.intel.updateMicrocode = true;
     opengl = {
-      enable = true;
+      #enable = true;
       extraPackages = [ pkgs.vaapiIntel ];
-      driSupport32Bit = true;
+      #driSupport32Bit = true;
     };
   };
   services = {