Anybody any idea how to work around this? Aka telling CGMiner to ignore the Intel Graphics, and continue within everything else as usual. (its sees the gpu's as 0:0-3 and the intel gpu as 1:0)
Try using the CGMiner argument --remove-disable for the Intel GPU.
-------------Readme-----------------------
--remove-disabled Remove disabled devices entirely, as if they didn't exist
--device|-d
Select device to use, one value, range and/or comma separated (e.g. 0-2,4) default: all
-------------Top Post-----------------------
Q: Can I mine with AMD while running Nvidia or Intel GPUs at the same time?
A: If you can install both drivers successfully (easier on windows) then
yes, using the --gpu-platform option.
---------------------------------------------
May not be better than a dead flying whombat or dummy plugs. But worth looking into.
Sam
Thanks for sticking with me Sam!
Tried, unsuccessfully
Really have the feeling that either OpenCL or ADL is plainly ignoring the --gpu-platform and --remove-disabled and just craps out because it sees more or less than what it is expecting. While my scripting is decent, my knowledge of C and the code base of CGMiner is giving me difficulties in finding the exact code and wrapping my head around it.
not sure about intel, but amd based MB has controls in the bios for whether or not to use the internal or card based gpu. You may want to look there.
He has already been there and done that.
He wants to use the Intel GPU for his actual display. And wants CGMiner to not use the Intel GPU.
The problem is that OpenCL detects a different number of devices than ADL which causes problems if you want CGMiner to monitor and manage temps, clocks and fan speeds.
Sam
Bingo, exactly what I want, but somehow CGMiner is refusing to allow me to do.
Additional note, I've been googling / searching on the forums quite a bit, and at some point found a post someone was having similar ADL issues (though with AMD vs Nvidia cards) and he resolved it by deleting the amdocl* files and opencl* files in system32 and syswow64, and reinstalling the drivers after. Tried, without luck, though found some nice strange thing that might help us getting this figured out.... at first I decided not to install the intel graphics driver again after having it uninstalled. (since windows automatically installed it as a standard vga adapter) But by doing that, CGMiner... just went nuts completely complaining that it couldn't find any OpenCL devices. Even though all 4 cards showed up nicely in device manager as properly installed. Installing the Intel Graphics Driver resolved this problem.