PCI总线设备lspci |grep VGA标志解释
结果
root@dev:~# lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:7d67] (rev 06)
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:2c05] (rev a1)
80:14.5 Non-VGA unclassified device [0000]: Intel Corporation Device [8086:7f2f] (rev 10)
84:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:2c05] (rev a1)
解读
00:02.0 Intel iGPU (核显)
02:00.0 NVIDIA GPU (10de:2c05)
84:00.0 NVIDIA GPU (10de:2c05)

