The output selection happens automatically and correctly now. The set output selection was only correct for one old EVM before. Drop this.
Signed-off-by: Andrew Davis <[email protected]> --- .../recipes-qt/qt5/qtbase-conf/eglfs_kms_cfg.json | 11 +---------- 1 file changed, 1 insertion(+), 10 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 ac19b8ec..5667d11f 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 @@ -1,14 +1,5 @@ { "device": "/dev/dri/card0", "hwcursor": false, - "pbuffers": true, - "outputs": [ - { - "name": "VGA1", - "mode": "off" - }, - { - "name": "HDMI1" - } - ] + "pbuffers": true } -- 2.39.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14209): https://lists.yoctoproject.org/g/meta-arago/message/14209 Mute This Topic: https://lists.yoctoproject.org/mt/96842866/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
