Skip to content

Commit

Permalink
Merge pull request #57 from numtide/amdgpu
Browse files Browse the repository at this point in the history
graphics/amd: use modsettings driver
  • Loading branch information
Mic92 authored Nov 4, 2024
2 parents 14bf524 + 0b2656a commit c22b916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/graphics/amd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ in
};
};
config = lib.mkIf cfg.enable {
services.xserver.videoDrivers = [ "amdgpu" ];
services.xserver.videoDrivers = [ "modesettings" ];
};
}

0 comments on commit c22b916

Please sign in to comment.