diff mbox series

[v2,3/4] imx6-sabresd/readme.txt: Improve Qt5 Cinematic Demo instructions

Message ID 20191009170004.3542-3-festevam@gmail.com
State Accepted
Headers show
Series [v2,1/4] configs/imx6-sabresd_qt5: Move from mdev to eudev | expand

Commit Message

Fabio Estevam Oct. 9, 2019, 5 p.m. UTC
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>
---
Changes since v1:
- None

 board/freescale/imx6-sabresd/readme.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Oct. 10, 2019, 8:38 p.m. UTC | #1
On Wed,  9 Oct 2019 14:00:03 -0300
Fabio Estevam <festevam@gmail.com> wrote:

> 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>
> ---
> Changes since v1:
> - None

Applied to master, thanks.

Thomas
diff mbox series

Patch

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: