我有一个装有 Nvidia 显卡的系统。
执行以下操作
lspci | grep VGA
只显示我的 Nvidia 卡。我怎样才能让它也检测到 Intel 卡?
答案1
打开终端并执行:
lspci -k | grep -EA2 'VGA|3D'
输出内容如下:
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
Subsystem: CLEVO/KAPOK Computer Device 3501
Kernel driver in use: i915
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 860M] (rev a2)
Subsystem: CLEVO/KAPOK Computer Device 3501
Kernel driver in use: nvidia