Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: noob_jul11 on July 12, 2011, 11:09:12 PM



Title: AMD Overdrive Control controlling both cards?
Post by: noob_jul11 on July 12, 2011, 11:09:12 PM
Is AMD Overdrive Control for ubuntu 10.10 able to control both 6970 cards? If so, how?



Title: Re: AMD Overdrive Control controlling both cards?
Post by: pixilated8 on July 13, 2011, 12:19:48 PM
Start up a terminal...

Code:
AMDOverdriveCtrl --help | grep active

note the Adapter index numbers.  Then

Code:
AMDOverdriveCtrl -i AdapterIndex

(replacing AdapterIndex with the index numbers from above).  I forget if you have to sudo these commands.


Title: Re: AMD Overdrive Control controlling both cards?
Post by: noob_jul11 on July 13, 2011, 01:11:32 PM
Folks from my pool helped me late last night - get a 2nd AMDOverdriveCtrl going, automate the process and not GUI amongst other things. But, nevertheless, I thank you for the reply. It's great to keep BTC community going.