Re: Dual-head kiosk/embedded application

2020-08-06 Thread Nicolas Jeker
On Thu, 2020-08-06 at 13:45 +0300, Pekka Paalanen wrote: > On Thu, 06 Aug 2020 09:35:15 + > Simon Ser wrote: > > > Hi, > > > > On Thursday, August 6, 2020 9:02 AM, Nicolas Jeker > > wrote: > > > > > I'm currently working on a solution to run two instances of a > > > full > > > screen applicat

Re: Dual-head kiosk/embedded application

2020-08-06 Thread Pekka Paalanen
On Thu, 06 Aug 2020 09:35:15 + Simon Ser wrote: > Hi, > > On Thursday, August 6, 2020 9:02 AM, Nicolas Jeker wrote: > > > I'm currently working on a solution to run two instances of a full > > screen application on separate screens with separate touch screen > > input. This is pretty easy

Re: Dual-head kiosk/embedded application

2020-08-06 Thread Simon Ser
Hi, On Thursday, August 6, 2020 9:02 AM, Nicolas Jeker wrote: > I'm currently working on a solution to run two instances of a full > screen application on separate screens with separate touch screen > input. This is pretty easy if the application has Wayland support by > using a pair of wl_seats

Re: Dual-head kiosk/embedded application

2020-08-06 Thread Carsten Haitzler
On Thu, 06 Aug 2020 09:02:49 +0200 Nicolas Jeker said: path a. > Hi All, > > I'm currently working on a solution to run two instances of a full > screen application on separate screens with separate touch screen > input. This is pretty easy if the application has Wayland support by > using a pa

Dual-head kiosk/embedded application

2020-08-06 Thread Nicolas Jeker
Hi All, I'm currently working on a solution to run two instances of a full screen application on separate screens with separate touch screen input. This is pretty easy if the application has Wayland support by using a pair of wl_seats, one for each output and touch screen. Multi- seat with X11 on