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. RaspberryPi3- EGLFS : Could not find DRM device
Qt 6.11 is out! See what's new in the release blog

RaspberryPi3- EGLFS : Could not find DRM device

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

    $export QT_QPA_PLATFORM=eglfs
    $export QT_QPA_EGLFS_ALWAYS_SET_MODE=1
    $export QT_LOGGING_RULES=qt.qpa.*=true
    $./Program -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_kms_egldevice","eglfs_X11")
    qt.qpa.egldeviceintegration: Trying to load device EGL integration "eglfs_kms"
    qt.qpa.egldeviceintegration: Using EGL device integrtion "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

    There is no /dev/dri directory on traget neither /sys/class/drm
    Is this pbm with udev or something else ?

    with lsmod found that no drm module is inserted
    however /lib/modules/kernel/drivers/gpu/drm.ko is available.

    but even after inserting no improvement.

    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