What I was reading in the linuxcoin thread was this list
Enable overclocking ..
next lets get the clocks
aticonfig --odgc --adapter=your adapter
Set them to what you want.
aticonfig --odsc 900,900 --adapter=youradapter
And commit them
aticonfig --odcc --adapter=youradapter
And set the fan speed to 70%
(a good setting for most 5XXX&6XXX cards) DISPLAY=:0.youradapter aticonfig --pplib-cmd="set fanspeed 0 70"
Here's a little bash magic to test your card temps.
while true; do
aticonfig --adapter=0 --od-gettemperature | tail -n1 | awk '{print "Current temp: " $5}' ;
aticonfig --adapter=0 --od-gettemperature | tail -n1 | awk '{print "Current temp: " $5}' ;
echo $(aticonfig --odgc --adapter=0| grep GPU);
echo $(aticonfig --odgc --adapter=1| grep GPU);
# Next lines are to check your balance if solo mining
# BALANCE=$(bitcoind getbalance)
# echo -ne "Bitcoin Balance: ${BALANCE}\r";
sleep 35;
clear
done
But I will look into adding AMDoverdrivectl. Diablo miner will be added on the next version and I will take a look at hashkill.
The MD5 hash don't match with the file i downloaded from this site today.
my hash is MD5: d50c4d3a38a1349111bac5f69b9571f1 linuxcoin-v0.1b-ati-cd.iso
while it says CD MD5: 71e5253bc5bda47003c57d71c52db869 linuxcoin-v0.1b-ati-cd.iso
My file size is 684 MB (717,387,776 bytes) on win7 32.
Who is wrong?
The md5sun for the CD version is 28bc5b424e3f33779f67fbe4fe1a9a67 I'll update now.
Don't forget the USB version is uploaded now
[/quote]