diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-02 17:08:53 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-12-02 17:08:53 -0500 |
commit | 969c377ac6c01e8e3874a0b4822dc42a001c14cb (patch) | |
tree | a08e51065ec0d6a866e50e2e932d611ecd7220fe /vars/hostclass/desktop | |
parent | ecf6c2147d8fed19aa616f0793252ae7f53c5010 (diff) | |
download | infrastructure-969c377ac6c01e8e3874a0b4822dc42a001c14cb.tar.gz |
configure mpv for hw accel
Diffstat (limited to 'vars/hostclass/desktop')
-rw-r--r-- | vars/hostclass/desktop | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vars/hostclass/desktop b/vars/hostclass/desktop index 40a8919..784aaab 100644 --- a/vars/hostclass/desktop +++ b/vars/hostclass/desktop @@ -25,6 +25,11 @@ clear_tmp_enable=false # Chromium seems to need this to enable VAAPI video decoding on intel. chrome_flags='--enable-features=Vulkan,VulkanFromANGLE,DefaultANGLEVulkan' +# Default mpv configs +mpv_vo=gpu-next +mpv_direct_rendering=yes +mpv_audio_channels=stereo + gajim_packages=" gajim py${python_version}-omemo-dr @@ -52,6 +57,7 @@ krb5 libreoffice libva-utils libvdpau-va-gl +mpv neofetch noto-basic noto-emoji |