How do I tell (command line) which graphics card is installed a system?
Updated -
-
The most direct way to determine the make and model of the graphics card in a system without physically inspecting the hardware is the
lspci
command:$ /sbin/lspci ... 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02) ...
-
If you want to confirm the driver too, please using the
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.