Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 666214

Summary: sys-power/thermald missing tools
Product: Gentoo Linux Reporter: Leonard Lausen <leonard>
Component: Current packagesAssignee: Yixun Lan <dlan>
Status: CONFIRMED ---    
Severity: normal CC: burcheri.massimo+bugs-gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Leonard Lausen 2018-09-14 09:02:29 UTC
thermald provides a thermald_set_pref.sh and a thermal monitor application in the tools folder. Should a USE flag be added to install these optionally?
Comment 1 Leonard Lausen 2018-09-14 09:02:50 UTC
See https://github.com/intel/thermal_daemon/tree/master/tools
Comment 2 Yixun Lan archtester gentoo-dev 2018-10-11 22:16:56 UTC
sounds a good suggestion ^_^

it's fairly easy to add the script thermald_set_pref.sh, but the monitor application require some QT dependency (haven't really look into them deeply)

btw, I'd really appreciate if you could come up with a patch for this, then I could more than happy to merge it..
Comment 3 Leonard Lausen 2018-10-13 15:38:55 UTC
Besides the QT requirement, the monitor application seems to require configuration of a "power" group. Just starting it will yield

> Make sure that thermal daemon started with --dbus-enable option
> and that you're in the 'power' group

Creating a group "sudo groupadd power" and adding my user to it "sudo usermod -aG power leonard" does not help. (After logging out and back in again, as well as restarting the thermald).

thermald_set_pref.sh did not help on my system.

So I suggest to keep this open for now until a person with more immediate use for the tools can contribute a patch.

Thanks!
Comment 4 Massimo Burcheri 2022-04-22 11:52:06 UTC
I was able to build thermal_monitor successfully by qmake;make, building the binary file "ThermalMonitor".
However I'm no ebuild developer...