-
Notifications
You must be signed in to change notification settings - Fork 1
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 :)
sudo su
and execute following steps:
grubby --update-kernel DEFAULT --args "initcall_blacklist=acpi_cpufreq_init"
grubby --update-kernel DEFAULT --args "amd_pstate=passive"
Thanks to @Okazakee for providing this article <3
Work is still in progress, though stuff has gotten better with Kernel 6.1. I you have a fix for the Audio or the S3 sleep or something entirely else regarding this project, pls let me know by opening an issue thanks :))