Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. IMX6, Multi Screen Use, EGLFS
Forum Update on Monday, May 27th 2025

IMX6, Multi Screen Use, EGLFS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 4 Posters 2.3k 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.
  • Q Offline
    Q Offline
    QtEnthusiast1
    wrote on last edited by
    #1

    Hey guys.

    We would like to create an application using three displays (two of them are side by side).
    Since we are using IMX6 and Qt5.10.1, we asked use if the following issue is still uptodate:

    "There is currently no way to display content on multiple displays from the same application. The workaround is to launch two separate applications and use some sort of IPC mechanism to communicate between them."

    (https://wiki.qt.io/I.MX-6 see section "Multiple Screens" last senctence)

    What's the matter with this: http://doc.qt.io/qt-5/qdesktopwidget.html ?

    1. What is the best way to support three displays using eglfs?
    2. Are there some examples available?
    3. As soon as we get a bigger display, we would like to replace those two side by side displays. Hence, we asked us if best option is to create one application, start this three times and only show the relevant view on each display (of course all instances have to be connected with IPC mechanisms).

    Thank you very much for your hints!

    J.FuJ 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      It has nothing to do with QDesktopWidget. If you need multi-screen multi-window support you should check whether wayland is an option or do as suggested: one application per screen.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • Q Offline
        Q Offline
        QtEnthusiast1
        wrote on last edited by
        #3

        Hi SGaist.

        Thank you for your reply.

        Sadly, this is not an option since Toradex does not support wayland.
        Hence, our search for those three questions remains.

        1 Reply Last reply
        0
        • tomasz3dkT Offline
          tomasz3dkT Offline
          tomasz3dk
          wrote on last edited by
          #4

          Here you have something about multiple screens with Qt. Maybe it will help you achieve what you want.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Well then, one app per screen and IPC is likely the way to go.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • Q QtEnthusiast1

              Hey guys.

              We would like to create an application using three displays (two of them are side by side).
              Since we are using IMX6 and Qt5.10.1, we asked use if the following issue is still uptodate:

              "There is currently no way to display content on multiple displays from the same application. The workaround is to launch two separate applications and use some sort of IPC mechanism to communicate between them."

              (https://wiki.qt.io/I.MX-6 see section "Multiple Screens" last senctence)

              What's the matter with this: http://doc.qt.io/qt-5/qdesktopwidget.html ?

              1. What is the best way to support three displays using eglfs?
              2. Are there some examples available?
              3. As soon as we get a bigger display, we would like to replace those two side by side displays. Hence, we asked us if best option is to create one application, start this three times and only show the relevant view on each display (of course all instances have to be connected with IPC mechanisms).

              Thank you very much for your hints!

              J.FuJ Offline
              J.FuJ Offline
              J.Fu
              wrote on last edited by
              #6

              @QtEnthusiast1 try qtwayland, this support multi-screen display

              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