diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-02-11 17:40:20 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-02-11 21:39:44 -0300 |
commit | e2abe0525384a31f54e1b1fe3ba1aac887ea3573 (patch) | |
tree | 6f97c8752b9f91dbe5d819f97c88233045ff3949 /dynamic-layers/ivi | |
parent | 8c91f6a43fb196810e43f4f5361c618f5569b328 (diff) | |
download | meta-freescale-e2abe0525384a31f54e1b1fe3ba1aac887ea3573.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>
Diffstat (limited to 'dynamic-layers/ivi')
-rw-r--r-- | dynamic-layers/ivi/recipes-graphics/wayland/weston-init/weston.ini | 6 |
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 @@ | |||
2 | shell=ivi-shell.so | 2 | shell=ivi-shell.so |
3 | modules=hmi-controller.so | 3 | modules=hmi-controller.so |
4 | #gbm-format=argb8888 | 4 | #gbm-format=argb8888 |
5 | idle-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] | ||
15 | touchscreen_calibrator=true | ||
16 | |||
11 | [ivi-shell] | 17 | [ivi-shell] |
12 | ivi-shell-user-interface=weston-ivi-shell-user-interface | 18 | ivi-shell-user-interface=weston-ivi-shell-user-interface |
13 | 19 | ||