Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-95030

No content shown on a second display in a dual screen setup.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • None
    • 5.15.5
    • QPA
    • Android 10, QNX 7.0, dual screen setup: 1280x720 and 4096x640.
    • Android, QNX
    • 2021wk46POAndroid&Mobile, 2021wk48POAndroid&Mobile, 2021wk50POAndroid&Mobile, 2022wk02FOAndroid&Automotive, 2022wk04FOAndroid&Automotive

    Description

      There are two different Activities (QtActivity) contained inside an application - each one shown on a different display:

      • the first activity is shown on a 1280x720 display - renders without any issues,
      • the second activity - on a 4096x640 display - is not shown at all (black screen) until it is forced to redraw itself.

      Additionally, each QML layout for both the activities has explicitly set size.

      Swapping both the activities to display on the other corresponding screen does not resolve the issue - now the second Activity is shown on the first screen (properly scaled-down) and yet again the secondary screen is entirely black.

      Workaround:

      Currently, this issue can be resolved by calling QtActivityDelegate explicitly to set fullscreen mode somewhere at the beginning of the widescreen Activity's lifecycle:

      QtNative.activityDelegate().setFullScreen(true);

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              samuelmira Samuel Mira
              agrobick Aleksander Grobicki
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes