4 Multiscreen
Mehran Dehghanian edited this page 4 years ago

Extend display config:

Tested on RPI4

{
    "device": "/dev/dri/card1",
    "outputs": [
    {
        "name": "HDMI1",
        "virtualIndex": 0
    },
    {
        "name": "HDMI2",
        "touchDevice": "/dev/input/event1",
        "virtualIndex": 1
    }
  ]
}

for more readings:

https://doc.qt.io/qt-5.12/embedded-linux.html

https://stackoverflow.com/questions/50867041/qt-qml-screen-mirroring-in-a-dual-monitor-setup

Table of Contents