https://bugs.kde.org/show_bug.cgi?id=490675
--- Comment #7 from Thomas Berger <l...@lokis-chaos.de> --- I would like to propose the following fix: 1. Add a new list of SensorProperties to LinuxAllCpusObject 2. Add each Tdie temperature (one per k10temp) to this list as "DIE%id temperature" 3. If more then one k10temp sensor is found REMOVE the temperature objects from the CPU cores This would allow users to monitor their temperatures on multi-DIE systems, while users with single-DIE CPUs don't have changes in their views. Instead of removing the temperature values from each CPU object, we could calculate an average over all DIE temperatures and provide them there, for consistency, but this may provide a false impression to the user about the current state of his thermals. I am willing to implement those changes and provide a patch. -- You are receiving this mail because: You are watching all bug changes.