summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston-ini-conf/weston.ini.kvm.in
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston-ini-conf/weston.ini.kvm.in')
-rw-r--r--recipes-graphics/wayland/weston-ini-conf/weston.ini.kvm.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-ini-conf/weston.ini.kvm.in b/recipes-graphics/wayland/weston-ini-conf/weston.ini.kvm.in
new file mode 100644
index 00000000..79ca30cd
--- /dev/null
+++ b/recipes-graphics/wayland/weston-ini-conf/weston.ini.kvm.in
@@ -0,0 +1,18 @@
+[core]
+backend=drm-backend.so
+require-input=false
+modules=systemd-notify.so
+
+[shell]
+locking=true
+panel-position=none
+
+# A display is connected to HDMI-A-1
+[output]
+name=HDMI-A-1
+agl-shell-app-id=@GUEST_VM1_IMAGE@
+
+# A display is connected to HDMI-A-2
+[output]
+name=HDMI-A-2
+agl-shell-app-id=@GUEST_VM2_IMAGE@