Re: Complete Sytem Freeze
Reply #2 –
Probably this post is more relevant, especially the advice from gripped from the mpv FAQ's:
https://forum.artixlinux.org/index.php/topic,5763.msg35996.html#msg35996
I tried vdpau (Nvidia equivalent) with VLC once, I got some weird multicolored blocks onscreen before the OS froze. It only ever worked with some hardware, not all. Work on it was never really completed and now I guess it is falling into disuse?
More info for VAAPI, which I haven't actually tried but is the Intel equivalent project
https://www.intel.com/content/www/us/en/developer/articles/technical/linuxmedia-vaapi.html
https://wiki.archlinux.org/title/Hardware_video_acceleration
If you start VLC on the command line there are some misleading messages about cannot find vdpau / vaapi which give the impression it should be installed:
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory
[00007f40fc006a10] gl gl: Initialized libplacebo v5.264.1 (API v264)
[00007f40fc006a10] gl gl: Initialized libplacebo v5.264.1 (API v264)
[00007f40fc006a10] glconv_vaapi_x11 gl error: vaInitialize: unknown libva error
[00007f40fc006a10] glconv_vaapi_drm gl error: vaInitialize: unknown libva error
[00007f40fc006a10] glconv_vaapi_drm gl error: vaInitialize: unknown libva error
Edit:
If you look at the first link above, that has further links showing where vaapi and related software is developed and discussed, and there does seem to be continuing work on the project, so you might get more knowledgeable and helpful advice there, if you can provide them with full details of your problems and the hardware you are using. After all, me saying I tried vdpau once and it didn't work isn't really much use for you to fix vaapi if you are keen to try!