summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-02-11 17:40:20 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-03 13:35:36 -0300
commit6bc84c89690317cb20c645879db1c58707506642 (patch)
treec8887ea4f281152837603b5f76b7b7c2381aa3cc
parent1ee27de4647221382494b2a9ef0afe429c099ee0 (diff)
downloadmeta-freescale-6bc84c89690317cb20c645879db1c58707506642.tar.gz
weston-init: Update weston.ini for IVI
- Set core idle-time to 0 to align with non-IVI setting - Add repaint-window for all i.MX 8 to support 4K display - Add enable-overlay-view option as comment - Enable touchscreen_calibrator Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit e2abe0525384a31f54e1b1fe3ba1aac887ea3573)
-rw-r--r--dynamic-layers/ivi/recipes-graphics/wayland/weston-init/weston.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/dynamic-layers/ivi/recipes-graphics/wayland/weston-init/weston.ini b/dynamic-layers/ivi/recipes-graphics/wayland/weston-init/weston.ini
index 6e8e0140..707a4078 100644
--- a/dynamic-layers/ivi/recipes-graphics/wayland/weston-init/weston.ini
+++ b/dynamic-layers/ivi/recipes-graphics/wayland/weston-init/weston.ini
@@ -2,12 +2,18 @@
2shell=ivi-shell.so 2shell=ivi-shell.so
3modules=hmi-controller.so 3modules=hmi-controller.so
4#gbm-format=argb8888 4#gbm-format=argb8888
5idle-time=0
5#use-g2d=1 6#use-g2d=1
6#xwayland=true 7#xwayland=true
8#repaint-window=16
9#enable-overlay-view=1
7 10
8#[shell] 11#[shell]
9#size=1920x1080 12#size=1920x1080
10 13
14[libinput]
15touchscreen_calibrator=true
16
11[ivi-shell] 17[ivi-shell]
12ivi-shell-user-interface=weston-ivi-shell-user-interface 18ivi-shell-user-interface=weston-ivi-shell-user-interface
13 19