diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-14 19:49:04 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-14 21:34:51 +0000 |
commit | 405183531725ec7ed27985bc62e2804658b4e3d0 (patch) | |
tree | 501adbe2feb3fc411576c3e74268430546cd0860 /meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf/rdp-standalone.cfg | |
parent | 38c4474d8477d7408e97e64d2429f9330aee3c67 (diff) |
Add generic graphic output over rdp
This option enables an rdp server for one primary display.
It is intended to be used e.g. with the aws-ec2-x86-64 or
aws-ec2-arm64 machines in the first place but can be useful
for debugging purposes for local setup as well.
Bug-AGL: SPEC-5093
Change-Id: I2659628d389080ba382da3c7e5ec1286c2ed1286
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf/rdp-standalone.cfg')
-rw-r--r-- | meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf/rdp-standalone.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf/rdp-standalone.cfg b/meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf/rdp-standalone.cfg new file mode 100644 index 00000000..50555b6d --- /dev/null +++ b/meta-agl-rdp/recipes-graphics/wayland/weston-ini-conf/rdp-standalone.cfg @@ -0,0 +1,15 @@ +[core] +backend=rdp-backend.so +require-input=false +idle-time=0 +modules=systemd-notify.so +activate-by-default=false + +[rdp] +tls-key=/etc/xdg/weston/server.key +tls-cert=/etc/xdg/weston/server.crt +# change with/height for demo +width=1080 +height=1920 +# transform not working in weston10 +#transform=rotate-90 |