summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-08-27 13:06:38 -0700
committerwm4 <1387750+wm4@users.noreply.github.com>2019-10-17 12:26:22 +0200
commit2fcd5271eb045e235c281faa73d8676c4bcea4b3 (patch)
tree5dabb540d1c23853c9ac95041fe292d7e9d625c2 /DOCS/man
parente49db40382e0aa80d92c8ec4b5b8dc609f51819b (diff)
downloadmpv-2fcd5271eb045e235c281faa73d8676c4bcea4b3.tar.bz2
mpv-2fcd5271eb045e235c281faa73d8676c4bcea4b3.tar.xz
Reintroduce vo_wayland as vo_wlshm
vo_wayland was removed during the wayland rewrite done in 0.28. However, it is still useful for systems that do not have OpenGL. The new wayland_common code makes vo_wayland much simpler, and eliminates many of the issues the previous vo_wayland had.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/vo.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index f5fd08ca0d..ea2d3ee645 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -578,3 +578,9 @@ Available video output drivers are:
To use hardware decoding with ``--vo=gpu`` instead, use
``--hwdec=mediacodec-copy`` along with ``--gpu-context=android``.
+
+``wlshm`` (Wayland only)
+ Shared memory video output driver without hardware acceleration that works
+ whenever Wayland is present.
+
+ .. note:: This is a fallback only, and should not be normally used.