aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston-init
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/wayland/weston-init')
-rw-r--r--recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini25
-rw-r--r--recipes-graphics/wayland/weston-init/imxdrm/weston.config2
-rwxr-xr-xrecipes-graphics/wayland/weston-init/mx6sl-nxp-bsp/weston.config1
-rwxr-xr-xrecipes-graphics/wayland/weston-init/mx6sl/weston.config3
-rw-r--r--recipes-graphics/wayland/weston-init/mx8mm/weston.config2
-rw-r--r--recipes-graphics/wayland/weston-init/weston.config2
6 files changed, 26 insertions, 9 deletions
diff --git a/recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini b/recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini
new file mode 100644
index 00000000..19e6ad24
--- /dev/null
+++ b/recipes-graphics/wayland/weston-init/imx-nxp-bsp/weston.ini
@@ -0,0 +1,25 @@
+[core]
+#enable-overlay-view=1
+
+[shell]
+
+[libinput]
+touchscreen_calibrator=true
+
+#[output]
+#name=HDMI-A-1
+#mode=1920x1080@60
+#transform=rotate-90
+
+#[output]
+#name=HDMI-A-2
+#mode=off
+# WIDTHxHEIGHT Resolution size width and height in pixels
+# off Disables the output
+# preferred Uses the preferred mode
+# current Uses the current crt controller mode
+#transform=rotate-90
+
+[screen-share]
+command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize
+#start-on-startup=true
diff --git a/recipes-graphics/wayland/weston-init/imxdrm/weston.config b/recipes-graphics/wayland/weston-init/imxdrm/weston.config
deleted file mode 100644
index 7c92cf11..00000000
--- a/recipes-graphics/wayland/weston-init/imxdrm/weston.config
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-OPTARGS="--xwayland"
diff --git a/recipes-graphics/wayland/weston-init/mx6sl-nxp-bsp/weston.config b/recipes-graphics/wayland/weston-init/mx6sl-nxp-bsp/weston.config
new file mode 100755
index 00000000..6456cd24
--- /dev/null
+++ b/recipes-graphics/wayland/weston-init/mx6sl-nxp-bsp/weston.config
@@ -0,0 +1 @@
+FB_MULTI_BUFFER=1
diff --git a/recipes-graphics/wayland/weston-init/mx6sl/weston.config b/recipes-graphics/wayland/weston-init/mx6sl/weston.config
deleted file mode 100755
index 89269d79..00000000
--- a/recipes-graphics/wayland/weston-init/mx6sl/weston.config
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-OPTARGS="--xwayland"
-FB_MULTI_BUFFER=1
diff --git a/recipes-graphics/wayland/weston-init/mx8mm/weston.config b/recipes-graphics/wayland/weston-init/mx8mm/weston.config
deleted file mode 100644
index 060aae09..00000000
--- a/recipes-graphics/wayland/weston-init/mx8mm/weston.config
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-OPTARGS="--xwayland --use-g2d=1"
diff --git a/recipes-graphics/wayland/weston-init/weston.config b/recipes-graphics/wayland/weston-init/weston.config
deleted file mode 100644
index 7c92cf11..00000000
--- a/recipes-graphics/wayland/weston-init/weston.config
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-OPTARGS="--xwayland"