diff options
author | Alan Pearce | 2019-09-23 10:41:32 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-23 10:41:32 +0200 |
commit | 384ed5f565ffb16e991b42dbe33fa0a903a0a7cc (patch) | |
tree | 4a68877f938f7e92c5dca3b0d1f2b9a0db2cd8af /modules | |
parent | 3b71a1029041184e1ff02f168be70fdc223510e9 (diff) | |
download | nixos-configuration-384ed5f565ffb16e991b42dbe33fa0a903a0a7cc.tar.lz nixos-configuration-384ed5f565ffb16e991b42dbe33fa0a903a0a7cc.tar.zst nixos-configuration-384ed5f565ffb16e991b42dbe33fa0a903a0a7cc.zip |
t470s: remove commented-out X configuration
Diffstat (limited to 'modules')
-rw-r--r-- | modules/machines/t470s.nix | 7 |
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 = '' |