0

I bought new laptop, in specs they had given nvidia GT 740m.

How can I confirm whether this is correct or not? How can I see which graphic card is installed?

Lucio
  • 18,843
user247166
  • 11
  • 3

2 Answers2

1
lspci | grep VGA

The above command does the job.

Avinash Raj
  • 78,556
  • will it show nvidia even when nvidia drivers not installed?? – user247166 Feb 11 '14 at 19:24
  • yes it shows the graphics card attached even if you not installed it's corresponding drivers. – Avinash Raj Feb 11 '14 at 19:26
  • when i type this command lspci -nn |egrep "VGA|Display" it's showing this 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:0a16] (rev 09) – user247166 Feb 11 '14 at 19:49
  • but when i type this sudo lshw -C video it's showing this description: VGA compatible controller product: Intel Corporation vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 version: 09 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:60 memory:b5000000-b53fffff – user247166 Feb 11 '14 at 19:49
  • *-display UNCLAIMED description: 3D controller product: NVIDIA Corporation vendor: NVIDIA Corporation physical id: 0 bus info: pci@0000:0a:00.0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: latency=0 – user247166 Feb 11 '14 at 19:51
  • so which one is correct first one or second one(that in last two comments , can't show in one comment due to restriced characters) – user247166 Feb 11 '14 at 19:52
  • both are correct. – Avinash Raj Feb 12 '14 at 03:38
  • why is it showing display UNCLAIMED for Nvidia?? – user247166 Feb 12 '14 at 10:41
0

In the software manager you can download the Nvidia drivers and control panel. From the control panel it will display information such as the type of card and it's current performance.