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:
#!/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)