How to change/Check Graphics card used by Monogame Application

Hi,

How to change/Check Graphics card used by Monogame Application?

I have Nvidia Graphics card, but I feel my application is using inbuilt Intel-Graphics card.

Please tell me how to change the settings in my application or PC.

Thanks,
Bala

1 Like

For laptops, you need to go to your nvidia control panel.
A simple google search gives:

You can actually also do this through the XNA API! In XNA you can use GraphicsAdapter for that stuff, but I’m not sure if that’s all functional in MG. Usually people just go with the GraphicsAdapter.DefaultAdapter (implicitly).

1 Like