mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-07 02:18:47 +08:00
AMD: add configurations for graphics cards
This commit is contained in:
4
common/gpu/amd/southern-islands/default.nix
Normal file
4
common/gpu/amd/southern-islands/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
imports = [ ../. ];
|
||||
boot.kernelParams = [ "radeon.si_support=0" "amdgpu.si_support=1" ];
|
||||
}
|
||||
Reference in New Issue
Block a user