Module: Mesa Branch: main Commit: fed462a011d74d1be569d3b6cd3efcd75ac2d54b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fed462a011d74d1be569d3b6cd3efcd75ac2d54b
Author: Nicolas F <[email protected]> Date: Fri Jan 13 21:44:04 2023 +0100 driconf: remove the adaptive sync special case for mpv 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf index 6e0dbf417d4..8245b86bd84 100644 --- a/src/util/00-mesa-defaults.conf +++ b/src/util/00-mesa-defaults.conf @@ -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>
