AMD GPU: Difference between revisions
Add note about AMDVLK being discontinued. |
Add Troubleshooting section. |
||
Line 230: | Line 230: | ||
services.lact.enable = true; | services.lact.enable = true; | ||
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/hardware/lact.nix | # https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/hardware/lact.nix | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Troubleshooting == | |||
==== Error: <code>amdgpu: Failed to get gpu_info firmware</code> ==== | |||
Solution: | |||
hardware.firmware = [ pkgs.linux-firmware ]; | |||
=== Links === | === Links === |