https://bugs.documentfoundation.org/show_bug.cgi?id=167425
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 Status|NEEDINFO |UNCONFIRMED --- Comment #8 from V Stuart Foote <[email protected]> --- OK, drivers are current with Windows 11 WDDM3.1, so Vulkan support is likely correctly configured. Just would note that the available hw resources for this iGPU (Intel HD Graphics 620) is only 128M, with total system memory at 8Gb available shared memory will be constrained which would require swap (dead slow) on this 7th gen Intel CPU. Scrolling a populated calc sheet is a somewhat intense demand on the graphics processing. Probably more performant to avoid attempts to use skia/Vulkan hw accelerated rendering, and use checkbox on Tools -> Options -> View to enable skia software rendering. Compare the two modes and, for now, you could still disable the skia lib rendering and check GDI+ based rendering and check that. Though GDI+ rendering has recently been stripped out to refactor transparency support that GDI+ doesn't support. -- You are receiving this mail because: You are the assignee for the bug.
