Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Fails with "DRM_IOCTL_I915_GEM_APERTURE failed: No such file or directory" when i915=/dev/dri/card1 & radeon=/dev/dri/card0 #293

@Hagbard-Celin

Description

@Hagbard-Celin

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.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions