Skip to content
Advertisement

What is the difference between Display Controller and VGA Compatible Controller?

Following is the output of lscpci command on my Arch linux terminal. I am using Lenovo G 50-70 Laptop.

JavaScript

I wanted to know why my VGA compatible controller and Display Conroller are showing different outputs?

When and why each of them is used?

Is there a way to check which application uses which graphics controller?

EDIT 1: Here is the output for first command in @McGrady’s answer:

JavaScript

But second is not working…

JavaScript

Advertisement

Answer

It depends on the adapter firmware how it declares itself to PCI bus. The reason for that is probably because in an Optimus dual graphics systems.

You can run this command to find out which graphics controller is currently used by the system:

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement