Raspbian QML bad performance

后端 未结 2 2042
春和景丽
春和景丽 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.

提交回复
热议问题