https://bugs.documentfoundation.org/show_bug.cgi?id=166776
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |DUPLICATE --- Comment #6 from V Stuart Foote <[email protected]> --- OK, clips show you are at Windows 11 24H2 (26100) release, with Intel UHD 630 iGPU. We can't see the driver for the iGPU but as in the dupe bug 166122 the Win11 updates to 24H2 have resulted in an unstable graphics driver. You probably should install the current Intel driver for your 8th Gen i5-8500 CPU https://www.intel.com/content/www/us/en/download/776137/intel-7th-10th-gen-processor-graphics-windows.html And retest if the Vulkan rendering tests that LibreOffice uses behave. Alternatively, you can manually edit the LibreOffice configuration file in the per user profile with a text editor. The normal path is "C:\Users\<yourusername>\AppData\Roaming\LibreOffice\4\user" and the text file to edit with notepad.exe is registrymodifications.xcu Add these stanzas (or adjust if they're already there): <item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="ForceSkiaRaster" oor:op="fuse"><value>true</value></prop></item> <item oor:path="/org.openoffice.Office.Common/VCL"><prop oor:name="UseSkia" oor:op="fuse"><value>true</value></prop></item> The one to be set "true" to bypass result of the GPU testing is "ForceSkiaRaster". *** This bug has been marked as a duplicate of bug 166122 *** -- You are receiving this mail because: You are the assignee for the bug.
