linux - 显示 Controller 和 VGA 兼容 Controller 有什么区别?

标签 linux drivers

以下是我的 Arch linux 终端上 lscpci 命令的输出。我使用的是 Lenovo G 50-70 笔记本电脑。

[code_master5@BitBox ~]$ lspci
00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun LE [Radeon HD 8550M / R5 M230]

我想知道为什么我的 VGA 兼容 Controller 和显示 Controller 显示不同的输出?

何时以及为何使用它们中的每一个?

有没有办法检查哪个应用程序使用哪个图形 Controller ?

编辑 1: 这是@McGrady 的回答中第一个命令的输出:

 [code_master5@BitBox node-express]$ grep LoadModule /var/log/Xorg.0.log
[    17.105] (II) LoadModule: "glx"
[    17.279] (II) LoadModule: "intel"
[    17.343] (II) LoadModule: "modesetting"
[    17.348] (II) LoadModule: "fbdev"
[    17.349] (II) LoadModule: "vesa"
[    17.374] (II) LoadModule: "dri3"
[    17.374] (II) LoadModule: "dri2"
[    17.374] (II) LoadModule: "present"
[    17.895] (II) LoadModule: "libinput"
[    18.144] (II) LoadModule: "synaptics"

但是第二个不工作...

[code_master5@BitBox node-express]$ grep Driver /etc/X11/xorg.conf   
grep: /etc/X11/xorg.conf: No such file or directory

最佳答案

这取决于适配器固件如何向 PCI 总线声明自身。 其原因可能是因为在 Optimus 双图形系统中。

您可以运行此命令找出系统当前使用的图形 Controller :

grep LoadModule /var/log/Xorg.0.log
grep Driver /etc/X11/xorg.conf

关于linux - 显示 Controller 和 VGA 兼容 Controller 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41658094/

相关文章:

linux - 如何使用函数并将其变量传递给 linux 驱动程序 LM70 中定义的用户应用程序?

android Binder 驱动程序

c++ - 为armhf编译Crypto++进行交叉编译

c - Grep 永不返回

windows - 在一台计算机上运行多个网络摄像头

java - 如何在我的 Java 应用程序中通过 Windows 驱动程序访问 USB 设备

android - 通过USB从Windows PC与android设备通信

php - Apache PHP 5 header() 问题 SSL 域

c - 尝试使用 "Readers Writer Lock"时的竞争条件

python - Python 系统调用失败