自从 21.04 切换到 Wayland 以来,mpv 一直在说:
[vo/gpu/wayland] GNOME's wayland compositor is known to have many serious issues with mpv. Switch to GNOME's xorg session for the best experience.
并且一直运行正常(包括 mp4 文件)。直到现在。这个新问题似乎只发生在 mp4 上:
wl_drm@22: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
[vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay, driver_name = (null)
[vo/gpu/wayland] Error occurred on the display fd, closing
知道为什么会回归吗?
更新:如果我使用,--hwdec=no
问题就会消失。根据手册页,这是默认设置,所以我猜它以前是默认设置,而默认设置的改变是最近发生的事情(但他们需要更新手册页)。
更新:请参阅https://bugs.launchpad.net/ubuntu/+source/mpv/+bug/1944088 了解详情。通过重新安装 21.04(不使用 PPA)解决了问题