LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[computer_hardware][laptops] Enable AMD P-State driver for better battery life #1135

Open LukeShortCloud opened 6 months ago

LukeShortCloud commented 6 months ago

This is supported on Linux >= 6.3 and AMD Zen >= 2 processors. Set these boot arguments:

https://www.reddit.com/r/linux_gaming/comments/13by61l/amd_pstateactive/ https://forum.manjaro.org/t/how-to-enable-amd-pstate/123720/4

LukeShortCloud commented 5 months ago

CPPC also needs to be enabled in the BIOS. Verify if it has been enabled:

$ lscpu | grep cppc

https://forum.endeavouros.com/t/how-to-use-amd-p-state-in-linux/25247