HDMI mode is set to 1024x768 in eglfs_kms_cfg.json. This needs to be unset since not all devices use the same resolution display.
When mode is not defined, the system's preferred mode is chosen. Ref: https://doc.qt.io/qt-5/embedded-linux.html#display-output Signed-off-by: Sai Sree Kartheek Adivi <[email protected]> --- .../recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json index 61b834be..ac19b8ec 100644 --- a/meta-arago-distro/recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json +++ b/meta-arago-distro/recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json @@ -8,8 +8,7 @@ "mode": "off" }, { - "name": "HDMI1", - "mode": "1024x768" + "name": "HDMI1" } ] -} \ No newline at end of file +} -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13847): https://lists.yoctoproject.org/g/meta-arago/message/13847 Mute This Topic: https://lists.yoctoproject.org/mt/91054682/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
