home/mpv: Use Vulkan as GPU API
This commit is contained in:
parent
b87bdd7038
commit
2e5ed63550
1 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue