Yes, because theplease I need help.
I have nuc13i5
intel p_state is active
I tried to disable it with 1st topic guide but at reboot I see it still enabled and no acpi driver loaded.
maybe somthing wrong from my side?
or last nucs has a security option that cause this?
I have only scaling_governor
performance
powersave
intel_pstate
driver is basically a thin wrapper around Intel's in-hardware frequency management from the CPU itself. There you basically can only set one bit to tell it to try saving power, or clear that bit for getting full performance, so that's why there are only two available governors for this driver.Note, that while the acpi one is more flexible, as there, most things are done in software by the kernel scheduler, it doesn't have to be better in terms of power saving performance.
What if you activate theI want to swap to acpi becuse seems that intel_pstate drive cpus at 2.20ghz when idles..
powersave
governor from the intel_pstate
driver?cpupower frequency-set -g powersave
(just sets it for the current boot).