You are not logged in.
Pages: 1
Hi ,
MPV interpolation stopped working after updating Nvidia drivers to 580.76.05 , the application plays the video but freezes, the controls do not load, I have to kill MPV process always
It seems the problem is the video-sync=display-resample setting - without this setting MPV works
mpv.conf :
vo=gpu-next
gpu-api=vulkan
gpu-context=auto
hwdec=nvdec
interpolation
video-sync=display-resample
tscale=oversample
vulkan-device="NVIDIA GeForce RTX 3070"
scale=ewa_lanczos
cscale=ewa_lanczos
The same settings worked before the driver update. Any suggestions?
Thanks for help
Last edited by vaskos (2025-08-15 05:29:56)
Offline
I think this should be reported straight to nvidia as a bug, I don't see any reason to believe it would be specific to Arch. I also have this issue.
Offline
gpu-api=vulkan
https://bbs.archlinux.org/viewtopic.php?id=307566
vulkan is essentially broken w/ that driver ![]()
Online
OK thanks I will report it on Nvidia forum
Offline
You can switch gpu-api to opengl for a workaround for now. Should yield the same results that it used to before.
Offline
Pages: 1