mpv.conf: use vulkan for free mangohud

This commit is contained in:
Aminda Suomalainen 2025-06-05 12:25:05 +03:00
parent 827e7ec01a
commit af32168150
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -3,12 +3,18 @@
# Unless otherwise specified, since these are suggested in the warning about # Unless otherwise specified, since these are suggested in the warning about
# audio/video desychnorinization # audio/video desychnorinization
profile=fast profile=fast
hwdec=auto-safe #hwdec=auto-safe
# Preferred audio drivers, but by trailing comma, let others be used too. # Preferred audio drivers, but by trailing comma, let others be used too.
# Fedora: pipewire-jack-audio-connection-kit pipewire-pulseaudio pipewire-alsa # Fedora: pipewire-jack-audio-connection-kit pipewire-pulseaudio pipewire-alsa
# TODO: Does the above apply with PipeWire being the default? # TODO: Does the above apply with PipeWire being the default?
ao=pipewire,pulse, 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 # Specify preferred audio and subtitle languages. Two subtitles are shown
# simultaneously, one on top, another on bottom. # simultaneously, one on top, another on bottom.