diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2019-05-23 21:43:33 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-11 21:52:17 +0000 |
commit | dbe3524f3115797ce05b6144a63c3381371cd907 (patch) | |
tree | a6c5aceae80ce24959bfcbd220e4cd963f5a0f4e /meta-agl-bsp/recipes-graphics/wayland | |
parent | 8372ce6f4705380a59f66d64f86884d1c6d90709 (diff) |
Update weston ini file to adopt remoting plugin
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>
Diffstat (limited to 'meta-agl-bsp/recipes-graphics/wayland')
-rw-r--r-- | meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/virtualoutput.cfg | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/virtualoutput.cfg b/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/virtualoutput.cfg index ef3e7814f..519851271 100644 --- a/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/virtualoutput.cfg +++ b/meta-agl-bsp/recipes-graphics/wayland/weston-ini-conf/virtualoutput.cfg @@ -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 |