3950x: some gpu workarounds, who knows what they do

auto-flake-update
Yorick van Pelt 2021-01-02 20:51:41 +01:00
parent b2cd4dbac4
commit d2b068a40d
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 0 deletions

View File

@ -20,4 +20,5 @@ in
networking.useDHCP = false;
networking.interfaces.enp9s0.useDHCP = true;
boot.kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" "amdgpu.noretry=0" "amdgpu.lockup_timeout=1000" "amdgpu.gpu_recovery=1" "amdgpu.audio=0" ];
}