From c08469c8cf4cd7f2f789bbb1ac8e79f83c1f168a Mon Sep 17 00:00:00 2001 From: talksik Date: Tue, 22 Aug 2023 11:15:17 -0700 Subject: [PATCH] trying direct kms --- device.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/device.sh b/device.sh index aa7b4c9..87c96ca 100755 --- a/device.sh +++ b/device.sh @@ -2,12 +2,10 @@ # this is special script for running on jetson nano export QT_DEBUG_PLUGINS=1 -export QT_QPA_EGLFS_PHYSICAL_WIDTH=1920 -export QT_QPA_EGLFS_PHYSICAL_HEIGHT=1080 +export QT_QPA_EGLFS_WIDTH=1920 +export QT_QPA_EGLFS_HEIGHT=1080 +export QT_QPA_EGLFS_INTEGRATION=eglfs_kms -export GST_GL_PLATFORM=egl -export GST_GL_WINDOW=dispmanx -export GST_GL_API=gles2 export GST_DEBUG=2 rm -rf build