Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

No specific video card information found

Need help with peripherals or devices?
Post Reply
Message
Author
ninja_turtle9999
Posts: 2
Joined: 2021-08-24 05:14

No specific video card information found

#1 Post by ninja_turtle9999 »

system Info:

Code: Select all

Linux DEB-NUC11PAH-G6PA119006KK 5.10.0-0.bpo.8-amd64 #1 SMP Debian 5.10.46-4~bpo10+1 (2021-08-07) x86_64 GNU/Linux
CPU: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
Hi,

I was trying to get the video card information as below

Code: Select all

root@DEB-NUC11PAH-G6PA119006KK:~# lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:9a49] (rev 01)
With earlier Intel processors generations, I used to get the PCI device name as

Code: Select all

root@DEB-NUC8i7BE-G6BE9460050J:~# lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Iris Plus Graphics 655 [8086:3ea5] (rev 01)
Above is for 8th gen Intel CPUs where I got a name as "Iris Plus Graphics 655".
Any idea how I can get similar PCI device name for latest gen processors? Any command line utility that I can use?

trinidad
Posts: 290
Joined: 2016-08-04 14:58
Been thanked: 14 times

Re: No specific video card information found

#2 Post by trinidad »

You can't believe your eyes if your imagination is out of focus.

ChetanNeve
Posts: 3
Joined: 2020-11-26 14:01

Re: No specific video card information found

#3 Post by ChetanNeve »

Hi @trinidad
Thanks for your quick response. We have already tried all of the command line options and utilities mentioned in the link you have provided to get a graphics card information. All of these commands looks like are working fine for the Intel processor generations which are lower than 11th generation, but not working for 11th generation.
Is there any another way to get integrated graphics card information??

Any help would be appreciated. Thank you so much in advance!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: No specific video card information found

#4 Post by stevepusser »

First, I don't think you need to run those lspci commands as root, and doing so is probably a bad idea.

Second, you can't get full support for 11th gen cards on Buster--this is a known fact. They need a newer Mesa, kernel, firmware, etc. I think that Bullseye supports them with non-free firmware, but don't quote me on that.

I do know that the Buster-based MX 19 AHS edition supports that hardware, but that is because we went to all the trouble of backporting a lot of stuff to get that working.

That said, the "update-pciids" command in the link, plus installing inxi and running "inxi -Gxx" should have provided you better information about your card, even on Buster. But it won't be working correctly on Buster. Here's my eighth-gen Intel card info on a Buster base, but newer Mesa, for example:

Code: Select all

⏚ steve@msigp63:~ $ inxi -Gxx
Graphics:  Device-1: Intel UHD Graphics 630 vendor: Micro-Star MSI driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:3e9b 
           Display: x11 server: X.Org 1.20.10 driver: intel compositor: compton resolution: 1920x1080~60Hz 
           OpenGL: renderer: Mesa DRI Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 20.3.4 compat-v: 3.0 direct render: Yes
MX Linux packager and developer

Post Reply