Thanks to a contribution from Thodoris Greasidis, an experimental support of ATI/AMD GPU has been added into Psensor. Both gpu temperatures and fan speeds are available.
It will be part of the next version of Psensor. For the moment, you can give it a try by compiling Psensor directly from the source repository.
To compile Psensor with ATI support on Ubuntu:
- installs the usual Psensor build dependencies and fglrx ubuntu package
- download the ATI ADL SDK from: http://developer.amd.com/sdks/ADLSDK/Pages/default.aspx and extracts the files of the archive
- get the psensor source code:
svn co http://wpitchoune.net/svnpub/psensor/trunk. - configure the build environment:
./configure --with-libatiadl=[dir], where[dir]must be the directory where you have extracted the ATI ADL SDK. - compile and install psensor:
make clean all install.
The SDK is only required for compiling Psensor, you don’t need it to run Psensor as the library ATI ADL is available in the fglrx ubuntu package.
Don’t hesitate to let know whether or not the ATI support is working well with your ATI card. I don’t have personnaly any ATI material to test it.
It has been reported that Psensor with ATI 5850 and 4670 is working well.

