home/mpv: Use Vulkan as GPU API

This commit is contained in:
Mikael 2024-09-18 09:17:13 +02:00
parent b87bdd7038
commit 2e5ed63550
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -9,9 +9,8 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
#access-references = false; #access-references = false;
# Video output # Video output
vo = "gpu"; vo = "gpu-next";
#gpu-api = "vulkan"; gpu-api = "vulkan";
hwdec = "vulkan,vaapi,auto-safe";
vd-lavc-dr = true; vd-lavc-dr = true;
scale = "ewa_lanczos4sharpest"; scale = "ewa_lanczos4sharpest";