Ubuntu Server 16.04 GPU Fan control

I’m looking for simple solution how change fan % spin.
I’m using 5 Fury’s with Optiminer but still don’t know how change fan speeds to low temps.
Thanks.

aticonfig --pplib-cmd “set fanspeed 0 100”

aticonfig --pplib-cmd “set fanspeed 1 100”

amdconfig --pplib-cmd “set fanspeed 0 auto”

amdconfig --pplib-cmd “set fanspeed 1 auto”

Two first set up the gpu 0 and the gpu 1 at 100% rpm
The last two set up automatic mode to gpu 0 and gpu 1

You must run the commands as root.

1 Like

aticonfig: command not found - aticonfig --pplib-cmd “set fanspeed 0 100”
I make something wrong.

I think the aticonfig command only comes with Catalyst/fglrx drivers. If you’re using amdgpu drivers, there may not be a provided fan speed utility. A quick Google search shows this amdgpu-pro fan config project, but I haven’t tried it myself.

Thank you, works for me. :slight_smile: