Re: Driver does not support the 0x7d67 PCI ID
George Nistor <[email protected]> Fri, 18 Jul 2025 00:04:08 +0300
| Newsgroups | gmane.comp.video.mesa3d.devel |
|---|---|
| Message-ID | <[email protected]> |
It is solved. The problem was the vivaldi from snap. I figure it out it should run because vlc had no problems. I install the vivaldi from homepage by getting the deb file and now it runs with vulkan options. vivaldi --enable-features=Vulkan,DefaultANGLEVulkan,VulkanFromANGLE,VaapiVideoDecodeLinuxGL,VaapiIgnoreDriverChecks,VaapiVideoDecoder Sorry for the trouble. But I can confirm it runs on intel ultra series 2 - 265. Thanks, george On 17.07.2025 23:42, Souza, Jose wrote: > On Thu, 2025-07-17 at 23:17 +0300, George Nistor wrote: >> >> Hi Jose, >> >> Why do you say I have 2 mesa libs? >> >> I installed latest intel-media-driver, >> and I still have the error. >> >> Do I miss something? >> > > When you did glxinfo | grep Mesa it was showing that Mesa had support > for your GPU but the other command not. > So not sure what happening in your distro, something for you to figure > out. Start by searching in / by iris_dri.so ... > >> >> here are my logs: >> >> georgenistor@george-intel-265:~$ apt list --installed | grep intel >> >> WARNING: apt does not have a stable CLI interface. Use with caution >> in scripts. >> >> firmware-intel-graphics/now 20250708-1 all [installed,local] >> intel-media-va-driver/now 25.2.3+dfsg1-1 amd64 [installed,local] >> intel-microcode/now 3.20250512.1 amd64 [installed,local] >> libdrm-intel1/plucky,now 2.4.124-2 amd64 [installed,automatic] >> xserver-xorg-video-intel/plucky,now 2:2.99.917+git20210115-1build1 >> amd64 [installed,automatic] >> georgenistor@george-intel-265:~$ apt list --installed | grep mesa >> >> WARNING: apt does not have a stable CLI interface. Use with caution >> in scripts. >> >> libegl-mesa0/plucky,now 25.1.6~kisak1~p amd64 [installed,automatic] >> libgl1-mesa-dri/plucky,now 25.1.6~kisak1~p amd64 [installed,automatic] >> libglu1-mesa/plucky,now 9.0.2-1.1build1 amd64 [installed,automatic] >> libglx-mesa0/plucky,now 25.1.6~kisak1~p amd64 [installed,automatic] >> mesa-libgallium/plucky,now 25.1.6~kisak1~p amd64 [installed,automatic] >> mesa-utils-bin/plucky,now 9.0.0-2 amd64 [installed,automatic] >> mesa-utils/plucky,now 9.0.0-2 amd64 [installed] >> mesa-va-drivers/plucky,now 25.1.6~kisak1~p amd64 [installed,automatic] >> mesa-vdpau-drivers/plucky,now 25.1.6~kisak1~p amd64 [installed,automatic] >> mesa-vulkan-drivers/plucky,now 25.1.6~kisak1~p amd64 >> [installed,automatic] >> >> >> >> On 17.07.2025 22:20, Souza, Jose wrote: >> >>> On Thu, 2025-07-17 at 20:21 +0300, George Nistor wrote: >>> >>>> >>>> Hello, >>>> I have an Intel Ultra Series 2 -265. >>>> I try to use vaapi interfaces with vivaldi but I got these errors. >>>> >>> >>> VA-API is supported by this project >>> https://github.com/intel/media-driver/ not Mesa. >>> Probably you just need to get the latest version of the package in >>> your distro as ARL is supposed to already be supported. >>> >>> About the libGL messages, looks like your system has 2 Mesa libs one >>> updated with support to ARL and another that don't have. >>> You have to figure out and fix that. >>> >>> The support for ARL was added here on Mesa: >>> https://gitlab.freedesktop.org/mesa/mesa/-/commit/4957d352dd80178bda09df35e57c1b90b10c63a9 >>> >>>> Could someone advice? >>>> >>>> Thanks >>>> >>>> >>>> georgenistor@george-intel-265:~$ glxinfo | grep Mesa >>>> client glx vendor string: MesaProject and SGI >>>> Device: MesaIntel(R) Graphics (ARL) (0x7d67) >>>> OpenGL renderer string: MesaIntel(R) Graphics (ARL) >>>> OpenGL core profile version string: 4.6 (Core Profile) Mesa25.1.6 - >>>> kisak-mesa PPA >>>> OpenGL version string: 4.6 (Compatibility Profile) Mesa25.1.6 - >>>> kisak-mesa PPA >>>> OpenGL ES profile version string: OpenGL ES 3.2 Mesa25.1.6 - >>>> kisak-mesa PPA >>>> >>>> georgenistor@george-intel-265:~$ /snap/bin/vivaldi.vivaldi-stable >>>> --enable-features=VaapiVideoDecodeLinuxGL >>>> >>>> (vivaldi:11425): Gtk-WARNING**: 20:18:24.473: Theme parsing error: >>>> gtk.css:1:21: Failed to import: Error opening file >>>> /home/georgenistor/snap/vivaldi >>>> /255/.config/gtk-3.0/colors.css: No such file or directory >>>> Gtk-Message: 20:18:24.488: Failed to load module >>>> "colorreload-gtk-module" >>>> Gtk-Message: 20:18:24.488: Failed to load module >>>> "window-decorations-gtk-module" >>>> MESA: warning: Driver does not support the 0x7d67 PCI ID. >>>> libGL error: glx: failed to create dri3 screen >>>> libGL error: failed to load driver: iris >>>> [11530:11530:0717/201824.551518:ERROR:chromium/components/viz/service/main/viz_main_impl.cc:184] >>>> Exiting GPU process due to errors during initializati >>>> on >>>> MESA: warning: Driver does not support the 0x7d67 PCI ID. >>>> libGL error: glx: failed to create dri3 screen >>>> libGL error: failed to load driver: iris >>>> [11689:11689:0717/201824.633717:ERROR:chromium/components/viz/service/main/viz_main_impl.cc:184] >>>> Exiting GPU process due to errors during initializati >>>> on >>>> MESA: warning: Driver does not support the 0x7d67 PCI ID. >>>> MESA: warning: Driver does not support the 0x7d67 PCI ID. >>>> KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied >>>> >>>> >>> >