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. Color Banding on Custom Yocto Build

Color Banding on Custom Yocto Build

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

    Hello,

    i'm experiencing color banding of our qt app on a Toradex iMX 6 module with an attached parallel lcd display:

    Desktop:
    no_color_banding.png

    Embedded:
    color_banding.jpg

    It worked with the previous version of boot2qt (+older version of qt), but after upgrading our yocto system to dunfell with a custom layer, we are now experiencing color banding and can't figure it out why. The video kernel cmdline looks like this and is the same as in our previous system:

    video=mxcfb2:dev=lcd,FusionF07A,if=RGB24
    

    I've tried getting debug output, but exporting QT_QPA_EGLFS_DEBUG and starting our app afterwards yields no different output. The only warning i get is this:

    QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable double buffering
    and vsync. If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1
    

    Any idea how i can tackle this issue?

    Thank you very much in advance.

    Best regards,
    Kevin

    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