pstate-frequency icon indicating copy to clipboard operation
pstate-frequency copied to clipboard

Easily control Intel p-state driver on Linux

Results 4 pstate-frequency issues
Sort by recently updated
recently updated
newest added

Is this common enough that instead of acpi-cpufreq or intel_pstate users see this scheduler instead? Since this is an acpi-cpufreq like scheduler I assume we can use a lot of...

enhancement
question

I don't have an AMD CPU that will use amd-pstate so this may need to be a read the docs and rpay for success kind of situation

Unsure where you'd want this in the repo, so including a quick RPM spec below. ``` Name: pstate-frequency Version: 3.4.0 Release: 1 License: MIT Summary: Easily control Intel p-state driver...

When I type "sudo pstate-frequency --set " into the terminal, it returns "bash: syntax error near unexpected token `newline'." Am I not correctly writing out the code? Perhaps write how...