From 3b0d725756ed2460db56f4417f6857d1c192d193 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 6 Jun 2025 12:53:53 +0300 Subject: [PATCH] mpv.conf: apparently I don't need to force vulkan to get it --- conf/mpv.conf | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/conf/mpv.conf b/conf/mpv.conf index 754b7232..e30baf82 100644 --- a/conf/mpv.conf +++ b/conf/mpv.conf @@ -4,10 +4,18 @@ ao=pipewire,pulse, # And same for video output drivers vo=gpu-next,gpu, -# Use Vulkan when possible to also get free $MANGOHUD -hwdec=vulkan,auto -gpu-api=vulkan,auto -gpu-context=waylandvk,wayland,auto + +# Compatible options that apparently use vulkan for mangohud on my hardware +# anyway \o/ +profile=fast +hwdec=auto +gpu-api=auto +gpu-context=auto + +# Resolve audio/video descynchronisation automatically by adjusting audio +# speed +video-sync=display-resample +interpolation # Specify preferred audio and subtitle languages. Two subtitles are shown # simultaneously, one on top, another on bottom.