View Single Post
Old Yesterday, 09:33 AM   #8
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,939
Karma: 6361444
Join Date: Nov 2009
Device: many
It is not just Preview that is not being shown but instead the full main wiindow that is not showing. So disabling the gpu acceleration would not help you to see Sigil's MainWindiw. Changing the backside graphics kit may help to opengl may help. But that would require setting the relevant RHI env variable.

Here is what Qt's docs say about there RHI environment variable:


Quote:
QSG_RHI_BACKEND
possible values: vulkan, metal, opengl, d3d11, d3d12

Requests the specific RHI backend. By default the targeted graphics API is chosen based on the platform, unless overridden by this variable.
So you could try setting a QSG_RHI_BACKEND environment variable to "opengl" or try "d3d11" or try "d3d12" and restarting Sigil after each to see if which if any of those 3 possible setting help.

Last edited by KevinH; Yesterday at 09:49 AM.
KevinH is offline   Reply With Quote