what is the graphics card?

Asked by Jessica Haynes

I am trying to find out what a graphics card is and how do i find out the model of it is??

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

cat /proc/cpuinfo | less

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

cat /proc/cpuinfo | grep model

Is a bit better :)

Revision history for this message
peter b (b1pete) said :
#3

Jessica, there is a package in synaptic called lshw-gtk

it can be installed either via synaptic or cli as follows

sudo apt-get install lshw-gtk

then you open/execute it with

gksu lshw-gtk

or create a launcher on your desktop with the same command entered.

Revision history for this message
George Standish (george-standish-deactivatedaccount) said :
#4

to find your graphics card in a terminal enter:

   lspci | grep -i vga

Good luck,
George

Revision history for this message
George Standish (george-standish-deactivatedaccount) said :
#5

to find your graphics card in a terminal enter:

   lspci | grep -i vga

Good luck,
George

Can you help with this problem?

Provide an answer of your own, or ask Jessica Haynes for more information if necessary.

To post a message you must log in.