summary refs log tree commit diff stats
path: root/modules/machines/t470s.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/machines/t470s.nix')
-rw-r--r--modules/machines/t470s.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix
index e6fb8cb..304bfd5 100644
--- a/modules/machines/t470s.nix
+++ b/modules/machines/t470s.nix
@@ -5,6 +5,8 @@
     firmwareLinuxNonfree
   ];
 
+  boot.kernelPackages = pkgs.linuxPackages_4_17;
+
   systemd.services.ModemManager.enable = true;
 
   hardware.pulseaudio.extraConfig = ''
@@ -12,11 +14,11 @@
   '';
 
   # Try a different acceleration method; maybe it helps with screen corruption
-  services.xserver.deviceSection = ''
-    Option      "AccelMethod"  "sna"
-    Option      "TearFree"     "true"
-    Option      "TripleBuffer" "false"
-  '';
+  # services.xserver.deviceSection = ''
+  #   Option      "AccelMethod"  "sna"
+  #   Option      "TearFree"     "true"
+  #   Option      "TripleBuffer" "false"
+  # '';
 
   services.xserver.monitorSection = ''
     DisplaySize 310 176