From 34d72420b829fab3e00e01980975dbfbbbe057f8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 16 Jun 2020 14:42:34 +0200 Subject: Change athena video driver to "modesetting" Intel driver seems to cause weird UI input lagg for some applications after updating to 20.03. e.g. Firefox, Nvim-Qt, Thunderbird but not e.g. kitty. --- host/athena.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/athena.nix') diff --git a/host/athena.nix b/host/athena.nix index b44fb67..a010a5b 100644 --- a/host/athena.nix +++ b/host/athena.nix @@ -52,7 +52,7 @@ acpid.enable = true; xserver = { - videoDrivers = [ "intel" ]; + videoDrivers = [ "modesetting" ]; synaptics = { enable = true; -- cgit v1.2.3