You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
I get this error when running test_va_api or vlc playback with LIBVA_DRIVER_NAME=i965 when i915.ko is /dev/dri/card1 and radeon.ko is /dev/dri/card0:
"DRM_IOCTL_I915_GEM_APERTURE failed: No such file or directory"
Before I set LIBVA_DRIVER_NAME vlc complained:
"vaapi_drm error: Failed to initialize the VAAPI device"
The errors go away if I jump trough a lot of hoops to force the kernel to load i915.ko before radeon.ko but that leads to random X crashes with no error messages whatsoever (even tried enabling extra debugging of i915 in kernel config). It also breaks my early-prink setup.
I run Xorg 1.19.5 on i7-4790 integrated-GPU with SNA detected as gen7.5, gt2 with latest git version of xf86-video-intel, and mesa 17.2.4.
The radeon card is a R5 230 OEM PCIe 1x card used for fbcon.
Also X is always started with -sharevts -novtswitch (The setup equals mult-seat with all keyboard and mouse inputs routed trough a switch to one set.)