Graphics: Difference between revisions

Klinger (talk | contribs)
Scrumplex (talk | contribs)
m Add VDPAU failing to detect correct driver on Wayland
Line 76: Line 76:


To verify VDPAU support and view supported codecs: <code>nix shell nixpkgs#vdpauinfo -c vdpauinfo</code>
To verify VDPAU support and view supported codecs: <code>nix shell nixpkgs#vdpauinfo -c vdpauinfo</code>
Note that VDPAU will not be able to detect the correct drive to use in most Wayland enviroments, as there is no DRI2 support. The driver will always fall back to <code>nvidia</code> if it wasn't set using <code>VDPAU_DRIVER</code>.<ref>[https://gitlab.freedesktop.org/vdpau/libvdpau/-/blob/2afa3f989af24a922692ac719fae23c321776cdb/src/vdpau_wrapper.c#L129]</ref>


== See also ==
== See also ==