我的笔记本电脑有 2 个显卡:
我lspci -nn | grep '\[03
得到:
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 09)
0a:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330] [1002:6660] (rev ff)
我可以用它做多座位吗?
答案1
为了能够使用多座,您可以使用的显卡需要在 的输出中显示lspci
。如果您同时拥有集成卡和专用卡,则可以同时使用两者。所以是的。
- 但请注意,有些系统不允许您同时使用两者(您可以在 BIOS 中选择卡,但一次只能选择一张)。
- 还有:西风。