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. EGLFS linuxfb
Qt 6.11 is out! See what's new in the release blog

EGLFS linuxfb

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 563 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.
  • R Offline
    R Offline
    Raviphulsundar
    wrote on last edited by
    #1

    Qt version: Qt 5.6.2
    Hardware: Raspberry Pi3

    I've written one simple program (without QML)
    It works fine with "-platform linuxfb" but not with eglfs.
    I've written one more pgm with QML, it is not working with linuxfb too, it is not giving any error, but screen is not getting displayed on monitor.
    With eglfs,Following errors it shows for all kind of Qt program.

    $./Rectangle -platform eglfs
    qt.qpa.egldeviceintegration: EGL device integration plugin keys: ("eglfs_kms_egldevice", "eglfs_kms", "eglfs_x11")
    qt.qpa.egldeviceintegration: EGL device integration plugin keys (sorted): ("eglfs_kms", "eglfs_egldevice", "eglfs_x11")
    qt.qpa.egldeviceintegration: Trying to load device EGL integration "eglfs_kms"
    qt.qpa.egldeviceintegration: Using EGL device integration "eglfs_kms"
    qt.qpa.input: udev device discovery for type QFlags(0x10)
    qt.qpa.input: Found matching devices ()
    qt.qpa.eglfs.kms: Found the following video devices: ()
    Could not find DRM device!
    Aborted

    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