On Fri, Jun 27, 2025 at 07:30:57PM +0200, Thorsten G. wrote: > > The interesting thing is that we're carrying a downstream patch > > to disable the dmabuf rendered in NVIDIA cards so it shold not be > > necessary to set WEBKIT_DISABLE_DMABUF_RENDERER=1. > > > > If you run 'glxinfo', what's the value of the OpenGL vendor string? > > OpenGL vendor string: NVIDIA Corporation
Then there's something odd going on. WEBKIT_DISABLE_DMABUF_RENDERER=1 prevents the bug but WebKit should already disable the DMABUF renderer automatically if you have an NVIDIA card (OpenGL vendor string containing the 'NVIDIA' word). So the check is somehow not working. If I prepare a modified build for trixie with additional debug messages would you be able to give it a try? Berto