Skip to content

Configure Zeal to disable hardware acceleration #1692

@sanel

Description

@sanel

In some cases, Zeal will render documents with artifacts, which are then removed after moving mouse over Zeal window. The reason for this could be due to bad graphic drivers, but I didn't noticed this problem in any other Qt apps, except Zeal (screenshots are below).

Image

Image

After setting one of these environment variables:

QMLSCENE_DEVICE=software
# or 
QT_QUICK_BACKEND=software

from [1], they disappear. However, I can't set this globally, because programs like Zoom won't show videos/cameras from other participants; I assume it will use OpenGL exclusively for rendering videos. Is there any chance we can have this as an option in configuration?

I haven't noticed this while Zeal was using previous Qt version.

[1] https://doc.qt.io/qt-5/qtquick-visualcanvas-adaptations.html#switch-between-adaptations-in-your-application

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions