Cpu clock is always boost

In any case, the cpu is stuck at boost clock. It never goes to base clock. shows these values ​​at rest. It was also observed in earlier manjaro versions.

Képernyőkép_20240601_123909

Motherboard: MSI b650 Tomahawk
Manjaro: 24.0.1 (kernel 6.9.2-1)

Info is probably inaccurate, check:

watch -n1 'cat /proc/cpuinfo | grep "cpu MHz\|processor"'

and

grep -R "." /sys/devices/system/cpu/cpu0/cpufreq/

Share it also here. Thanks.

1 Like

It could be an interesting option to install auto-cpufreq from AUR.

You can look into amd_pstate.
https://wiki.archlinux.org/title/CPU_frequency_scaling#amd_pstate

processor       : 0
cpu MHz         : 545.000
processor       : 1
cpu MHz         : 4948.504
processor       : 2
cpu MHz         : 545.000
processor       : 3
cpu MHz         : 4949.534
processor       : 4
cpu MHz         : 545.000
processor       : 5
cpu MHz         : 545.000
processor       : 6
cpu MHz         : 545.000
processor       : 7
cpu MHz         : 545.000
processor       : 8
cpu MHz         : 4947.945
processor       : 9
cpu MHz         : 545.000
processor       : 10
cpu MHz         : 545.000
processor       : 11
cpu MHz         : 545.000
grep -R "." /sys/devices/system/cpu/cpu0/cpufreq/                                 ✔ 
/sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences:performance
/sys/devices/system/cpu/cpu0/cpufreq/amd_pstate_highest_perf:166
/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq:545000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors:performance powersave
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:performance
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq:5170000
/sys/devices/system/cpu/cpu0/cpufreq/amd_pstate_lowest_nonlinear_freq:2988000
/sys/devices/system/cpu/cpu0/cpufreq/amd_pstate_max_freq:5170000
/sys/devices/system/cpu/cpu0/cpufreq/related_cpus:0
/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq:4939933
/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed:<unsupported>
/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus:0
/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq:5170000
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency:0
/sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference:performance
/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver:amd-pstate-epp
/sys/devices/system/cpu/cpu0/cpufreq/amd_pstate_hw_prefcore:enabled
/sys/devices/system/cpu/cpu0/cpufreq/amd_pstate_prefcore_ranking:186
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq:545000

Here is the output. Not all of them have a core boost (4 of 12).

The cpu scaling governor is set on performance. That might be the issue :thinking: I don’t wonder that it won’t scale down.

sudo cpupower frequency-set --governor powersave

Usually powersave should be the default. Did you change that?

1 Like

Thanks. (I didn’t set it up.)

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.