intel_pstate: no_hwp

intel_pstate=disable seems to be keeping the CPU at 2.6GHz and I can
hear the fans.
main
Motiejus Jakštys 2024-03-25 13:29:10 +02:00 committed by Motiejus Jakštys
parent 98647227d3
commit 6d5419f4d6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ in {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelModules = ["kvm-intel"];
kernelParams = ["intel_pstate=disable"];
kernelParams = ["intel_pstate=no_hwp"];
loader.systemd-boot.enable = true;
initrd = {
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];