Hi everyone,
I want to make a C# app in Mono as it's the only programming language I'm mostly comfortable with.
Anyway, ATI Drivers on Linux do not have a Fan control feature and therefore the cards to tend to heat up. For me I prefer to have a cooler card.
What I want to do is run a command such as:
aticonfig --pplib-cmd 'set fanspeed 0 70'
In a application but I the thing is..How can I run that code so it works, I am currently running Ubuntu 10.04, and it does work in the terminal, but I want to implement it into an application.
Thanks