Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. EGLFS Raspberry Pi
QtWS25 Last Chance

EGLFS Raspberry Pi

Scheduled Pinned Locked Moved Unsolved Qt 6
3 Posts 2 Posters 603 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.
  • T Offline
    T Offline
    TO_Hill
    wrote on last edited by
    #1

    Is there anly plan to support EGLFS Raspberry Pi in Qt6.X?

    L 1 Reply Last reply
    0
    • T TO_Hill

      Is there anly plan to support EGLFS Raspberry Pi in Qt6.X?

      L Offline
      L Offline
      liteyear
      wrote on last edited by
      #2

      @TO_Hill FWIW, I'm using -platform eglfs on a Raspberry Pi 3B+ and happily running full screen from a console (non-X) boot. I was surprised it worked without much effort, particularly since I have:

      EGLFS Raspberry Pi ................... no

      in my ./configure log. As I understand it, that only needed to be "yes" when a specific EGLFS driver for the Raspberry Pi was required. I think support is now built into the kernel/GPU, so generic EGLFS support is enough.

      In case it matters, I happen to have a C++/QML app.

      T 1 Reply Last reply
      0
      • L liteyear

        @TO_Hill FWIW, I'm using -platform eglfs on a Raspberry Pi 3B+ and happily running full screen from a console (non-X) boot. I was surprised it worked without much effort, particularly since I have:

        EGLFS Raspberry Pi ................... no

        in my ./configure log. As I understand it, that only needed to be "yes" when a specific EGLFS driver for the Raspberry Pi was required. I think support is now built into the kernel/GPU, so generic EGLFS support is enough.

        In case it matters, I happen to have a C++/QML app.

        T Offline
        T Offline
        TO_Hill
        wrote on last edited by
        #3

        @liteyear Thanks for your comment. One thing I should have mentioned in the original post is that I also need EGLFS_brcm plugin support for my specific usecase. However, it says TODO as below. I would like to know whether EGLFS_brcm plugin support is part of Qt6 enhancement plan or not.

        qtbase/src/plugins/platforms/eglfs/deviceintegration/CMakeList.txt
        if(QT_FEATURE_eglfs_brcm)
        # add_subdirectory(eglfs_brcm) # special case TODO
        endif()
        *

        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