当我把lspci | grep VGA
这些
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 435M] (rev a1)
有没有办法了解更多详细信息?例如,我的 nVidia 是 1GB,有没有命令行 这表明 nvidia 是 1GB?
答案1
$ lspci -v -s 01:00.0
这应该在常规输出之后输出括号中的内存。