From 630a8e3e4eea61d35524699f2f59dbc64886357d Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 6 Mar 2023 12:08:52 +0300 Subject: [PATCH] common/gpu/amd: use modesetting driver by default Follows upstream nixpkgs --- common/gpu/amd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gpu/amd/default.nix b/common/gpu/amd/default.nix index c3b38c276..62cd77fc7 100644 --- a/common/gpu/amd/default.nix +++ b/common/gpu/amd/default.nix @@ -17,7 +17,7 @@ config = lib.mkMerge [ { - services.xserver.videoDrivers = lib.mkDefault [ "amdgpu" ]; + services.xserver.videoDrivers = lib.mkDefault [ "modesetting" ]; hardware.opengl = { driSupport = lib.mkDefault true;