home/mpv: Use Vulkan as GPU API

This commit is contained in:
Mikael Voss 2024-09-18 09:17:13 +02:00
parent b87bdd7038
commit 2e5ed63550
No known key found for this signature in database

View file

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