mpv.conf: apparently I don't need to force vulkan to get it

This commit is contained in:
Aminda Suomalainen 2025-06-06 12:53:53 +03:00
parent 78b8d5ba1d
commit 3b0d725756
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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.