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?