Multiple outputs in combination with no default activation
Description
1. Flash agl-demo-platfrom on AGL Reference Hardware. 2. Disable activate by default and enable two outputs in landscape oritentation, "/etc/xdg/weston/weston.ini":
Merged now these changes into master. Will soon do a SRCREV bump
Marius Vlad
August 29, 2022 at 9:32 AM
I've now added a patch series to address this situation. @Vasyl Vavrychuk please give these a test when you get the chance. I've included a bigger explanation of the issues I've found while looking into this in the gerrit MR.
1. Flash agl-demo-platfrom on AGL Reference Hardware.
2. Disable activate by default and enable two outputs in landscape oritentation, "
/etc/xdg/weston/weston.ini
":[core] ... activate-by-default=false [output] name=HDMI-A-1 [output] name=HDMI-A-2
3. Configure homescreen to run on HDMI-A-1, "
/etc/default/homescreen
":HOMESCREEN_START_SCREEN=HDMI-A-1
4. Reboot system.
5. Run weston-simple-egl
6. Run activation on HDMI-A-1 via separate application
activate_app(org.freedesktop.weston.simple-egl, NULL, HDMI-A-1)
or
activate_app(org.freedesktop.weston.simple-egl, NULL, HDMI-A-2)
Problem: both activate requests have no effect.
NOTE: Issue is not reproducible if homescreen will run on HDMI-A-1 (default).