First of all, thank you for creating such an excellent distro! I replaced Ubuntu with Manjaro a couple of months ago and am highly impressed by stability, ease-of-use and general quality of the distro. I’m definitely a fan of rolling releases and never regretted the change
Second please take my apologies that I have to create a new thread for my issue but I was google-ing for weeks now and cannot find any solution (or explanation so far). So please be indulgent and tell me openly what I missed.
I use Manjaro on my main Desktop (Ryzen 9 5950X, Radeon RX6900XT) for everything (no longer dual-boot with Windows since 2019 ) and I’d like to know which VA-API-Profiles my graphics card could support. Regarding the official AMD Product Specs (not allowed to post links as a forum newbie), it should support at least H264, H265 encoding and decoding. Regarding vainfo
I’m missing these profiles:
vainfo
local> vainfo
Trying display: wayland
vainfo: VA-API version: 1.17 (libva 2.17.1)
vainfo: Driver version: Mesa Gallium driver 22.3.5 for AMD Radeon RX 6900 XT (navi21, LLVM 15.0.7, DRM 3.42, 5.15.93-1-MANJARO)
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileAV1Profile0 : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
Regarding VDPAU, I’m absolutely lost as it is not working at all under Wayland.
vdpauinfo
local> vdpauinfo
display: :0 screen: 0
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
Error creating VDPAU device: 1
Is there anyone out there that can confirm or deny that VDPAU will not work with Wayland on my card or can tell me what I’m missing?
Could anyone give me a hint why the H264 and H265 Profiles are currently not supported on my configuration?
I hope that I provided all necessary information. I hid them to keep the thread as small as possible. If that is not allowed or desired by the forum rules, I would be happy to change it immediately.
mhwd-kernel -li
local> mhwd-kernel -li
Currently running: 5.15.93-1-MANJARO (linux515)
The following kernels are installed in your system:
* linux515
mhwd --listinstalled
local> mhwd --listinstalled
> Installed PCI configs:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
network-r8168 2016.04.20 true PCI
video-linux 2018.05.04 true PCI
mhwd --list
local> mhwd --list
> 0000:2f:00.0 (0300:1002:73af) Display controller ATI Technologies Inc:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-linux 2018.05.04 true PCI
video-modesetting 2020.01.13 true PCI
video-vesa 2017.03.12 true PCI
> 0000:27:00.0 (0200:10ec:8168) Network controller Realtek Semiconductor Co., Ltd.:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
network-r8168 2016.04.20 true PCI
For me the driver versions are looking pretty outdated but this is just my personal feeling. I found no way to update that stuff and already read the related pages about video hardware acceleration on the arch wiki which seems to be pretty straight forward but looks like it is all related to X-Server and not Wayland-specific.
Any help to figure out where my brain is stucking in that case is very appreciated.