Greetings to all of you,
I just uploaded the initial alpha version of my set fan speeds utility for AMDGPUPRO linux drivers. It's in bash script right now as i'm using bash script for prototyping. My next project will be much more complex and be in C++ but this is something some of you need to not burn up your GPU's.
Right now it defaults to putting all your GPU fans to 75% speed. Over the coming week or two I will add flags for adjusting the fans. You do need to run this as root or with the sudo command. If you open it up in a text editor(My favorite is vi) you can modify the default fan speed variable if you don't like 75% speeds for now. By the time it gets to beta it will run in the background and adjust your fans dynamically based on a temperature target. But i'm atleast a week away from having that release ready. I'll be adding features regularly until the completion of my prototype. I.E. Proof of concept. Once that's done i'll modify the syntax to c++ instead of bash for a full fledged daemon.
Enjoy
https://github.com/DominiLux/amdgpu-pro-fans
I just uploaded the initial alpha version of my set fan speeds utility for AMDGPUPRO linux drivers. It's in bash script right now as i'm using bash script for prototyping. My next project will be much more complex and be in C++ but this is something some of you need to not burn up your GPU's.
Right now it defaults to putting all your GPU fans to 75% speed. Over the coming week or two I will add flags for adjusting the fans. You do need to run this as root or with the sudo command. If you open it up in a text editor(My favorite is vi) you can modify the default fan speed variable if you don't like 75% speeds for now. By the time it gets to beta it will run in the background and adjust your fans dynamically based on a temperature target. But i'm atleast a week away from having that release ready. I'll be adding features regularly until the completion of my prototype. I.E. Proof of concept. Once that's done i'll modify the syntax to c++ instead of bash for a full fledged daemon.
Enjoy
https://github.com/DominiLux/amdgpu-pro-fans