Announcement

Collapse
No announcement yet.

Patch for radeon temp in gkrellm

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Patch for radeon temp in gkrellm

    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.

    Last edited by trentgbs; 25 August 2008, 12:47 PM.

  • #2
    Works really well

    I have dual GPU ATI Radeon HD4870X2

    Could you please mod the patch to display both GPU's temperature please ?

    Comment


    • #3
      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

      Comment


      • #4
        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.

        Comment


        • #5
          Any programmer here that could modify this patch in order to display both GPU temperatures for HD4870X2 or dual GPU cards ?

          Comment


          • #6
            Originally posted by 3rik View Post
            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.

            Comment

            Working...
            X