LINUX上如何查看显卡具体型号?

37

在使用下述命令查看显卡型号的时候不会显示具体型号,只会显示一堆奇奇怪怪的字样,搞得我都不知道显卡到底是什么型号的。

lspci | grep -i nvidia

比如说这样:

[***@*** ~]$ lspci | grep -i nvidia
23:00.0 VGA compatible controller: NVIDIA Corporation Device 1ff2 (rev a1)
23:00.1 Audio device: NVIDIA Corporation Device 10fa (rev a1)

下面这个网站就可以解决
https://admin.pci-ids.ucw.cz/read/PC/10de/2208

比如在上面搜索 1ff2 就可以知道我的显卡具体型号是T400。