Post
Topic
Board Mining (Altcoins)
Re: Any word on amd vega hash rates?
by
Mythic
on 28/10/2017, 10:47:35 UTC
This is correct by you don't want to disable the iGPU on rigs that use it (like mine).
You can instead call
Code:
devcon.exe disable "PCI\VEN_1002&DEV_687F"
timeout /t 2
devcon.exe enable "PCI\VEN_1002&DEV_687F"
This is enable/disable ALL devices that match the prefix.

Just my 2p Smiley

Even better! I disable the iGPU on all of my systems, so I wasn't really thinking about that. Can anyone confirm whether the vendor defined identifier (DEV_687F) is the same for all the Vega variants (V56, V64, V64L)?