cgminer --scrypt -u user -p pass -o http://host:port --worksize 256 -g 2 -I 13 --lookup-gap 2 --gpu-engine 1000 --gpu-memclock 1400 --shaders 2048
Cpuminer:
./minerd --algo=scrypt -o http://host:port -u user -p pass
Make sure your running with scrypt
I updated cgminer from github but it claims there are no such commands as --auto-fan, gpu-engine, and gpu-memclock, how come your version does not refuse to accept those? My README and SCRYPT-README seem to think they exist but cgminer --help does not list them at all. Nor auto-gpu either.
-MarkM-