summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-20 00:26:25 -0500
committerDudemanguy <random342@airmail.cc>2023-09-21 16:06:29 +0000
commitbe89e072293baa80bfa55184cf37a2d9406d66b3 (patch)
tree2309356f120fb4fde345494c8f3238078b1c91ee /DOCS
parent177fe48d794c0a52fe0f14e1d66bc3696348997f (diff)
downloadmpv-be89e072293baa80bfa55184cf37a2d9406d66b3.tar.bz2
mpv-be89e072293baa80bfa55184cf37a2d9406d66b3.tar.xz
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.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/vo.rst9
2 files changed, 5 insertions, 6 deletions
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=[<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).