How do I check Ubuntu is using my AMD graphics or built-in intel?
Not all graphics adapters are shown as VGA
.
You can run lspci -k | grep -EA3 'VGA|3D|Display'
to see all adapters.
To find out which is in use, you can run glxinfo | grep OpenGL
.