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.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix
index d9bca7c..e6fb8cb 100644
--- a/modules/machines/t470s.nix
+++ b/modules/machines/t470s.nix
@@ -13,7 +13,9 @@
 
   # Try a different acceleration method; maybe it helps with screen corruption
   services.xserver.deviceSection = ''
-    Option      "AccelMethod"  "uxa"
+    Option      "AccelMethod"  "sna"
+    Option      "TearFree"     "true"
+    Option      "TripleBuffer" "false"
   '';
 
   services.xserver.monitorSection = ''