Bitcoin Forum

Other => Beginners & Help => Topic started by: KarlSpaat on June 24, 2011, 10:07:07 AM



Title: Voltage Control of HD5850 in Ubuntu?
Post by: KarlSpaat on June 24, 2011, 10:07:07 AM
Hi there,

i have 3 Mining Rigs with 2x5850 and after installing a new cooling setup, i managed to get the temperatures to 69,5 C for the upper cards and 63 C for the lower cards. All Cards running at 880/300 stable 24/7 with 352 MHash/s.

The cards freeze with higher clocks. How can i adjust the Voltage of the cards in Ubuntu?

Another point is, id like to get the temperatures via SSH. aticonfig doesnt work, when there is no X Server active.


Thanks to all repliers and greetz

KarlSpaat


Title: Re: Voltage Control of HD5850 in Ubuntu?
Post by: Bloodys on June 24, 2011, 10:32:01 AM
You can modify the BIOS of the video card with higher voltage using RBE (Radeon Bios Editor) and then reflash the card with the modified BIOS, after that you can only play with the frequency as the voltage would be higher by default...


Title: Re: Voltage Control of HD5850 in Ubuntu?
Post by: qdot on June 24, 2011, 10:36:32 AM
And in terms of accessing via SSH:

Install 'screen' - not strictly necessary, but useful in keeping a program running while you logout from shell

run 'screen'
run 'startx' - this startx an X Server on the machine

in a separate screen window ('Ctrl-a c') run:
export DISPLAY=:0
'your-miner-command-line'



Title: Re: Voltage Control of HD5850 in Ubuntu?
Post by: SolarSilver on June 24, 2011, 10:53:40 AM
And in terms of accessing via SSH:

Install 'screen' - not strictly necessary, but useful in keeping a program running while you logout from shell

run 'screen'
run 'startx' - this startx an X Server on the machine

in a separate screen window ('Ctrl-a c') run:
export DISPLAY=:0
'your-miner-command-line'



Don't you need to run xhost + from an xterm before you can just connect to the X11 session?


Title: Re: Voltage Control of HD5850 in Ubuntu?
Post by: KarlSpaat on June 24, 2011, 11:31:46 AM
The Radeon Bios Editor works perfectly.
Since i also like to observe my Miners from Windows, I installed x11vnc and connect to the machines via VNC. I know this isn't safe and the best way, but for watching the temperatures once a day its doing fine.

Later i test the startx thing from ubuntu.


Title: Re: Voltage Control of HD5850 in Ubuntu?
Post by: qdot on July 01, 2011, 05:27:18 PM
Don't you need to run xhost + from an xterm before you can just connect to the X11 session?

xhost + applies if you have to use a connection that's missing the MIT-MAGIC-COOKIE - if you're using the same user that the X11 server runs from, the cookies should be sufficient and tasty.


Title: Re: Voltage Control of HD5850 in Ubuntu?
Post by: supersonic3974 on July 01, 2011, 05:35:10 PM
If you don't mind me asking, how did you get your to 350 Mh/s without overclocking?  I have a 2x 5850 setup and I can only get them to 297 Mh/s.  Anything tips are greatly appreciated.


Title: Re: Voltage Control of HD5850 in Ubuntu?
Post by: KarlSpaat on July 06, 2011, 10:55:33 AM
Sorry for replying so late.

I overclocked my HD5850 with the aticonfig tool. The problem was, that i tried to watch temperatures and clock from my working PC, which has Windows installed. I use Putty and XMing to access the miners and have XServer available.

You just have to install xming and set X11 forwarding in Putty Settings. Then i write export DISPLAY=:0 and can use aticonfig.

If you need more detailed informations just write a PM to me.