trulyspinach / SMCAMDProcessor

Power management, monitoring and VirtualSMC plugin for AMD processors
BSD 3-Clause "New" or "Revised" License
1.02k stars 85 forks source link

High clock speeds in automatic mode #179

Open kyvaith opened 3 months ago

kyvaith commented 3 months ago

Hi,

Is it normal that in automatic mode the clock speeds are way above the detected demand? If I manually change the speed step on first tab even to the lowest level, the system runs normally and smoothly with lower clocks.

image

trulyspinach commented 3 months ago

Hi @kyvaith, yes that's the expected behavior. The UI there is just some intuitive(or at least im trying to) indicator of the load, so the load doesn't have any unit, but the speed does.

kyvaith commented 3 months ago

But if there is no real need to keep CPU performance at such a high level (idle, nothing on, nothing happening), shouldn't the clocks be lowered?

kyvaith commented 3 months ago

I see there is something like that for Linux systems https://github.com/AdnanHodzic/auto-cpufreq

anirbanpolvolt commented 3 months ago

The mannual config resets after every reboot. Is there a way to set it to lower freq on every boot?

trulyspinach commented 3 months ago

The mannual config resets after every reboot. Is there a way to set it to lower freq on every boot?

I don't think we have that option now. But if you have AMD Power Gadget start at login then it would be easy to use it to set the default? Could be a easy feature to implement.