Post
Topic
Board Altcoin Discussion
Topic OP
Setting up CGMiner with an Nvidia and AMD GPU installed, specifically GPU map
by
skeeterskeeter
on 02/11/2013, 20:59:59 UTC
I am trying to setup my GPU's so that I can have a crappy little Nvidia 610GT do my video output while my 7950 does some mining.
I think that I need to do is use the gpu-map argument of CGMiner but I am not sure how to use it.

Here is my original list of arguments for just my 7950
Code:
F:\cgminer.exe --scrypt -o URL -u USER -p PASS -I 13 -w 256 --thread-concurrency 22400 -g 1 --auto-fan --auto-gpu --temp-target 79

This is the output produced running the -n switch


Here is the README section for --gpu-map
Quote
--gpu-map    
Map OpenCL to ADL device order manually, paired CSV (e.g. 1:0,2:1 maps OpenCL 1 to ADL 0, 2 to 1)

I'm not sure what exactly this means.
I also see the -device option, could I possibly ignore the 610GT in CGMiner?

EDIT:

If I run with my original arguments and the
Code:
-gpu-platform 1
argument I can start mining on my 7950 but I cannot get the temprature and fan speed to show up. Which is still a result of the hardware monitoring issue/gpu-map issue. I also cannot view the temperature in GPU-Z either.

Does this mean that --auto-gpu and --auto-fan are not working while I am mining and the fan is just set to full blast?
And how can I see the temperature of the card?