mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-14 19:17:21 +02:00
mpv.conf: use vulkan for free mangohud
This commit is contained in:
parent
827e7ec01a
commit
af32168150
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user