Works really well
I have dual GPU ATI Radeon HD4870X2
Could you please mod the patch to display both GPU's temperature please ?
Hey guys, I made a quick patch against gkrellm 2.3.1 to display the current gpu temp as reported by `aticonfig --odgt`. It is a hacked version of a similar command for nvidia cards.
run the patch from the base dir of the source
cat gkrellm-aticonfig.patch | patch -p0
it adds a checkbox under built-in-->sensors-->options
"Use aticonfig for ATI GPU temperatures"
after checking it, restart gkrellm and it should show up under the sensor selection config.
http://stashbox.org/194186/gkrellm-aticonfig.patch
Last edited by trentgbs; 08-25-2008 at 11:47 AM.
Works really well
I have dual GPU ATI Radeon HD4870X2
Could you please mod the patch to display both GPU's temperature please ?
wont work on Catalyst 8.11 Beta in Ubuntu Intrepid
root@briana:/access/main/Downloads# cat gkrellm-aticonfig.patch | patch -p0
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- src/sysdeps/linux-orig.c 2008-08-25 09:35:01.000000000 +0000
|+++ src/sysdeps/linux.c 2008-08-25 13:50:32.000000000 +0000
try changing:
src/sysdeps/linux-orig.c
to:
src/sysdeps/linux.c
Also, are you in the source tree itself? It looks like you are 1 folder up, unless you unpacked into your Downloads folder.
Any programmer here that could modify this patch in order to display both GPU temperatures for HD4870X2 or dual GPU cards ?
You can try alternate patch from ALTLinux - http://git.altlinux.org/people/bga/p...adb86166479d50
Which have (but not tested) multiple sensors support.