amd bug workaround

This commit is contained in:
Tao Tien 2024-12-28 21:51:26 -08:00
parent 87a979df25
commit 231034ac69
3 changed files with 3 additions and 2 deletions

View file

@ -73,6 +73,7 @@
# ];
boot.kernelParams = [
"amdgpu.abmlevel=1"
"amdgpu.dcdebugmask=0x400"
];
# boot.kernelModules = ["kvm-amd"];
powerManagement.cpuFreqGovernor = "powersave";