Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Application comes up black when using software sceneGraphBackend
Forum Updated to NodeBB v4.3 + New Features

Application comes up black when using software sceneGraphBackend

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 91 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    preiter
    wrote on last edited by
    #1

    I have a Qml application using QML with a c++ backend running under Qt 6.6 on AlmaLinux 9.1

    I'm having some issues with the renderer.

    When I set the software renderer...

    QQuickWindow::setSceneGraphBackend("software");

    my application often comes up as an all black window and stays that way until I mouse over it.

    I switched from the default renderer to the software renderer for performance reasons. With the default renderer while running in a vnc session my application was generating a very heavy CPU load. I think this has something to do with the vnc session and the access it has to the graphics hardware.

    I'm looking for any help either resolving the black screen with the software renderer or the performance issues of the default renderer.

    Thanks.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved