radeon-scripts
radeon-scripts copied to clipboard
FYI, alternative fancontrol script
FYI, I use this script to control the fans on my AMD R9 Nano: https://github.com/grmat/amdgpu-fancontrol/blob/master/amdgpu-fancontrol
I like that you can enter all the temp & pwm pairs in just two lines (7 & 8). OTOH it doesn't feature your auto-detection. This just as food for thought. :-)
This how the script looks in action:
How did you get those two extra tabs (System Spec and CPU) in KSysGuard?
I configured those myself: File -> New Tab and then you can drag & drop the sensors in from the sensor browser (which is hidden and needs to be pulled from the right side).
You can also dl tabs from the kde store or import from file. I attached my tabs, however they might not show the same information if the sysfs paths don't match (which is very likely).
I'm going to start working on rewriting the script. You can view the issue I opened for it here. Let me know your thoughts. I don't feel the vega-fan-control
merits a rewrite or really needs CLI arguments, as it's a more one dimensional script. vega-power-control
is a kluge and needs to be rewritten from the ground up. Sure, it works, but it's not the best example of scripting out there right now haha.