From fa2fdaab0a190b8a2f149b6b235be4be3326bad6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 25 Nov 2015 22:06:17 +0100 Subject: 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. --- DOCS/man/vo.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man/vo.rst') 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=`` + 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 -- cgit v1.2.3