Post
Topic
Board Mining software (miners)
Re: CGMINER ASIC FPGA GPU overc monit fanspd RPC linux/win/osx/mip/r-pi 3.1.0
by
-ck
on 01/05/2013, 02:29:34 UTC
Quick simple questions, had a search but couln't find the answer.

I've got 2 discrete GPUs and onboard graphics. When I mine I run the 2 discretes and use the onboard for desktop management.

So, once I start up CGminer I immediately press "G" gpu management, then "D" disable thread, then I choose "2" for the onboard graphics.

How can I write this into a scrypt to use in my startup .BAT file so I don't have to manually do it each time?

it's in the README, use the "--disable-gpu 2" switch or use "--device 0,1" to enable the devices you do want.

From the README:
--device|-d    Select device to use, (Use repeat -d for multiple devices, default: all)
--disable-gpu|-G    Disable GPU mining even if suitable devices exist



Thanks. I had read that but I didn't understand the |-G part after the command.
Not quite, but at least he tried to help. You want:
Quote
-d 0,1 --remove-disabled