diff options
author | 2019-10-09 14:00:03 -0300 | |
---|---|---|
committer | 2019-10-10 22:31:55 +0200 | |
commit | d9ccd8f0fc206805deca4ce6ae6b81480a1ead95 (patch) | |
tree | 7f21f2c0f85f444a4dc8d8e8edbcf1cb0df752f3 /board/freescale | |
parent | ca6f9504dd3825fe4fbd0b4a4b3eea4261032d03 (diff) | |
download | buildroot-d9ccd8f0fc206805deca4ce6ae6b81480a1ead95.tar.gz buildroot-d9ccd8f0fc206805deca4ce6ae6b81480a1ead95.tar.bz2 |
board/freescale/imx6-sabresd: improve Qt5 Cinematic Demo instructions
QT_QPA_EGLFS_ALWAYS_SET_MODE=1 needs to be exported, otherwise the Qt5
Cinematic demo throws a storm of the following messages:
Could not queue DRM page flip on screen LVDS1 (Invalid argument)
Improve the instructions by mentioning such requirement.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/imx6-sabresd/readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/imx6-sabresd/readme.txt b/board/freescale/imx6-sabresd/readme.txt index f09ff5caf4..292dab72c4 100644 --- a/board/freescale/imx6-sabresd/readme.txt +++ b/board/freescale/imx6-sabresd/readme.txt @@ -80,6 +80,7 @@ Running kmscube application: Running Qt5 Cinematic Demo: # export QT_QPA_EGLFS_KMS_CONFIG=/root/sabresd.json +# export QT_QPA_EGLFS_ALWAYS_SET_MODE=1 # /usr/share/Qt5/CinematicExperience/Qt5_CinematicExperience Running gl2mark benchmark: |