All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago][dunfell][PATCH] qtbase-conf: Unset fixed HDMI mode
@ 2022-05-12 10:01 Sai Sree Kartheek Adivi
  2022-05-12 12:19 ` Devarsh Thakkar
  0 siblings, 1 reply; 2+ messages in thread
From: Sai Sree Kartheek Adivi @ 2022-05-12 10:01 UTC (permalink / raw)
  To: meta-arago, praneeth, reatmon; +Cc: devarsht, a-m1

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 <s-adivi@ti.com>
---
 .../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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-arago][dunfell][PATCH] qtbase-conf: Unset fixed HDMI mode
  2022-05-12 10:01 [meta-arago][dunfell][PATCH] qtbase-conf: Unset fixed HDMI mode Sai Sree Kartheek Adivi
@ 2022-05-12 12:19 ` Devarsh Thakkar
  0 siblings, 0 replies; 2+ messages in thread
From: Devarsh Thakkar @ 2022-05-12 12:19 UTC (permalink / raw)
  To: Sai Sree Kartheek Adivi, meta-arago, praneeth, reatmon; +Cc: a-m1


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 <s-adivi@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
> ---
>   .../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
> +}


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-12 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 10:01 [meta-arago][dunfell][PATCH] qtbase-conf: Unset fixed HDMI mode Sai Sree Kartheek Adivi
2022-05-12 12:19 ` Devarsh Thakkar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.