summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-09-23 10:41:32 +0200
committerAlan Pearce2019-09-23 10:41:32 +0200
commit384ed5f565ffb16e991b42dbe33fa0a903a0a7cc (patch)
tree4a68877f938f7e92c5dca3b0d1f2b9a0db2cd8af
parent3b71a1029041184e1ff02f168be70fdc223510e9 (diff)
downloadnixos-configuration-384ed5f565ffb16e991b42dbe33fa0a903a0a7cc.tar.lz
nixos-configuration-384ed5f565ffb16e991b42dbe33fa0a903a0a7cc.tar.zst
nixos-configuration-384ed5f565ffb16e991b42dbe33fa0a903a0a7cc.zip
t470s: remove commented-out X configuration
-rw-r--r--modules/machines/t470s.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/machines/t470s.nix b/modules/machines/t470s.nix
index e0b4942..e2ce27e 100644
--- a/modules/machines/t470s.nix
+++ b/modules/machines/t470s.nix
@@ -36,13 +36,6 @@
     load-module module-alsa-sink device=hw:0,7
   '';
 
-  # 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 = {
     dpi = 109;
     monitorSection = ''