From f56043759494dd584c8d82e7890f92fada18e34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Fri, 22 Jan 2021 23:07:38 +0200 Subject: drm_common: enable specific device selection by means of path --- DOCS/interface-changes.rst | 2 ++ DOCS/man/vo.rst | 9 +++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index 6e20fa2329..329ca044ae 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -27,6 +27,8 @@ Interface changes :: --- mpv 0.34.0 --- + - deprecate selecting by card number with `--drm-connector`, add + `--drm-device` which can be used instead - add `--screen-name` and `--fs-screen-name` flags to allow selecting the screen by its name instead of the index - add `--macos-geometry-calculation` to change the rectangle used for screen diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index d6774920a7..7632f3c406 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -552,8 +552,13 @@ Available video output drivers are: Select the connector to use (usually this is a monitor.) If ```` is empty or ``auto``, mpv renders the output on the first available connector. Use ``--drm-connector=help`` to get a list of available - connectors. When using multiple graphic cards, use the ```` - argument to disambiguate. + connectors. The ```` argument can be used to disambiguate + multiple graphic cards, but is deprecated in favor of ``--drm-device``. + (default: empty) + + ``--drm-device=`` + Select the DRM device file to use. If specified this overrides automatic + card selection and any card number specified ``--drm-connector``. (default: empty) ``--drm-mode=`` -- cgit v1.2.3