summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-02-11 16:50:41 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-02 21:49:10 -0300
commit758bfbbcdbc7d8e41aa60207904e8715e9574618 (patch)
tree1c23e5b21ee41968d877f747b4f1c6c789c8edee
parent0afe1a124193cd8a7d58b900c087e8fde88669aa (diff)
downloadmeta-freescale-758bfbbcdbc7d8e41aa60207904e8715e9574618.tar.gz
weston-init: Update weston.ini
- Add repaint-window for all i.MX 8 to support 4K display - Add enable-overlay-view option as comment - Enable touchscreen_calibrator - Update transform values which were re-worked for weston 9.0 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 8c91f6a43fb196810e43f4f5361c618f5569b328)
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend3
-rw-r--r--recipes-graphics/wayland/weston-init/imx/weston.ini9
2 files changed, 10 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 0a257980..8e590965 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -24,6 +24,9 @@ INI_UNCOMMENT_ASSIGNMENTS_append_mx6q = " \
24INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \ 24INI_UNCOMMENT_ASSIGNMENTS_append_mx7ulp = " \
25 use-g2d=1 \ 25 use-g2d=1 \
26" 26"
27INI_UNCOMMENT_ASSIGNMENTS_append_mx8 = " \
28 repaint-window=16 \
29"
27INI_UNCOMMENT_ASSIGNMENTS_append_mx8mm = " \ 30INI_UNCOMMENT_ASSIGNMENTS_append_mx8mm = " \
28 use-g2d=1 \ 31 use-g2d=1 \
29" 32"
diff --git a/recipes-graphics/wayland/weston-init/imx/weston.ini b/recipes-graphics/wayland/weston-init/imx/weston.ini
index d9094b1f..916e621a 100644
--- a/recipes-graphics/wayland/weston-init/imx/weston.ini
+++ b/recipes-graphics/wayland/weston-init/imx/weston.ini
@@ -3,14 +3,19 @@
3idle-time=0 3idle-time=0
4#use-g2d=1 4#use-g2d=1
5#xwayland=true 5#xwayland=true
6#repaint-window=16
7#enable-overlay-view=1
6 8
7#[shell] 9#[shell]
8#size=1920x1080 10#size=1920x1080
9 11
12[libinput]
13touchscreen_calibrator=true
14
10#[output] 15#[output]
11#name=HDMI-A-1 16#name=HDMI-A-1
12#mode=1920x1080@60 17#mode=1920x1080@60
13#transform=90 18#transform=rotate-90
14 19
15#[output] 20#[output]
16#name=HDMI-A-2 21#name=HDMI-A-2
@@ -19,7 +24,7 @@ idle-time=0
19# off Disables the output 24# off Disables the output
20# preferred Uses the preferred mode 25# preferred Uses the preferred mode
21# current Uses the current crt controller mode 26# current Uses the current crt controller mode
22#transform=90 27#transform=rotate-90
23 28
24[screen-share] 29[screen-share]
25command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize 30command=@bindir@/weston --backend=rdp-backend.so --shell=fullscreen-shell.so --no-clients-resize