I would like to know the model of my graphics card. I think it may be an ATI, but I want to be sure!
I have Ubuntu 11.10 (32 bit) and an Asus A6 VA laptop.
I would like to know the model of my graphics card. I think it may be an ATI, but I want to be sure! I have Ubuntu 11.10 (32 bit) and an Asus A6 VA laptop. |
|||||||||
|
Open up "Terminal", and type: There, you'll find your GPU card's model. |
|||||||||
|
For detailed information about your graphics card, usually including its make and model, run:
This might give the make and model name more often than
You can run this (either one) without If you like, you can parse the output to get just the line with the model name:
Or if you need to extract just the name (for example, for scripting purposes--but remember there isn't always anything to extract):
(Don't forget the space just after As an example: on my system, this gives:
|
|||||
|
Sometimes lspci is not enough:
e.g.: you can end up with something like this:
so then you can try to grep Xorg log:
and dmesg
|
|||||||||
|
|
|||||||||
|
This shows specific video card models as well:
|
|||
|