1
0
Fork 0

Khanda: re-enable IOMMU, disable NVME powersaving instead (works)

This commit is contained in:
Aires 2024-09-03 11:52:38 -04:00
parent e7f0fe6e0e
commit d3a0160578

View file

@ -77,7 +77,7 @@ in
kernelParams = [ kernelParams = [
"pci=hpiosize=0" # Prevent ACPI interrupt storm. See https://github.com/linux-surface/linux-surface/wiki/Surface-Pro-9#acpi-interrupt-storm "pci=hpiosize=0" # Prevent ACPI interrupt storm. See https://github.com/linux-surface/linux-surface/wiki/Surface-Pro-9#acpi-interrupt-storm
"iommu=off" # Disable IOMMU, a possible cause of system stuttering "nvme_core.default_ps_max_latency_us=0" # Disable NVME powersaving to prevent system stuttering. See https://forums.linuxmint.com/viewtopic.php?t=392387
]; ];
}; };