I posted this in the cgminer thread, and was summarily ignored. It's 83 pages long anyhow, time to start new threads!
I am trying to use the config file, but ran into 3 config switches which refuse to work.
All of the following auto-fan/gpu permutations fail:
"auto-fan" : "true",
"auto-fan" : "1",
"auto-fan" : "",
Trying to select for a single device is troublesome:
"device" : "1",
Results in GPU 0 and 2 being disabled.
"device" : "2",
Results in GPU 0 and 1 being disabled.
"device" : "2",
"device" : "1",
Results in GPU 0 and 1 being disabled.
Can you clarify the syntax for these commands?
Also, can you query for what the automatically detected values for vectors and worksize?
Thanks!