Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Table of Contents

Changing fan speed of ATI under linux

Intro

Having multiple GPUs under Linux means you are especially interested in wanting to adjust fan speeds manually. The trick is to change the DISPLAY to the device you want to alter.

Solution

Example for two devices:

$ export DISPLAY=:0
$ aticonfig --pplib-cmd "set fanspeed 0 60"

$ export DISPLAY=:0.1
$ aticonfig --pplib-cmd "set fanspeed 0 60"