no longer required kernel params

This commit is contained in:
William 2025-06-10 17:50:07 -03:00
parent 2af2fd476c
commit 700db4d578

View file

@ -12,11 +12,7 @@ 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"
# Fixes amdgpu freezing "amdgpu.ppfeaturemask=0xfffd3fff" # Fixes amdgpu freezing
"amdgpu.noretry=0"
"amdgpu.ppfeaturemask=0xfffd3fff"
"amdgpu.gpu_recovery=1"
"amdgpu.lockup_timeout=1000"
]; ];
# QubesOS boot entry # QubesOS boot entry
loader.systemd-boot = { loader.systemd-boot = {