How to find out on which card Wayland runs?

@deano_ferrari @espinosa_cz both inxi and lspci will show the Class ID type or if its VGA (0300), Display or 3D (320 or 380)…

inxi -GSaz or /sbin/lspci -nnk | grep -EA3 "VGA|Display|3D"

I have also found that with Nvidia GPU’s to set the environment variable MESA_VK_DEVICE_SELECT

1 Like