我的笔记本电脑中有混合显卡。
当我检查我的系统详细信息时,它显示
AMD Radeon (TM) R7 M370 显卡。
当我使用此命令检查终端时
lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
Run Code Online (Sandbox Code Playgroud)
这显示了
00:02.0 VGA compatible controller [0300]: Intel Corporation Sky Lake Integrated Graphics [8086:1916] (rev 07) (prog-if 00 [VGA controller])
Run Code Online (Sandbox Code Playgroud)
我很困惑如何确认哪些正在工作。
PS:也请检查这张图片