View Single Post
Old 09-11-2024, 11:55 PM   #10
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,613
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by johnnydo View Post
a graphics card stopping a book reader working would be a first... cant see anyone dashing out for a new gfx card to use calibre.. better to fix the program..
If you followed the multiple discussions in this and other forums, the issues are mainly with QT which is used for managing graphics on programs used on multiple platforms. Sometimes, the QT programmers will fix bugs in a later point release, other times, they release a new major version which causes issues for more older video cards.

And sadly, this is not a first. Two ePub renderers I use have been broken by new versions with updated QT versions. Some can be fixed by environmental variables settings to disable using the GPU for instance while others have required major effort to program around QT's "improvements".

For one example, my older laptop has dual Intel and NVidia video. So far the Intel video has not broken but the NVidia video has twice required a driver update. Adding a couple of Windows environmental variables has seemed to kept that from happening in the last few updates. I'm not actually certain if the first three items still work to force using opengl and the fourth to disable hardware acceleration.

"QT3D_RENDERER", "opengl"
"QSG_RHI_BACKEND", "opengl"
"QT_OPENGL", "software"
"QTWEBENGINE_CHROMIUM_FLAGS", "--disable-gpu"
DNSB is offline   Reply With Quote