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,