t470s: Use alternative X acceleration method
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 21:09:52 +0100
1 files changed, 5 insertions(+), 0 deletions(-)
jump to
M modules/machines/t470s.nix → modules/machines/t470s.nix
@@ -11,6 +11,11 @@ hardware.pulseaudio.extraConfig = '' 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" "uxa" + ''; + environment.systemPackages = with pkgs; [ nvme-cli ];