From af32168150aef30510c77b8b9c922399a1bffdc3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 5 Jun 2025 12:25:05 +0300 Subject: [PATCH] mpv.conf: use vulkan for free mangohud --- conf/mpv.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/mpv.conf b/conf/mpv.conf index c02990ad..eafe8921 100644 --- a/conf/mpv.conf +++ b/conf/mpv.conf @@ -3,12 +3,18 @@ # Unless otherwise specified, since these are suggested in the warning about # audio/video desychnorinization profile=fast -hwdec=auto-safe +#hwdec=auto-safe # Preferred audio drivers, but by trailing comma, let others be used too. # Fedora: pipewire-jack-audio-connection-kit pipewire-pulseaudio pipewire-alsa # TODO: Does the above apply with PipeWire being the default? 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 # Specify preferred audio and subtitle languages. Two subtitles are shown # simultaneously, one on top, another on bottom.