Announcement

Collapse
No announcement yet.

playing with ADL_SDK

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

  • playing with ADL_SDK

    After noticing there was nothing out there to do what I needed,
    I wrote a gtk program that uses the ADL_SDK from amd to read/set GPU clocks/speeds/temps/perf-levels.
    http://linuxsociety.org/pub/lsadl/

    I posted here to see if it's of use to anyone.
    I wrote it 2 months ago and i'm the only one that has tested it so far

    Notes:
    It works on my radeon 6670, should work on most single card platforms
    It reads on llano, but reports that "Function not supported by the driver." with the latest fglrx when attempting to set anything.
    No crossfire support
    No fan support (my 6670 was a non-reference asus so i'd have no way of testing it)
    features are basic for now


    Lemme know if this helps you
    Last edited by Soul_keeper; 15 November 2011, 05:07 AM.

  • #2
    Check out "AMDOverdriveCtrl". Maybe it is what you were looking for.

    Download AMDOverdriveCtrl for free. This tool let's you control the frequency and fan settings of your AMD/ATI video card. It depends on the proprietary AMD/ATI Catalyst display driver and makes use of the AMD Display Library (ADL).

    Comment


    • #3
      Originally posted by sunstar View Post
      Check out "AMDOverdriveCtrl". Maybe it is what you were looking for.

      http://sourceforge.net/projects/amdovdrvctrl/
      That project was one of the reasons I wrote lsadl
      the wxWidgets interface was a nightmare when I ran it (would pop up 20+ error/warning windows every time I launched it).
      It was easier to write my own gtk interface than fix it.

      Comment

      Working...
      X