Wrong detection of PerformanceDegraded to "high-operating-temperature" on intel CPUs with no turbo boost support
Hey,
I really love the project, however my system is permanently "degraded'.
It seems that in https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/blob/main/src/ppd-driver-intel-pstate.c#L65 the property PerformanceDegraded is set if no_turbo
is 1. On my i3-7100 this is permanently the case, since Turbo Boost isn't even supported at all. So I guess that is the root cause.
Unfortunately I cannot change to PPDs Performance mode due to this detection anymore. I wonder whether there's a different way of detecting high operating temperature?