From 37dba28421e54ac7ee475322f5e094befda1ae46 Mon Sep 17 00:00:00 2001 From: Harunobu Kurokawa Date: Tue, 16 May 2017 19:21:25 +0900 Subject: [PATCH 3/3] weston.ini: Add virtual display and record for CES demo In order to support IVI-Cluster demo, set virtual display and gst-recorder parameter in weston.ini. Change-Id: Ia782d3bc7079c38f30be52c1f6f152d55e1d2e17 Signed-off-by: Harunobu Kurokawa --- recipes-graphics/wayland/weston-ini-conf.bbappend | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/recipes-graphics/wayland/weston-ini-conf.bbappend b/recipes-graphics/wayland/weston-ini-conf.bbappend index b79c526..7c695db 100644 --- a/recipes-graphics/wayland/weston-ini-conf.bbappend +++ b/recipes-graphics/wayland/weston-ini-conf.bbappend @@ -4,3 +4,20 @@ WESTONIVISHELL[ivi-module] ??= "ivi-controller.so" WESTONIVISHELL[ivi-input-module] ??= "ivi-input-controller.so" WESTONSECTION[WESTONIVISHELL] = "ivi-shell" + +# IVI cluster and virtual display +WESTONCORE[virtual] ??= "1" + +WESTONOUTPUT2[agl_screen] ??= "SCREEN_VIRTUAL" + +WESTONSECTION[WESTONOUTPUT2] = "output" + + +SCREEN_VIRTUAL[name]?="virtual1" +SCREEN_VIRTUAL[mode]?="384x368@60" +SCREEN_VIRTUAL[recorder]?="true" +SCREEN_VIRTUAL[ip]?="192.168.20.99" +SCREEN_VIRTUAL[port]?="5005" +SCREEN_VIRTUAL[bitrate]?="300000" +SCREEN_VIRTUAL[crop]?="384x368@0x0" + -- 2.9.2