Yes I have tried --adapter=all option. It returns only the first card.
If I manually set parameter and specify device (-A 1, -A 2...), it returns nothings.
C:\Python27\Scripts>python atitweak -e 900 --adapter=all
Setting performance level 0 on adapter 0: engine clock 900MHz
Setting performance level 1 on adapter 0: engine clock 900MHz
Setting performance level 2 on adapter 0: engine clock 900MHz
C:\Python27\Scripts>python atitweak -e 900 -A 1
C:\Python27\Scripts>python atitweak -e 900 -A 2
C:\Python27\Scripts>python atitweak -e 915 -A 0
Setting performance level 0 on adapter 0: engine clock 915MHz
Setting performance level 1 on adapter 0: engine clock 915MHz
Setting performance level 2 on adapter 0: engine clock 915MHz
C:\Python27\Scripts>
I installed Python 2.7.2 (32-bit) and cloned atitweak from the git repository. This is what I get:
C:\Python27>python.exe c:\Python27\scripts\adl3\atitweak -l
0. AMD Radeon HD 6900 Series (\\.\DISPLAY1)
engine clock range is 125 - 950MHz
memory clock range is 75 - 1350MHz
core voltage range is 0.9 - 1.1VDC
performance level 0: engine clock 250MHz, memory clock 150MHz, core voltage
0.9VDC
performance level 1: engine clock 500MHz, memory clock 1250MHz, core voltage
1VDC
performance level 2: engine clock 865MHz, memory clock 1250MHz, core voltage
1.1VDC
fan speed range: 0 - 100%, 800 - 6000 RPM
1. (╘?x☻♠)
engine clock range is 125 - 950MHz
memory clock range is 75 - 1350MHz
core voltage range is 0.9 - 1.1VDC
performance level 0: engine clock 250MHz, memory clock 150MHz, core voltage
0.9VDC
performance level 1: engine clock 500MHz, memory clock 1250MHz, core voltage
1VDC
performance level 2: engine clock 865MHz, memory clock 1250MHz, core voltage
1.1VDC
fan speed range: 0 - 100%, 800 - 6000 RPM
What is odd is that it is
reporting the same information for both GPUs. The BIOS engine clock range for the 5850 is up to 1000MHz, yet it reports it as 950.
Not sure what is going on, but Windows version seems a bit buggy.
I was able to do
C:\Python27>python.exe c:\Python27\scripts\adl3\atitweak -e 910 -P 2
Setting performance level 2 on adapter 0: engine clock 910MHz
successfully on a single GPU system. I'll try it on a system with 2 x 6950's tomorrow and see if it works.