Option 2: Add Properties
This is going to be the most popular for users on here as you can disable your Nvidia card but still get to use supported AMD GPU for heavy lifting in MacOS. Main downsides of this method is that it will disable your Kepler GPU as well so you can't run an RTX 2080ti with your GT 710.
So to start, you'll need to open up your config.plist and navigate towards Devices -> Add Properties where you'll add the following:
Devices
Key
Value
Disabled
Value Type
NVidia
name
23646973706C6179
DATA
NVidia
IOName
#display
STRING
NVidia
class-code
FFFFFFFF
DATA
And here's the XML for those who prefer Copy-paste:
And now all Nvidia GPUs will be blocked from your system
And for those with Navi or other unsupported AMD GPUs, there's also some luck for you as well
Devices
Key
Value
Disabled
Value Type
ATI
name
23646973706C6179
DATA
ATI
IOName
#display
STRING
ATI
class-code
FFFFFFFF
DATA
ATI
vendor-id
FFFF0000
DATA
ATI
device-id
FFFF0000
DATA
And that XML Goodness:
Last updated