From bb08f7262ed293cb50966bea6d67b6aab371df8b Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 28 Aug 2023 13:57:55 -0700 Subject: [PATCH] fixing things --- device.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/device.sh b/device.sh index 550e539..760b230 100755 --- a/device.sh +++ b/device.sh @@ -2,7 +2,14 @@ # this is special script for running on jetson nano export QT_DEBUG_PLUGINS=1 + +export QT_QPA_EGLFS_DEBUG=1 +# the below will run on kms. it will not work on X11/desktop environment +# export QT_QPA_EGLFS_INTEGRATION=eglfs_kms +export QT_QPA_EGLFS_HIDECURSOR=1 + export GST_DEBUG=2 +export QT_QPA_EGLFS_DEBUG=1 rm -rf build mkdir build