From 403f489f6cccf8e6bf74ac1b57fa083759af60ec Mon Sep 17 00:00:00 2001 From: rr- Date: Tue, 4 Oct 2016 22:07:19 +0200 Subject: vo_drm: change CLI options + refactors - Change connector selection to accept human readable names (such as eDP-1, HDMI-A-2) rather than arbitrary numbers. - Change GPU selection to accept GPU number rather than device paths. - Merge connector and GPU selection into one --drm-connector. - Add support for --drm-connector=help. - Add support for --drm-* in EGL backend. - Refactor KMS; reduce state sharing across drm_common. --- DOCS/man/vo.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index f352c46608..34302f9a3f 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -495,13 +495,13 @@ Available video output drivers are: The following global options are supported by this video output: - ``--drm-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) - - ``--drm-devpath=`` - Path to graphic card device. - (default: /dev/dri/card0) + ``--drm-connector=[.]`` + 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 list of available + connectors. When using multiple graphic cards, use the ```` + argument to disambiguate. + (default: empty) ``--drm-mode=`` Mode ID to use (resolution, bit depth and frame rate). -- cgit v1.2.3