lspci 查找对应显卡型号

# lspci -nn | grep VGA
# lspci | grep NVIDIA
02:00.0 VGA compatible controller: NVIDIA Corporation Device 2204 (rev a1)   # 3090
02:00.0 VGA compatible controller: NVIDIA Corporation Device 2208 (rev a1)   # 3080ti
1a:00.0 3D controller: NVIDIA Corporation GP100GL [Tesla P100 SXM2 16GB] (rev a1)   # p100
02:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)   # 1080ti
31:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:2684]  # NVIDIA GeForce RTX 4090

nvidia 显卡型号和 pci-ids 对应关系

pci-ids 名称 公司 具体型号
10de:1b06 GP102 NVIDIA Corporation GeForce GTX 1080 Ti
2204 NVIDIA Corporation

参考:

pci.ids