diff options
author | Marcin Kurczewski <mkurczew@gmail.com> | 2015-05-28 20:53:14 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-05-28 21:51:49 +0200 |
commit | ce0bf9692f48e587b01ba6a1c3ac7176ef18797e (patch) | |
tree | 0109bf4e0656ae6a3e34043f7618ef70084a7881 /DOCS/man | |
parent | eea625736f1de0e212dd3b3042ef2612977bdc5e (diff) |
vo_drm: Expose mode ID option to users
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/vo.rst | 4 |
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) |