https://bugs.documentfoundation.org/show_bug.cgi?id=167271
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 --- Comment #10 from V Stuart Foote <[email protected]> --- Looking at attachment 201558, the flickering is likely a result of your system choking on skia based rendering libs and falling back to 'default' GDI rendering. See if you get functional rendering by adjusting Tools -> Options -> View and the checkboxes for the Graphics output section: check both these enabled, and restart: Use skia for all rendering Force skia software rendering That will force skia lib based raster framing, not hw accelerated vector rendering of Vulkan. Raster framing should reduce/eliminate flicker. But if your GPU drivers are way out of date, or if available GPU resources are simply too minimal--you may be stuck with default GDI+ rendering and the flicker. -- You are receiving this mail because: You are the assignee for the bug.
