RE: Seats support

2013-04-19 Thread Singh, Satyeshwar
:ppaala...@gmail.com] Sent: Thursday, April 18, 2013 11:47 PM To: Singh, Satyeshwar Cc: Jason Ekstrand; wayland-devel@lists.freedesktop.org; Andrew Voron Subject: Re: Seats support On Thu, 18 Apr 2013 19:36:55 -0500 Jason Ekstrand wrote: > Singh, > On Thu, Apr 18, 2013 at 12:35 PM, Singh

Re: Seats support

2013-04-18 Thread Pekka Paalanen
unces+satyeshwar.singh= > > intel@lists.freedesktop.org [mailto: > > wayland-devel-bounces+satyeshwar.singh=intel@lists.freedesktop.org] > > On Behalf Of Jason Ekstrand > > Sent: Wednesday, April 17, 2013 1:49 PM > > To: Andrew Voron > > Cc: wayland-dev

Re: Seats support

2013-04-18 Thread Jason Ekstrand
top.org] > On Behalf Of Jason Ekstrand > Sent: Wednesday, April 17, 2013 1:49 PM > To: Andrew Voron > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: Seats support > > Andrew, > The seat concept is meant for each seat to correspond to one human > interface to the de

RE: Seats support

2013-04-18 Thread Singh, Satyeshwar
on Ekstrand Sent: Wednesday, April 17, 2013 1:49 PM To: Andrew Voron Cc: wayland-devel@lists.freedesktop.org Subject: Re: Seats support Andrew, The seat concept is meant for each seat to correspond to one human interface to the desktop. For example, say you have a fancy laptop with a touchscreen as we

Re: Seats support

2013-04-17 Thread Jason Ekstrand
's RDP back-end that provides one seat for each connected RDP client. I hope that helps, --Jason Ekstrand On Wed, Apr 17, 2013 at 3:26 AM, Andrew Voron wrote: > Hello. > > I want to clarify a seats supporting by wayland(and weston). By "seats > support" I mean an abilit

Seats support

2013-04-17 Thread Martin Minarik
Hello. Multi seat support is welcome. There is already some code in place. Ability to define anything in weston.ini file is probably not needed, because the information can be obtained from udev. It happens in udev-seat.c The udev should provide a ID_SEAT for every device. Currently, all the de

Seats support

2013-04-17 Thread Andrew Voron
Hello. I want to clarify a seats supporting by wayland(and weston). By "seats support" I mean an ability to define in weston.ini file some "seats" and imput(keyboard, mouse) and output (monitors) channels for each of that seats. If the answer is YES, can you point me any