mpv/DOCS/man
Dudemanguy 74b4c3c531 player: set hidpi-window-scale to no by default
This has defaulted to yes for a very long time, but evidentally it
annoys a lot of people (including myself). My argument is that this
makes no sense. mpv is for videos; not text. A 1920x1080 video should
open as 1920x1080 regardless of whatever the DPI settings of the OS is.
This can get very silly when you consider watching a 4k video which will
get this additional scale factor which is virtually never desirable.
Whether or not the OS and/or WM prevents it from getting larger than the
screen depends on a lot of things.

Previously some windowing backends required that this option be set to
yes in order to report a dpi scale value other than 1, but this should
be fixed with the previous commits. The only difference is whether or
not to scale the window by the additional factor.

Fixes #13465.
2024-02-24 20:31:08 +00:00
..
af.rst m_option: drop support for -del for list options 2023-10-30 16:47:44 +00:00
ao.rst DOCS/ao: change wrong note on which driver is preferred 2024-01-01 22:41:38 +01:00
changes.rst
console.rst console.lua: implement case-insensitive completion 2023-12-15 15:44:48 +00:00
encode.rst options: remove a few options marked with .deprecation_message 2023-09-21 16:06:29 +00:00
input.rst DOCS/man: add description of display-names property for wayland 2024-02-16 23:06:13 +00:00
ipc.rst
javascript.rst scripting: add mp.input 2024-01-13 02:53:08 +00:00
libmpv.rst cplugin: allow loading mpv_* symbols dynamically 2023-09-20 02:16:45 +00:00
lua.rst DOCS/lua: clarify `repeatable` and `complex` for `add_key_binding` 2024-02-15 16:43:46 +00:00
mpv.rst DOCS/man: document Ctrl+WHEEL_UP/WHEEL_DOWN keybinds 2024-02-21 18:55:43 +00:00
options.rst player: set hidpi-window-scale to no by default 2024-02-24 20:31:08 +00:00
osc.rst osc: add osc-windowcontrols_title option 2024-01-22 14:41:36 +00:00
stats.rst javascript: use --js-memory-report option instead of MPV_LEAK_REPORT 2023-10-26 16:49:56 +00:00
vf.rst m_option: drop support for -del for list options 2023-10-30 16:47:44 +00:00
vo.rst player: remove all rpi-specific code 2024-02-05 17:41:06 +00:00