From be89e072293baa80bfa55184cf37a2d9406d66b3 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Wed, 20 Sep 2023 00:26:25 -0500 Subject: drm: remove selecting the card number with --drm-connector f56043759494dd584c8d82e7890f92fada18e34b deprecated this since the --drm-device path option was added as a replacement. Drop the card number selection logic. --- DOCS/interface-changes.rst | 2 ++ DOCS/man/vo.rst | 9 +++------ 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index f85211a1f6..f5a5711b9d 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -85,6 +85,8 @@ Interface changes `--demuxer-force-retry-on-eof`, `--fit-border` options - remove deprecated `--record-file` option - remove deprecated `--vf-defaults` and `--af-defaults` options + - `--drm-connector` no longer allows selecting the card number (use `--drm-device` + instead) --- mpv 0.36.0 --- - add `--target-contrast` - Target luminance value is now also applied when ICC profile is used. 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=[.]`` + ``--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 a list of available - connectors. The ```` argument can be used to disambiguate - multiple graphic cards, but is deprecated in favor of ``--drm-device``. - (default: empty) + connectors. (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) + card selection. (default: empty) ``--drm-mode=`` Mode to use (resolution and frame rate). -- cgit v1.2.3