Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: SmartCoin - A simple, robust mining system for Linux. [NOW WITH FAILOVER!]
by
plantucha
on 17/07/2011, 22:22:05 UTC
If there are any commands that you want to have run automatically when smartcoin starts, create a file "init.sh" in the smartcoin directory.  Then you can add your commands that you want run on startup.

Admittedly undereducated about exactly what AMDOverdriveCtrl is doing to my overclock settings/performance - but I have to start it for both cards everytime I reboot my rig. How can I script this with a detached screen? I'm trying:

Code:
#!/bin/bash
screen -dmS ctl0 "AMDOverdriveCtrl -i 0"
screen -dmS ctl1 "AMDOverdriveCtrl -i 3"

why are you using AMDOverdriveCtrl
is there anything what can't be done just by  catalyst 11.6?

like:
aticonfig --od-setclocks=900,1000 --adapter=all
or
export DISPLAY=:0.1; aticonfig --pplib-cmd "get fanspeed 0"
export DISPLAY=:0.1; aticonfig --pplib-cmd "set fanspeed 0 100"

unless AMDOverdriveCtrl can finally overvolt
but I bet 11.7 will do it too or atitweak http://forum.bitcoin.org/index.php?topic=25750.msg371068#msg371068 (overvolt bypass bios in next version)