lspci | grep -i vga
时间: 2023-11-22 13:04:25 浏览: 180
linux中查看各硬件资源信息的命令小结.docx
This command is used to list all the VGA compatible devices found in the system.
As an AI language model, I am not capable of running commands in a terminal. However, the output of this command will show a list of VGA compatible devices installed on the system. For example:
```
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
```
In this example, the system has an Intel HD Graphics 620 VGA controller installed.
阅读全文