summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 0bf0a9eb10..5ee4eaa14f 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -602,18 +602,15 @@ Available video output drivers are:
The following global options are supported by this video output:
- ``--drm-connector=[<gpu_number>.]<name>``
+ ``--drm-connector=<name>``
Select the connector to use (usually this is a monitor.) If ``<name>``
is empty or ``auto``, mpv renders the output on the first available
connector. Use ``--drm-connector=help`` to get a list of available
- connectors. The ``<gpu_number>`` argument can be used to disambiguate
- multiple graphic cards, but is deprecated in favor of ``--drm-device``.
- (default: empty)
+ connectors. (default: empty)
``--drm-device=<path>``
Select the DRM device file to use. If specified this overrides automatic
- card selection and any card number specified ``--drm-connector``.
- (default: empty)
+ card selection. (default: empty)
``--drm-mode=<preferred|highest|N|WxH[@R]>``
Mode to use (resolution and frame rate).