Skip to content

Commit

Permalink
DOCS/man/vo.rst: improve dmabuf-wayland documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
llyyr authored and Dudemanguy committed Dec 28, 2024
1 parent c566872 commit 83bb498
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions DOCS/man/vo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,16 @@ Available video output drivers are:
as ``auto-safe``. It can still work in some circumstances without ``--hwdec`` due to
mpv's internal conversion filters, but this is not recommended as it's a needless
extra step. Correct output depends on support from your GPU, drivers, and compositor.
Weston and wlroots-based compositors like Sway and Intel GPUs are known to generally
work.
This requires the compositor and mpv to support ``xx-color-management-v4`` to
accurately display colorspaces that are different from the compositor
default (bt.601 in most cases).

.. warning::

This driver is not required for mpv to work on Wayland. ``vo=gpu``
and ``vo=gpu-next`` will switch to the appropriate Wayland context
automatically. This driver is experimental and generally lower quality
than ``gpu``/``gpu-next``.

``vaapi``
Intel VA API video output driver with support for hardware decoding. Note
Expand Down

0 comments on commit 83bb498

Please sign in to comment.