Wednesday, June 18, 2014

How to show Graphics Card info on Lubuntu


In this article i will teach you how to show graphics card/video card/display adapter information on lubuntu.

There are several ways to show graphics card/video card information, and here's one of them:

lspci | grep VGA

Here's an example:

kernelpanic@lubuntulaptop:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)

And here's another command that will also shows graphics card information (this one is a lot more details):

sudo lshw -C display

sudo lshw -C video

Go ahead try them on your lubuntu :)

No comments:

Post a Comment