From 9cabef39747e955eb9837d1d0c15d2956d8c5c3d Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Thu, 16 Apr 2015 21:43:01 +0200 Subject: vo_drm: add missing documentation --- DOCS/man/vo.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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=`` + 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=`` + Path to graphic card device. + (default: /dev/dri/card0) -- cgit v1.2.3