summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-16 13:39:26 -0500
committerDudemanguy <random342@airmail.cc>2024-02-16 23:06:13 +0000
commit98005003da2d644f9f58f4e51df8bdd03b5e26e5 (patch)
treeef8f329e86f334b8c017a0eeeb818a4960a8dc2d
parentc0c32b270e1963e47dd38e102cc9baaf36f585aa (diff)
downloadmpv-98005003da2d644f9f58f4e51df8bdd03b5e26e5.tar.bz2
mpv-98005003da2d644f9f58f4e51df8bdd03b5e26e5.tar.xz
DOCS/man: add description of display-names property for wayland
On wayland, depending on the wl_output protocol version used, the display-names property can have different values. Mention this in the documentation, like for other platforms.
-rw-r--r--DOCS/man/input.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 9c87ed9038..0479cf9830 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2683,7 +2683,10 @@ Property list
in the list will be the one that Windows considers associated with the
window (as determined by the MonitorFromWindow API.) On macOS these are the
Display Product Names as used in the System Information and only one display
- name is returned since a window can only be on one screen.
+ name is returned since a window can only be on one screen. On Wayland, these
+ are the wl_output names if protocol version >= 4 is used
+ (LVDS-1, HDMI-A-1, X11-1, etc.), or the wl_output model reported by the
+ geometry event if protocol version < 4 is used.
``display-fps``
The refresh rate of the current display. Currently, this is the lowest FPS