Skip to content

Pstate Fix

tomsom edited this page Jun 8, 2023 · 4 revisions

This fix will bring better cpu frequency scaling and much better thermals/batterylife.

Note: Make sure to be on linux 6.1+ kernel before proceeding!

Another Note: This will hopefully be fixed soon with Kernel 6.5+. Updates follow then :)

In summary

sudo su and execute following steps:

Blacklisting default acpi-states from boot:

grubby --update-kernel DEFAULT --args "initcall_blacklist=acpi_cpufreq_init"

Enabling AMD P-state in boot:

grubby --update-kernel DEFAULT --args "amd_pstate=passive"

Reboot and enjoy!


Thanks to @Okazakee for providing this article <3