Could not set DRM mode for screen DSI1/Could not queue DRM page flip on screen DSI1 (Permission denied) for st-example-image-qt
Hi,
I have succesfully built a image st-example-image-qt from the DISTRO openstlinux-eglfs.
I have deployed the image on sd card, and played it on STM32MP157C-DK2.
System is booting without a problem, and the splashscreen was shown.
Then, I tried one of Qt examples e.g.:
root@stm32mp1:~# /usr/share/examples/opengl/hellowindow/hellowindow
qt.qpa.input: X-less xkbcommon not available, not performing key mapping
Could not set DRM mode for screen DSI1 (Permission denied)
Could not queue DRM page flip on screen DSI1 (Permission denied)
Could not queue DRM page flip on screen DSI1 (Permission denied)
Could not queue DRM page flip on screen DSI1 (Permission denied)
...
export QT_QPA_EGLFS_ALWAYS_SET_MODE="1"
export QT_QPA_EGLFS_INTEGRATION="eglfs_kms"
does not help!
What can be the Issue here?
