All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] board/freescale/imx6-sabresd: improve Qt5 Cinematic Demo instructions
@ 2019-10-10 20:31 Thomas Petazzoni
  2019-10-28 13:26 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2019-10-10 20:31 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=d9ccd8f0fc206805deca4ce6ae6b81480a1ead95
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 board/freescale/imx6-sabresd/readme.txt | 1 +
 1 file changed, 1 insertion(+)

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:

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [git commit] board/freescale/imx6-sabresd: improve Qt5 Cinematic Demo instructions
  2019-10-10 20:31 [Buildroot] [git commit] board/freescale/imx6-sabresd: improve Qt5 Cinematic Demo instructions Thomas Petazzoni
@ 2019-10-28 13:26 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2019-10-28 13:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=d9ccd8f0fc206805deca4ce6ae6b81480a1ead95
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > 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>

Committed to 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-28 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 20:31 [Buildroot] [git commit] board/freescale/imx6-sabresd: improve Qt5 Cinematic Demo instructions Thomas Petazzoni
2019-10-28 13:26 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.