Update weston ini file to adopt remoting plugin 23/21423/5
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Thu, 23 May 2019 12:43:33 +0000 (21:43 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 11 Jun 2019 21:52:17 +0000 (21:52 +0000)
Bug-AGL : SPEC-2420

To use remoting plugin, we should use new
section in weston.ini.

Example)

[remote-output]
name=remote-1
mode=384x368@30
host=192.168.10.30
port=5005

Man)
https://gitlab.freedesktop.org/wayland/weston/blob/master/man/weston-drm.man#L149

https://gitlab.freedesktop.org/wayland/weston/merge_requests/7

Change-Id: Ifc271867dd2b1f2fe1794a08af188006f7b7779b
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/virtualoutput.cfg

index ef3e781..5198512 100644 (file)
@@ -1,8 +1,5 @@
-[output]
-name=virtual1
-mode=1920x1080@60
-recorder=true
-ip=192.168.20.99
+[remote-output]
+name=remote-1
+mode=384x368@30
+host=192.168.20.99
 port=5005
-bitrate=300000
-crop=384x368@0x0