I have a Dell Laptop. I Want to find GPU Info (Ubuntu 14.04).
lshw -C display
*-display
description: VGA compatible controller
product: Broadwell-U Integrated Graphics
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:46 memory:f6000000-f6ffffff memory:d0000000-dfffffff ioport:f000(size=64)
THe about:gpu
tab in chrome says:
GPU0 VENDOR = 0x1002, DEVICE= 0x6604
GPU1 VENDOR = 0x8086, DEVICE= 0x1616 *ACTIVE*
Now, I am confused. I bought the laptop with a AMD Radeon 2GB Video card.
Nowhere I see it.
How to get that information?
Output of command: lspci -k | grep -iEA3 '3d|vga'
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
Subsystem: Dell Device 066f
Kernel driver in use: i915
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
--
08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Opal XT [Radeon R7 M265] (rev ff)
Kernel driver in use: radeon
lshw
should have printed 2*-display
entries if you have a separate graphics card. Can you run it as root again (sudo lshw -C display
) please and compare the results? – Byte Commander Dec 28 '16 at 15:09lspci -k | grep -iEA3 '3d|vga'
? – Byte Commander Dec 28 '16 at 15:15