This commit is contained in:
William 2024-08-02 08:54:49 -03:00
parent c8e02f977b
commit 19f2bcd1b0

View file

@ -46,6 +46,10 @@ in {
kernelParams = [ kernelParams = [
"processor.max_cstate=1" # Fixes bug where ryzen cpus freeze when in highest C state "processor.max_cstate=1" # Fixes bug where ryzen cpus freeze when in highest C state
"clearcpuid=514" "clearcpuid=514"
"amdgpu.noretry=0"
"amdgpu.ppfeaturemask=0xfffd3fff"
"amdgpu.gpu_recovery=1"
"amdgpu.lockup_timeout=1000"
]; ];
loader.systemd-boot = { loader.systemd-boot = {
extraFiles = { extraFiles = {