Re: [Weston] RDP backend state

2013-12-05 Thread Manuel BACHMANN
Hello Hardening, Thanks, very nice to know you're still around and following these issues ! > However branch 1.1 (which aims to be the next stable) have the prototype that is used in weston now. OK ; I tried to build with 1.1beta before and had a lot more errors and API breaks... so I guess you'

Re: [Weston] RDP backend state

2013-12-05 Thread Hardening
Le 05/12/2013 15:14, Manuel BACHMANN a écrit : Hi folks, I tried to build the Weston 1.3.1 RDP backend using latest FreeRDP master, and I managed to get it to compile using the following trivial patch : http://pastebin.com/XGz4xYaE FreeRdp API for remoteFx has changed on master (so your patch

Re: [Weston] RDP backend state

2013-12-05 Thread Manuel BACHMANN
Hi Michael, Thanks for link ! I tried messing with the code too, and even directly in FreeRDP, but it rapidly went out of control so I stopped... I found some referencs that it worked back in April-May : http://lists.freedesktop.org/archives/wayland-bugs/2013-July/001784.html(Weston 1.1 ?) so it

Re: [Weston] RDP backend state

2013-12-05 Thread Michael Hanselmann
On 05.12.2013 15:14, Manuel BACHMANN wrote: > However, it renders only a black screen, and server-side I get the > following messages : > > unable to checkDescriptor for failed to initialize EGL EGL does > not seem to work, falling back to software rendering and wl_shm > > (my EGL doesn't work,

[Weston] RDP backend state

2013-12-05 Thread Manuel BACHMANN
Hi folks, I tried to build the Weston 1.3.1 RDP backend using latest FreeRDP master, and I managed to get it to compile using the following trivial patch : http://pastebin.com/XGz4xYaE It basically runs, and I can connect to it with : rdesktop -4 -b However, it renders only a black screen, and