christian523
christian523
Hi Arthur, My system is running on a AM5748 which contains a GPU. qt-kiosk-browser is working fine with under Yocto kirkstone with qt 5.15. The problem started with qt 6.5....
Hi Arthur, this is the file /etc/qt6/eglfs_kms_cfg.json { "device": "/dev/dri/card0", "hwcursor": false, "pbuffers": true }
Otavio, Thanks for your quick response and pointing me the the issue. Note also that all our content is generated by JavaScript in case this is relevant. It seems to...
I got it working by the below. This way, both, touch screen and external physical keyboard keypresses reset the screensaver time. diff --git a/inputeventhandler.cpp b/inputeventhandler.cpp index c496d2f..dd6bd7d 100644 --- a/inputeventhandler.cpp...