Hi,
I finally tried Linux and your ISO is the first.
Some things I found on this forum and tried which didn't work (and found no sollution for them):
Enable overclocking ..
aticonfig --enable-od
Result: aticonfig: unrecognized option ' --enable-od'
aticonfig: pairing the command line failed.
This should be:
aticonfig --od-enable
aticonfig --odsc 900,900 --adapter=youradapter
Works to set GPU to 900 and Mem to 900, but how to set mem to 300? When I try
aticonfig --odsc 900,300 --adapter=youradapter
it says that's not valid.
For mining, when I try
cdopt/miners/phoenix
./phoenix.py -u http://username:password@deepbit.net:8332/ -k poclbm VECTORS BFI_INT AGGRESSION=12 WORKSIZE=128 DEVICE=0
I get: ./phoenix.py permission denied
I read someone else got this error but I did not read how he got around it.
Any help?
Yes seem s I put yet another typo

it should be --od-enable. You cannot set your memory below 900 because its the lowest you can set it as it probably locked by the bios. You can edit the bios on some cards to allow you to set it lower but its out of the scope of this post. I suggest you search the forums for instructions.
The last error with phoenix is due to the permissions not being set properly. there's several posts on this thread that explains how to get around this. In short run the command like this
python ./phoenix.pl .....