I recently upgraded my home server (i7-7820HK with onboard Intel HD Graphics 630) from Ubuntu 24.04 to 24.10. After I upgraded, it seems that the drm display has disappeared. vainfo --device /dev/dri/renderD128 --display drm
now returns error: failed to initialize display 'drm'
. However, manually running ffmpeg with the vaapi parameters (-hwaccel vaapi -vaapi_device /dev/dri/renderD128) works perfectly fine. Is there any way to bypass the vainfo check step, or add a step that checks if ffmpeg will run with the settings I've chosen in the ffmpeg profile?