T470s: Improve display acceleration The corruption issue seems to have been solved
Alan Pearce alan@alanpearce.eu
Wed, 23 May 2018 10:30:20 +0200
1 files changed, 3 insertions(+), 1 deletions(-)
jump to
M modules/machines/t470s.nix → 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 = ''