This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: Weston output configuration

Part Number: AM5728

Hi,

I am fixing weston to launch on a connector by running the command:

weston --tty=1 --connector=36

However when I plug in the HDMI, it disrupts the existing connection to connector=36. Is it possible to prevent weston from reacting to hot plugged displays such as HDMI. From my understanding weston receives these events from udev. Is it possible to add rules to ignore available HDMI connections?

I noticed that it is possible to add something like this to weston.ini:

[output]
name=LVDS1
mode=1920x1080
seat=seat1

Which output names would be applicable for the AM5728? Where can I find them? Is it the names seen in modetest (example: HDMI-A-1) ?

Thanks,