Hi! On Wed, 2024-10-02 at 03:14:59 +0200, Guillem Jover wrote: > On Sat, 2024-09-28 at 23:12:36 -0400, Andres Salomon wrote: > > On 9/28/24 22:42, Guillem Jover wrote: > > > > In particular, i see a line like this appear roughly once per frame: > > > > > > > > ``` > > > > [635461:635515:0728/122929.891862:ERROR:gbm_pixmap_wayland.cc(82)] > > > > Cannot create bo with format= YUV_420_BIPLANAR and > > > > usage=SCANOUT_CPU_READ_WRITE > > > > ``` > > > > > > This was reported upstream, and seems to have been fixed a few days > > > ago with the following patch, which is not part of any release yet: > > > > > > https://chromium-review.googlesource.com/c/chromium/src/+/5873796 > > > > > > As a temporary workaround adding the following option works for me: > > > > > > --disable-gpu-memory-buffer-video-frames > > > > > > I guess the options are to either backport that patch, wait for a > > > release with the fix to happen or temporarily add the above option > > > in the package conffile? > > > > Thanks for this! I can include the patch in the next 129 upload (probably > > uploaded on Wednesday). Since I'm not currently using wayland, I'd > > appreciate if you could test it out once I do so, and tell me if it resolves > > the issue completely or not. > > Great! I'll gladly test and report back, at the moment this hits sid.
Just restarted with the new chromium version just uploaded, w/o the --disable-gpu-memory-buffer-video-frames option, played a video, and it no longer show those log messages! So, it looks confirmed. :) Thanks, Guillem