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
sway/wlroots dropped wl_drm a while ago so sway had to add a flag to re-enable it until things like mesa and libva supported it. Mesa (the non-amber version aka mesa 24) and libva support it now but I think that's only for the intel-media-driver and not the older intel-vaapi-driver. After I installed libva-git from the AUR (arch is still on 2.21) and I manually cloned/installed intel-vaapi-driver/applied this lonely PR intel/intel-vaapi-driver@4206d0e vaapi works again.
not sure what "error: failed to resolve wl_drm_interface(): /usr/lib/libEGL_mesa.so.0: undefined symbol: wl_drm_interface" means in this case but hey it works.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
sway/wlroots dropped wl_drm a while ago so sway had to add a flag to re-enable it until things like mesa and libva supported it. Mesa (the non-amber version aka mesa 24) and libva support it now but I think that's only for the intel-media-driver and not the older intel-vaapi-driver. After I installed libva-git from the AUR (arch is still on 2.21) and I manually cloned/installed intel-vaapi-driver/applied this lonely PR intel/intel-vaapi-driver@4206d0e vaapi works again.
before PR:
after PR:
not sure what "error: failed to resolve wl_drm_interface(): /usr/lib/libEGL_mesa.so.0: undefined symbol: wl_drm_interface" means in this case but hey it works.
Beta Was this translation helpful? Give feedback.
All reactions