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

Black windows on Nvidia Jetson TX1 board (Tegra X1)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • None
    • 5.6.0
    • None
    • Nvidia Jetson TX1 development board (Tegra X1)
      Ubuntu 14.04. (Linux4Tegra 23.2)

    Description

      I compiled Qt 5.6 on the Nvidia Tegra X1 board. When I try to run a QML application, the window appears black. No error message is shown.

      To reproduce this issue, just create a colored Rectangle in QML:

      import QtQuick 2.0
      
      Rectangle {
          width: 100
          height: 100
          color: "red"
      }
      

      When you load this file in the qmlscene application a black window occures. Using Qt 5.5.1 on the same platform, the correct red rectangle becomes visible.

      The reported behavior occures with the xcb and the eglfs plugin. Other plugins couldn't be tested.

      Attachments

        1. contextinfo.png
          98 kB
          Markus Heß
        2. contextinfo.txt
          0.8 kB
          Markus Heß
        3. extensions.txt
          4 kB
          Markus Heß
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lagocs Laszlo Agocs
            hessi Markus Heß
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes