On 12/05/22 15:31, Sai Sree Kartheek Adivi wrote:
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]>
Reviewed-by: Devarsh Thakkar <[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
+}


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13848): 
https://lists.yoctoproject.org/g/meta-arago/message/13848
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]]
-=-=-=-=-=-=-=-=-=-=-=-


  • [meta-arago][dunfell][P... Sai Sree Kartheek Adivi via lists.yoctoproject.org
    • Re: [meta-arago][d... Devarsh Thakkar via lists.yoctoproject.org

Reply via email to