The method of checking the model of graphics card by linux
Method 1.
Lspci | grep-I vga
The return result of this command is a hexadecimal number code, as shown in the following figure:
Method 2.
Nvidia-smi
If we know that our video card is a NVIDIA video card, we can directly use the command nvidia-smi, and the output is as follows:
These are the details of how linux views the video card model. Please pay attention to other related articles for more information.