https://bugs.documentfoundation.org/show_bug.cgi?id=152496
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO CC| |[email protected] Ever confirmed|0 |1 --- Comment #1 from V Stuart Foote <[email protected]> --- If working in Safe mode (the UI functions) but not otherwise, I'd suspect your display drivers. Please post the driver details (including the internal Skia Vulkan driver details). And, suggest you bypass the Skia Vulcan vector rendering (as Safe mode does) [1] and retest. You can also check if default GDI only rendering [2] is stable. =-ref-= [1] Tools -> Options -> View: check enabled both Skia features 'Use Skia for all rendering' and 'Force Skia software rendering' [2] Tools -> Options -> View: uncheck the two Skia features, and can check or not 'Use hardware acceleration' If UI is not opening, these setting can be adjusted directly in user profile. Text edit the "registrymodifications.xcu" config file: Insert, or Edit, these stanzas: <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> Both true will result in Skia libs rendering using raster framing rather than vector. Both false will result in GDI rendering and bypassing the Skia libs for your you display card. -- You are receiving this mail because: You are the assignee for the bug.
