PDA

View Full Version : [ubuntu] How to adjust GPU and graphic memory frequency?



Markstar
October 20th, 2008, 01:35 PM
Hi,
I would like to adjust the frequencies of my graphic card (ATI 4870) and were wondering how I could accomplish that. There are several tools for Windows (Overdrive, but I use AMD GPU Clock Tool v0.9.8 ), but how do I do it in Ubuntu?

Thank you in advance for your answers!

Hexagoon
October 20th, 2008, 01:49 PM
This option should be available with the most recent fglrx, through the aticonfig utility. I don't think it is available in CCC Linux edition though.

Markstar
October 20th, 2008, 04:36 PM
This option should be available with the most recent fglrx, through the aticonfig utility. I don't think it is available in CCC Linux edition though.I do have the most recent driver version (8.10) installed. What do I do there? I tried:


markstar@HA06:~$ sudo aticonfig --lsp
Error: POWERplay is not supported on your hardware.

Why would Powerplay not be supported?

Anyways, in Windows I can lower the frequencies to 200MHz (instead of 500, which saves about 40W). I have tried Overdrive, but this seems to be only for overclocking the card. :(

Markstar
October 21st, 2008, 10:05 AM
So is it safe to assume that underclocking the graphic card is not possible in Ubuntu? :(

bartenst
November 8th, 2008, 01:20 AM
Hmm, the graphic card of my notebook is a ATI HD 2600 and with Ubuntu Hardy I was able to use POWERplay with the ATI Catalyst (amdcccle). Unfortunately this feature is not available with the ATI Catalyst installed on Intrepid? How comes?

Would be nice to have this feature as my notebook's fan is now constantly running.

Greetings,
Dominik

miegiel
March 16th, 2009, 06:48 AM
from : http://ati.amd.com/products/powerplay/index.html

ATI PowerPlay™ technology is now available in ATI Radeon™ HD 3800 Series desktop graphics processors, ATI Mobility Radeon™ notebook graphics processors and Radeon™ Express motherboard chipsets and may be enabled on certain ATI Partner products.

Doesn't list the ATI 4870

Ansraliant
May 16th, 2009, 04:52 AM
Hi!. Have you tried to use aticonfig to set new clocks?.
Here's how I've changed my ATI HD 2600 from 600 to 650 GPU frequency.

First of all, you must enable Ati Overdrive feature writing the following:
Remember to write all the commands as root or sudo.


# aticonfig --od-enable

Check out what clocks do you have.


# aticonfig --adapter=0 --od-getclocks


You should see something like this:



dapter 0 - ATI Radeon HD 2600 Pro AGP
Core (MHz) Memory (MHz)
Current Clocks : 600 500
Current Peak : 600 500
Configurable Peak Range : [600-660] [500-550]
GPU load : 0%


Now that you know your current clocks, write this:



# aticonfig --adapter=0 --od-setclocks=GPU,RAM


Where GPU, is the frequency you want for your GPU. And RAM the new Frequency for your RAM.

It worked for me, so it should work to you too.
Good Luck!