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. warning using eglfs on a raspberry pi 4 with a yocto distro & performance issue

warning using eglfs on a raspberry pi 4 with a yocto distro & performance issue

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 314 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.
  • D Offline
    D Offline
    DrOfDissonance
    wrote on 5 May 2020, 08:50 last edited by
    #1

    Hi all. I'm getting my head around using a custom yocto build of linux with QT. I'm playing around, learning how I'd develop a QT gui application for a device. I've added QT to the yocto image, and have used the generated SDK to compile some simple qt terminal and gui applications. I created a test gui with some sliders and knobs, but I get the following warnings on execution:

    XDG_RUNTIME_DIR not set, defaulting to 'tmp/runtime-root' ( thought this was because I ran as admin, so added my user to video group so I didn't need admin, but the warning persists)

    Couldn't get V3D INDENT0: no such device (couldn't find anything about this error at all!)

    Setting Framebuffer is only avalible with DRN atomic API

    Attribute QT::AA_ShareOpenGLContexts must be set before QCoreApplication is created.

    app seems to run fine anyway, but the performance is terrible. Moving a slider or knob at all pins the cpu at 100% and takes about a second to complete the frame update. Could this be related to some of the warnings?

    1 Reply Last reply
    0

    1/1

    5 May 2020, 08:50

    • Login

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