Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 7278  / 2 Years ago, sun, february 13, 2022, 8:24:59

My laptop has a nvidia 425 geforce video card!



I'm keen on to find wether my laptop has another(intel) graphic processor or not?



and so, enable Intel Integrated for usage!



How should i find this?


More From » nvidia

 Answers
4

To know complete information about your graphics card we have two useful methods.open your terminal and type



lspci | grep VGA


sample outputs:



raja@badfox:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
raja@badfox:~$


and one more thing:



sudo lshw -C video


sample output for example



raja@badfox:~$ sudo lshw -C video
*-display:0
description: VGA compatible controller
product: 4 Series Chipset Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:45 memory:fd800000-fdbfffff memory:d0000000-dfffffff ioport:ff00(size=8)
*-display:1 UNCLAIMED
description: Display controller
product: 4 Series Chipset Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2.1
bus info: pci@0000:00:02.1
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm cap_list
configuration: latency=0
resources: memory:fde00000-fdefffff
raja@badfox:~$


Hope that helps,:) .


[#36038] Sunday, February 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ainlyyor

Total Points: 210
Total Questions: 129
Total Answers: 116

Location: Barbados
Member since Sun, Nov 27, 2022
1 Year ago
;