On Tue, 1 Jul 2025 at 17:21, Andres Salomon <dilin...@queued.net> wrote: > > Hi, > > Thanks for the report. In general it's helpful to know if you're running > wayland or X, and your desktop environment.
i am using gnome with the default (i think that is wayland? following instructions on the internet I did loginctl -p Type show-session <id> and it says Type=wayland ) > > 138 does seem a bit buggier than 137, and so far they haven't really > backported many fixes from 139. I'll keep an eye on this. There's a bug > with Skia Graphite enabled that might be what you're seeing: > https://issues.chromium.org/issues/428802472 > > Going to chrome://gpu will tell you if Skia Graphite is enabled or not. Graphics Feature Status Canvas: Hardware accelerated Direct Rendering Display Compositor: Disabled Compositing: Hardware accelerated Multiple Raster Threads: Disabled OpenGL: Enabled Rasterization: Hardware accelerated on all pages Raw Draw: Disabled Skia Graphite: Disabled TreesInViz: Disabled Video Decode: Hardware accelerated Video Encode: Software only. Hardware acceleration disabled Vulkan: Disabled WebGL: Hardware accelerated WebGL2: Hardware accelerated WebGPU: Disabled WebNN: Disabled > On my end it is disabled, and I don't see any artifacts. If it is > enabled, please try --disable-skia-graphite and report back. it didnt help, but i see a lot of ERROR:ui/gl/gl_surface_presentation_helper.cc:260] GetVSyncParametersIfAvailable() failed for 1 times! which led me to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901831 which suggested --use-gl=osmesa which seems to fix it. It feels a bit slower, but at least i can see things again!