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. EGLFS create a fullscreen QML with two monitors
Forum Updated to NodeBB v4.3 + New Features

EGLFS create a fullscreen QML with two monitors

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 2 Posters 317 Views 1 Watching
  • 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.
  • M Offline
    M Offline
    matzrm
    wrote on 3 Nov 2023, 13:26 last edited by
    #1

    With EGLFS is possibile have a fullscreen app across two monitors?

    If yes, how I can achieve this.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 3 Nov 2023, 19:55 last edited by
      #2

      Hi,

      AFAIK, it's going to depend on the graphics card you use and its driver. If not supported out of the box, using Wayland or Xorg might also be a solution.

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

      M 1 Reply Last reply 3 Nov 2023, 20:02
      0
      • S SGaist
        3 Nov 2023, 19:55

        Hi,

        AFAIK, it's going to depend on the graphics card you use and its driver. If not supported out of the box, using Wayland or Xorg might also be a solution.

        M Offline
        M Offline
        matzrm
        wrote on 3 Nov 2023, 20:02 last edited by
        #3

        @SGaist Hi the device is raspberry pi 4 with fkms.
        In this moment I can draw on Screen 1 and on Screen 2 but I don't want this. I want create an unique Window. Do you think is possibile with EGLFS create a virtual output based on two physical display devices?

        S 1 Reply Last reply 3 Nov 2023, 20:29
        0
        • M matzrm
          3 Nov 2023, 20:02

          @SGaist Hi the device is raspberry pi 4 with fkms.
          In this moment I can draw on Screen 1 and on Screen 2 but I don't want this. I want create an unique Window. Do you think is possibile with EGLFS create a virtual output based on two physical display devices?

          S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 3 Nov 2023, 20:29 last edited by
          #4

          You can check the eglfs_kms backend.

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

          M 1 Reply Last reply 6 Nov 2023, 11:12
          0
          • S SGaist
            3 Nov 2023, 20:29

            You can check the eglfs_kms backend.

            M Offline
            M Offline
            matzrm
            wrote on 6 Nov 2023, 11:12 last edited by
            #5

            @SGaist The docs doesn't talk about create a single fullscreen window for multi-screen setup, but describes how to create a window for each screen.

            Furthermore the doc speak about virtual desktop, but I think only to handle mouse pointer or touch.

            My question remains whether it is possible or not, because the doc not exclude it.

            1 Reply Last reply
            0

            5/5

            6 Nov 2023, 11:12

            • Login

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