How to check graphics card model on linux

Use commandlspci | grep VGA

I get the following information on my host:

08:00.0 VGA compatible controller: NVIDIA Corporation Device 2504 (rev a1)

I found that my graphics card model is 2504, which is different from the graphics card model in our impression, such as 1080Ti, and does not look like the real model. We need to search for 2504 on the pci webpage to find the corresponding real model.

The search results for my graphics card are as follows.
Insert image description here
It can be seen that the real model of the graphics card is "GeForce RTX 3060 Lite Hash Rate"

Guess you like

Origin blog.csdn.net/zmhzmhzm/article/details/131415093