Re: [Development] Multiseat capability to Qt

2012-04-16 Thread Hannu Lyytinen
On Fri, 2012-04-13 at 12:20 +0200, Samuel Rødal wrote: > On 04/13/2012 11:37 AM, ext Hannu Lyytinen wrote: > > I'm inclined towards adding a new interface to QPA API, namely > > QPlatformSeat. The platform plugins could implement their own grouping > > for the screen and the input devices. > > >

Re: [Development] Multiseat capability to Qt

2012-04-13 Thread Girish Ramakrishnan
On Fri, Apr 13, 2012 at 3:20 AM, Samuel Rødal wrote: > On 04/13/2012 11:37 AM, ext Hannu Lyytinen wrote: >> Hello all, >> >> after doing some small fixes to KMS QPA plugin, I proceeded with >> implementing the input device support via evdev. It was soon pointed out >> that perhaps using the generi

Re: [Development] Multiseat capability to Qt

2012-04-13 Thread Samuel Rødal
On 04/13/2012 11:37 AM, ext Hannu Lyytinen wrote: > Hello all, > > after doing some small fixes to KMS QPA plugin, I proceeded with > implementing the input device support via evdev. It was soon pointed out > that perhaps using the generic evdev plugins would be better idea. I > experimented with

[Development] Multiseat capability to Qt

2012-04-13 Thread Hannu Lyytinen
Hello all, after doing some small fixes to KMS QPA plugin, I proceeded with implementing the input device support via evdev. It was soon pointed out that perhaps using the generic evdev plugins would be better idea. I experimented with them a bit and seems they need some work. Specifically, all th