Package Details: intel-compute-runtime-legacy-bin 24.35.30872.22-3

Git Clone URL: https://aur.archlinux.org/intel-compute-runtime-legacy-bin.git (read-only, click to copy)
Package Base: intel-compute-runtime-legacy-bin
Description: Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver (legacy platforms; pre-compiled binaries)
Upstream URL: https://github.com/intel/compute-runtime/
Licenses: MIT
Conflicts: intel-compute-runtime, intel-gmmlib
Provides: intel-compute-runtime, intel-compute-runtime-legacy, intel-gmmlib, intel-gmmlib-legacy, level-zero-driver, opencl-driver
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 2
Popularity: 0.39
First Submitted: 2024-12-06 22:14 (UTC)
Last Updated: 2025-05-11 01:30 (UTC)

Dependencies (5)

Required by (60)

Sources (5)

Latest Comments

celri commented on 2025-05-19 08:05 (UTC)

@dbermond Thanks. It works now but with minor adaptation I have to set LIBVA_DRIVERS_PATH to iHD only (not a path) and when I install intel-compute-runtime-legacy-bin after intel-media-stack-legacy-bin I have a conflict whit gmmlib BUT everything seems to works now. Thank you again

dbermond commented on 2025-05-17 12:33 (UTC)

@SteelT thanks for the confirmation. Good to know.

@celri have you correctly configured vaapi to use the iHD driver from intel-media-stack-legacy-bin? (do you have 'LIBVA_DRIVERS_PATH' set to '/opt/intel/media/lib64' for overruling the default location?)

celri commented on 2025-05-15 06:43 (UTC)

@dbermond Hi ! intel-media-stack-legacy-bin don't work for me.

❯ vainfo
Trying display: wayland
Trying display: x11
error: can't connect to X server!
Trying display: drm
libva error: dlopen of /usr/lib64/dri/iHD_drv_video.so failed: /usr/lib64/dri/iHD_drv_video.so: undefined symbol: _ZN6GmmLib16GmmClientContext9GmmGetAILEv
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Coffee Lake - 2.4.1
vainfo: Supported profile and entrypoints
[...]

SteelT commented on 2025-05-11 19:56 (UTC)

@dbermond Installing intel-media-driver-legacy-bin seems to fix vaapi, without the need for a libvpl-legacy and/or a vpl-gpu-rt-legacy.

dbermond commented on 2025-05-11 01:05 (UTC)

@SteelT thanks for the information.

@kubrick solution seems quite simple. It looks like we just need a legacy package of the intel-media-driver to correctly interface with intel-gmmlib-legacy.

@SteelT @kubrick I have pushed intel-media-driver-legacy and intel-media-driver-legacy-bin. Alternatively, you can also use intel-media-stack-legacy-bin for a all-in-one replacement of the entire Intel media stack using upstream pre-compiled binaries. Please try installing one of these packages and check if it works. Please let me know if a libvpl-legacy and/or a vpl-gpu-rt-legacy is also needed.

kubrick commented on 2025-05-10 18:57 (UTC)

I don't think this will be solvable easily, intel-media-driver no relies on symbols not found in the gmmlib that ships with this legacy toolchain.

https://github.com/intel/gmmlib/blame/37cac4f8b226a9b7049b792da2d256d09813bf21/Source/GmmLib/GlobalInfo/GmmClientContext.cpp#L150

SteelT commented on 2025-05-06 00:46 (UTC)

@dbermond Can reproduce just by having this package installed alongside intel-media-driver version 25.2.1-1, and running vainfo in terminal.

And trying to install intel-gmmlib from the official repositories just prompts for the removal confirmation of this package due to the reverse conflict marked.

dbermond commented on 2025-05-05 16:14 (UTC)

@SteelT can you give an example on how to reproduce it? What's your installed versions of intel-gmmlib and intel-media-driver?

SteelT commented on 2025-05-05 01:36 (UTC)

Having this installed seem to break VA-API support with the latest version of intel-media-driver, due to missing symbol.

libva error: dlopen of /usr/lib/dri/iHD_drv_video.so failed: /usr/lib/dri/iHD_drv_video.so: undefined symbol: _ZN6GmmLib16GmmClientContext9GmmGetAILEv