Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. Arch Linux Arm: eglfs on Raspberry 3 (Could not find DRM device)

Arch Linux Arm: eglfs on Raspberry 3 (Could not find DRM device)

Scheduled Pinned Locked Moved Unsolved QtonPi
1 Posts 1 Posters 1.2k 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.
  • B Offline
    B Offline
    beedaddy
    wrote on last edited by
    #1

    I try to run a (small example) Qt5 application with Quick Controls 2 on my Raspberry Pi 3 not using X11 but eglfs. This was not successful so far. I always get the error message "Could not find DRM device". I guess Qt has been built with eglfs platform plugins, because the lib /usr/lib/qt/plugins/platforms/libqeglfs.so is available. My try to start the application is:

    LD_PRELOAD="/opt/vc/lib/libGLESv2.so /opt/vc/lib/libEGL.so" myQtProgram -platform eglfs
    

    Maybe I miss something or what am I doing wrong?

    On a "normal" notebook (x86_64) I can launch the program with eglfs, so its seems to be something raspberry related...

    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