summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-25 22:06:17 +0100
committerwm4 <wm4@nowhere>2015-11-25 22:06:17 +0100
commitfa2fdaab0a190b8a2f149b6b235be4be3326bad6 (patch)
treef625b65379a65d19f5df76e09553896113c8ba75 /DOCS
parentb7d614aa0d910a9e426bd1bd81755e43bc95214f (diff)
downloadmpv-fa2fdaab0a190b8a2f149b6b235be4be3326bad6.tar.bz2
mpv-fa2fdaab0a190b8a2f149b6b235be4be3326bad6.tar.xz
vo_rpi: add an option to disable OSD
The OSD takes up an entire fullscreen dispmanx layer. Although the GPU should be able to handle it (possibly even without any disadvantages), it'll still be useful for debugging performance issues.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 440e083c16..5935044518 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -1129,6 +1129,10 @@ Available video output drivers are:
Normally it's better to kill the console framebuffer instead, which
gives better performance.
+ ``osd=<yes|no>``
+ Enabled by default. If disabled with ``no``, no OSD layer is created.
+ This also means there will be no subtitles rendered.
+
``drm`` (Direct Rendering Manager)
Video output driver using Kernel Mode Setting / Direct Rendering Manager.
Should be used when one doesn't want to install full-blown graphical