AdnanHodzic / auto-cpufreq

Automatic CPU speed & power optimizer for Linux
https://foolcontrol.org/?p=4603
GNU Lesser General Public License v3.0
5.8k stars 284 forks source link

[Request] User defined Max/Peak Frequencies for different scenarios #213

Closed LyrixCaz closed 3 years ago

LyrixCaz commented 3 years ago

My request is; To add a max frequency (You can choose any frequency the driver reports) when for example unplugged / plugged

i5-7300u 16gb ddr4 ram Opensuse Tumbleweed

here is my frequency-info by cpupower; aniki@Amethyst:~> sudo cpupower frequency-info analyzing CPU 0: driver: intel_pstate CPUs which run at the same hardware frequency: 0 CPUs which need to have their frequency coordinated by software: 0 maximum transition latency: Cannot determine or is not supported. hardware limits: 400 MHz - 3.50 GHz available cpufreq governors: performance powersave current policy: frequency should be within 400 MHz and 2.60 GHz. The governor "powersave" may decide which speed to use within this range. current CPU frequency: Unable to call hardware current CPU frequency: 1.42 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes

AdnanHodzic commented 3 years ago

Should be done as part of: #26

AdnanHodzic commented 3 years ago

With v1.7.0 release it's now possible to manually define some of the settings instead of leaving everything to be picked up automatically. Could you try tweaking some of the available options and report back on how that worked for you? Thanks

In meantime I'll close the issue, please re-open it if the problem persists.