Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-4419

Can not return to LAUNCHER with multiple displays and homescreen on HDMI-A-1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Inactive
    • Icon: Major Major
    • None
    • None
    • Graphics
    • None
    • AGL LL 12.1.0 with agl-compositor updated to master and reverted commits related to weston version update
    • Renesas H3

      I use AGL Reference Hardware board which has two HDMI outputs.

      Enable both outputs "/etc/xdg/weston/weston.ini":

      [core]
      backend=drm-backend.so
      require-input=false
      modules=systemd-notify.so
      repaint-window=34
      
      [shell]
      locking=true
      panel-position=none
      
      [output]
      name=HDMI-A-1
      transform=270
      
      [output]
      name=HDMI-A-2
      
      [output]
      name=LVDS-1
      mode=off
      

      Configure HOMESCREEN to use HDMI-A-1, by default once HDMI-A-2 enabled homescreen will be launched there due to how agl-compositor orders wl_output, "/etc/afm/widget.env.d/homescreen/homescreen.env":

      HOMESCREEN_START_SCREEN=HDMI-A-1
      

      Route inputs to HDMI-A-1, by default they will be routed to HDMI-A-2, "/etc/udev/rules.d/99-input.rules":

      SUBSYSTEM=="input", KERNEL=="event*", ENV{WL_OUTPUT}="HDMI-A-1"
      

      1. Press on NAVIGATION
      2. Navigation will be opened
      3. Press on LAUNCHER
      Problem: LAUNCHER is not opened.

      compositor.log

      [22:22:54.969] Activation completed for app_id navigation, role DESKTOP, output HDMI-A-1
      [22:23:01.777] Activating app_id launcher, type DESKTOP
      [22:23:01.778] Setting app_id launcher, role DESKTOP, set to maximized (1920x1080)
      [22:23:01.778] Placed app_id launcher, type DESKTOP in hidden layer
      [22:23:01.796] Activation completed for app_id launcher, role DESKTOP, output HDMI-A-2
      [22:23:09.552] Activating app_id launcher, type DESKTOP
      

      Also, I noticed that method "Shell::activate_app" is not used.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            opsyvvavrychuk Vasyl Vavrychuk
            opsyvvavrychuk Vasyl Vavrychuk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: