Raspbian QML bad performance

后端 未结 2 2026
春和景丽
春和景丽 2021-01-14 19:48

The same QML program run on Freescale/Yocto and Raspberry/Raspbian, these two test devices have almost same CPU armv7. But the Raspbain side had very bad perfor

相关标签:
2条回答
  • 2021-01-14 20:42

    I found the solution to improve the performance: Enable OpenGL driver solved the problem.

    1. Open raspi-config
    2. Advanced Options
    3. GL Driver
    4. GL(Full KMS)

    Now working well, but still get the JIT warning.

    0 讨论(0)
  • 2021-01-14 20:54

    You must rebuild Qt to get full eglfs or X11/openGL features and crosscompiling features

    0 讨论(0)
提交回复
热议问题