From 2c8d3d95495216f5a6ccab6fce48ac1af5ae1c65 Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Thu, 24 Nov 2016 14:54:59 +0100 Subject: Use IVI-shell instead of desktop-shell as default in weston.ini Using IVI-shell as default for following platforms: - QEMU - Renesas - Raspberry Pi The IVI-shell is needed to run the CES 2017 demo. Signed-off-by: Bocklage, Jens --- .../recipes-graphics/wayland/weston/weston-renesas.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'meta-agl-bsp/meta-renesas') diff --git a/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini b/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini index de3e7e8da..368239adb 100644 --- a/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini +++ b/meta-agl-bsp/meta-renesas/recipes-graphics/wayland/weston/weston-renesas.ini @@ -1,14 +1,13 @@ [core] -shell=desktop-shell.so backend=drm-backend.so +shell=ivi-shell.so -[shell] -locking=true -# Uncomment below to hide panel -#panel-location=none +[ivi-shell] +ivi-module=ivi-controller.so [output] name=HDMI-A-1 +transform=270 #mode=173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync #mode=1920x1080 #mode=1024x768 -- cgit 1.2.3-korg