summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-20 19:07:18 +0200
committerwm4 <wm4@nowhere>2015-08-20 19:07:18 +0200
commit96648169e342b9843246075a36fae2ad0bd06f88 (patch)
tree879dba11195778cdfddb2a5aad213336579c1ea8 /DOCS
parent147f4956d3ecc38dab4932bbdc8ed532664f0dfd (diff)
downloadmpv-96648169e342b9843246075a36fae2ad0bd06f88.tar.bz2
mpv-96648169e342b9843246075a36fae2ad0bd06f88.tar.xz
vo_rpi: disable background by default
And add an option to enable it.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index d6d1db60e8..da9bebe115 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -1000,6 +1000,11 @@ Available video output drivers are:
selected layer, to handle the window background and OSD. Actual video
rendering will happen on the layer above the selected layer.
+ ``background=<yes|no>``
+ Whether to render a black background behind the video (default: no).
+ Normally it's better to kill the console framebuffer instead, which
+ gives better performance.
+
``drm`` (Direct Rendering Manager)
Video output driver using Kernel Mode Setting / Direct Rendering Manager.
Does not support hardware acceleration. Should be used when one doesn't