From 012700236b011bd20f3a2cbaccb074ea9f0c20ed Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 1 Jan 2026 16:23:26 +0100 Subject: ... --- accounts/gkleen@sif/default.nix | 2 +- user-profiles/mpv/default.nix | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 17110772..e8ce4994 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix @@ -187,7 +187,7 @@ in { mpv.config = { demuxer-max-bytes = 1073741824; demuxer-max-back-bytes = 268435456; - gpu-api = "vulkan"; + vo = "dmabuf-wayland"; }; zsh.initContent = let diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index 8cf330e8..7a261e76 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix @@ -111,9 +111,7 @@ audio-display = false; osd-font = "Fira Sans"; sub-font = "Fira Sans"; - # vo = "gpu"; - vo = "gpu-next"; - hwdec = "auto"; + hwdec = "auto-safe"; scale = "bilinear"; force-window = "yes"; # af = "lavfi=[dynaudnorm=f=100:g=31:s=20.0]"; -- cgit v1.2.3