you can check in terminal if you have both GPUs working. Run ```DRI_PRIME=1 glxinfo | grep renderer

you can check in terminal if you have both GPUs working. Run
DRI_PRIME=1 glxinfo | grep renderer
and
DRI_PRIME=2 glxinfo | grep renderer
and see if you get different results (or it might be 0 and 1, I don't recall.)
Was this page helpful?