mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-14 16:26:30 +00:00
Support dynamic panorama of virtual displays. Virtual monitors for VirtualBox must be configured in two steps. - <Display monitorCount="<num>"> nodes in the .vbox file defines the number of _connectors_ and, thus, the maximum number of connected virtual monitors. - Each enabled VirtualBox monitor requests a dedicated GUI session. Enablement and labeling of these sessions is done via <monitor> nodes in the component configuration like follows. <monitor label="DP-1"/> <monitor label="HDMI-A-1"/> Labels can be used by the window manager to configure and place the corresponding window. The order of the nodes directly controls the connection order at the virtual graphics card. Fixes #5449
This directory contains ports of 3rd-party applications to Genode. The 'ports' repository follows the patterns of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to _libports/README_. Dependencies from other repositories ------------------------------------ Applications provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.