Re: weston rdp black screen

2020-09-18 Thread Maciej Pijanowski
On 18.09.2020 09:53, Pekka Paalanen wrote: On Thu, 17 Sep 2020 19:10:53 +0200 Maciej Pijanowski wrote: On 10.09.2020 16:32, Maciej Pijanowski wrote: Hello, I'm having exactly the same issue as described in the [1]. I have a custom Yocto build running on the embedded board with Mali GPU. Mal

Re: weston rdp black screen

2020-09-18 Thread Pekka Paalanen
On Thu, 17 Sep 2020 19:10:53 +0200 Maciej Pijanowski wrote: > On 10.09.2020 16:32, Maciej Pijanowski wrote: > > > > Hello, > > > > I'm having exactly the same issue as described in the [1]. > > I have a custom Yocto build running on the embedded board > > with Mali GPU. Mali GPU was also used in

Re: weston rdp black screen

2020-09-17 Thread Maciej Pijanowski
On 10.09.2020 16:32, Maciej Pijanowski wrote: > > Hello, > > I'm having exactly the same issue as described in the [1]. > I have a custom Yocto build running on the embedded board > with Mali GPU. Mali GPU was also used in the mentioned thread. > So maybe there is something in common. > > When RDP

weston rdp black screen

2020-09-10 Thread Maciej Pijanowski
Hello, I'm having exactly the same issue as described in the [1]. I have a custom Yocto build running on the embedded board with Mali GPU. Mali GPU was also used in the mentioned thread. So maybe there is something in common. When RDP backend is used as a main backend (in the core section) I can

Re: weston rdp black screen

2019-04-18 Thread Pekka Paalanen
On Wed, 17 Apr 2019 08:18:58 -0400 Jean-Francois Dagenais wrote: > > On Apr 17, 2019, at 03:27, Pekka Paalanen wrote: > > > > On Tue, 16 Apr 2019 14:28:16 -0400 > > Jean-Francois Dagenais wrote: > > > >> In the end though, all I am really paid for is adding remote screen > >> capability >

Re: weston rdp black screen

2019-04-17 Thread Jean-Francois Dagenais
> On Apr 17, 2019, at 03:27, Pekka Paalanen wrote: > > On Tue, 16 Apr 2019 14:28:16 -0400 > Jean-Francois Dagenais wrote: > >> In the end though, all I am really paid for is adding remote screen >> capability >> in our product which is quite a subset of a proper generic VNC backend. The >> r

Re: weston rdp black screen

2019-04-17 Thread Pekka Paalanen
On Tue, 16 Apr 2019 14:28:16 -0400 Jean-Francois Dagenais wrote: > In the end though, all I am really paid for is adding remote screen capability > in our product which is quite a subset of a proper generic VNC backend. The > resulting work would not be upstreamable, but would still be of value i

Re: weston rdp black screen

2019-04-16 Thread Jean-Francois Dagenais
> On Apr 16, 2019, at 05:24, Pekka Paalanen wrote: > > Right, but is that an inherent problem in RDP (e.g. being difficult to > implement), is FreeRDP library not good enough, or is it just the > Weston backend being not good enough? It's a quite superficial judgement at this point. Only based

Re: weston rdp black screen

2019-04-16 Thread Pekka Paalanen
On Fri, 12 Apr 2019 12:12:06 -0400 Jean-Francois Dagenais wrote: > > On Apr 12, 2019, at 09:48, Pekka Paalanen wrote: > > > > Hi, > > > > I believe Mali is the prorietary GPU driver (and a chip family?), so > > something that implements OpenGL. > > Yes, there is an ARM made glue kernel modu

Re: weston rdp black screen

2019-04-12 Thread Jean-Francois Dagenais
> On Apr 12, 2019, at 09:48, Pekka Paalanen wrote: > > Hi, > > I believe Mali is the prorietary GPU driver (and a chip family?), so > something that implements OpenGL. Yes, there is an ARM made glue kernel module that manifests /dev/mali. Then the integrator of the MALI GPU (xilinx for example

Re: weston rdp black screen

2019-04-12 Thread Pekka Paalanen
On Fri, 12 Apr 2019 09:04:23 -0400 Jean-Francois Dagenais wrote: > Not sure if I understand all this correctly yet (bit of graphics newbie), but > I > need the mali to actually render what's on the LCD. The screen-sharing over > the > network is the secondary mission. Hi, I believe Mali is th

Re: weston rdp black screen

2019-04-12 Thread Jean-Francois Dagenais
> On Apr 12, 2019, at 08:28, Pekka Paalanen wrote: > > I wonder, could that maybe hint to some kind of glReadPixels related > failure in the combination of DRM-backend, GL-renderer, Mali, and > screenshare... That make a lot of sense yeah. > > If you try screenshots (Mod+s, was it?), do thos

Re: weston rdp black screen

2019-04-12 Thread Pekka Paalanen
On Fri, 12 Apr 2019 07:39:06 -0400 Jean-Francois Dagenais wrote: > Hi guy, > > > On Apr 12, 2019, at 04:03, Pekka Paalanen wrote: > > > > on a quick test, it is working for me. I built Weston from master > > branch today, launched it with: > > > > weston --backend=rdp-backend.so --rdp-tls-key

Re: weston rdp black screen

2019-04-12 Thread Jean-Francois Dagenais
Hi guy, > On Apr 12, 2019, at 04:03, Pekka Paalanen wrote: > > on a quick test, it is working for me. I built Weston from master > branch today, launched it with: > > weston --backend=rdp-backend.so --rdp-tls-key=../weston-rdp-tls.key > --rdp-tls-cert=../weston-rdp-tls.crt > > and used Remmin

Re: weston rdp black screen

2019-04-12 Thread Pekka Paalanen
On Fri, 5 Apr 2019 16:00:52 -0400 Jean-Francois Dagenais wrote: > I am using weston master, freerdp master, and wayland-protocols master > > I am launching like this: > > weston --rdp4-key ~/devel/weston/key/rdp-security.key > --backend=rdp-backend.so --debug > > Connecting using 640x480x32,

Re: weston rdp black screen

2019-04-05 Thread Jean-Francois Dagenais
I am using weston master, freerdp master, and wayland-protocols master I am launching like this: weston --rdp4-key ~/devel/weston/key/rdp-security.key --backend=rdp-backend.so --debug Connecting using 640x480x32, black screen. Can anyone confirm rdp-backend is actually working?? > On Apr 3,

weston rdp black screen

2019-04-03 Thread Jean-Francois Dagenais
Hi all, I am working on weston on yocto. Amongst other things I have created a meson version of the weston recipe found in poky. Either on my embedded platform or on my PC. Whenever I try to use the rdp backend, whether as the root compositor or through the [screen-share] command. I get a black s