summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorMarcin Kurczewski <mkurczew@gmail.com>2015-05-28 20:53:14 +0200
committerwm4 <wm4@nowhere>2015-05-28 21:51:49 +0200
commitce0bf9692f48e587b01ba6a1c3ac7176ef18797e (patch)
tree0109bf4e0656ae6a3e34043f7618ef70084a7881 /DOCS
parenteea625736f1de0e212dd3b3042ef2612977bdc5e (diff)
downloadmpv-ce0bf9692f48e587b01ba6a1c3ac7176ef18797e.tar.bz2
mpv-ce0bf9692f48e587b01ba6a1c3ac7176ef18797e.tar.xz
vo_drm: Expose mode ID option to users
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 e7026952d5..795a1e6a3f 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -1013,3 +1013,7 @@ Available video output drivers are:
``devpath=<filename>``
Path to graphic card device.
(default: /dev/dri/card0)
+
+ ``mode=<number>``
+ Mode ID to use (resolution, bit depth and frame rate).
+ (default: 0)