summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorMarcin Kurczewski <mkurczew@gmail.com>2015-04-16 21:43:01 +0200
committerMarcin Kurczewski <mkurczew@gmail.com>2015-04-16 21:43:01 +0200
commit9cabef39747e955eb9837d1d0c15d2956d8c5c3d (patch)
treedcd52eef715a525e1906d0edc91bd26b37a205b6 /DOCS
parent7ee18376a9df40bc7aa4253f5e58203f788d73bc (diff)
downloadmpv-9cabef39747e955eb9837d1d0c15d2956d8c5c3d.tar.bz2
mpv-9cabef39747e955eb9837d1d0c15d2956d8c5c3d.tar.xz
vo_drm: add missing documentation
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 4ac1dd8740..b398d4f57d 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -920,3 +920,16 @@ Available video output drivers are:
(default: -10). Note that mpv will also use the 2 layers above the
selected layer, to handle the window background and OSD. Actual video
rendering will happen on the layer above the selected layer.
+
+``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
+ want to install full-blown graphical environment (e.g. no X).
+
+ ``connector=<number>``
+ Select the connector to use (usually this is a monitor.) If set to -1,
+ mpv renders the output on the first available connector. (default: -1)
+
+ ``devpath=<filename>``
+ Path to graphic card device.
+ (default: /dev/dri/card0)