driconf: remove the adaptive sync special case for mpv
authorNicolas F <ovdev@fratti.ch>
Fri, 13 Jan 2023 20:44:04 +0000 (21:44 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 24 Mar 2023 20:10:25 +0000 (20:10 +0000)
mpv didn't ask to be on this list, was never consulted about being
on this list and to the best of my knowledge has no problem with
adaptive sync. If there is an issue exposed by mpv having adaptive
sync enabled, then it should be reported to mpv, so that it can be
fixed in mpv.

The only problem I could remotely imagine with mpv and VRR is that
its display-resample mode tries to do something similar, and the
two mechanisms will likely race each other to the bottom, but the
display-resample mode is not the default and this is already a
known issue on Windows so users wouldn't expect this to behave any
differently on Linux.

In short, please don't try to make a list of all applications that
are not video games, it is not conducive to having a good time on
the computer.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20701>

src/util/00-mesa-defaults.conf

index 6e0dbf4..8245b86 100644 (file)
@@ -769,9 +769,6 @@ TODO: document the other workarounds.
         <application name="Dragon Player" executable="dragon">
             <option name="adaptive_sync" value="false" />
         </application>
-        <application name="mpv" executable="mpv">
-            <option name="adaptive_sync" value="false" />
-        </application>
         <application name="Xorg" executable="Xorg">
             <option name="v3d_nonmsaa_texture_size_limit" value="true" />
         </application>