Re: [RFC weston] remote access interface module

2013-10-21 Thread Jason Ekstrand
end out a couple of frame events per second (or fewer). In that case, the primary compositor will only snapshot one frame out of 10 or one out of 100. > > --- > Andrew Wedgbury > > - Original Message - > > From: "Jason Ekstrand" &

Re: [RFC weston] remote access interface module

2013-10-21 Thread Andrew Wedgbury
Hi Hardening, Thanks for your feedback. On Monday, 21 October, 2013 9:43:19 PM, Hardening wrote: > * a null locale is given for the keyboard of the remote_seat, I'm not > sure that we can handle all case that way. Especially with RDP that > is > quite complicated on that side (anyway it's probab

Re: [RFC weston] remote access interface module

2013-10-21 Thread Andrew Wedgbury
Hi Ander, On Monday, 21 October 2013 2:00:52 PM, Ander Conselvan de Oliveira wrote: > > You probably want to set the field weston_compositor::disable_planes, > as > the screenshooter does. That causes the compositor to not use > hardware > cursor or other overlays and composite the whole scene us

Re: [RFC weston] remote access interface module

2013-10-21 Thread Andrew Wedgbury
ot;Jason Ekstrand" > To: "Andrew Wedgbury" > Cc: "wayland" > Sent: Saturday, 19 October, 2013 2:12:44 AM > Subject: Re: [RFC weston] remote access interface module > > > > > > > Andrew, > I've had ideas kicking around in the back of

Re: [RFC weston] remote access interface module

2013-10-21 Thread Hardening
Le 18/10/2013 16:50, Andrew Wedgbury a écrit : Hi, I've been working on a weston module to support an interface for remote access systems such as VNC. This is now at a point where it's usable (and works rather well with a suitably modified version of our VNC server) so I wanted to present it

Re: [RFC weston] remote access interface module

2013-10-21 Thread Ander Conselvan de Oliveira
On 10/18/2013 05:50 PM, Andrew Wedgbury wrote: Hi, I've been working on a weston module to support an interface for remote access systems such as VNC. This is now at a point where it's usable (and works rather well with a suitably modified version of our VNC server) so I wanted to present it