Re: [RFC] VTs for multiple seats

2012-07-04 Thread Christopher James Halse Rogers
On Wed, 2012-07-04 at 20:13 +0200, David Herrmann wrote: > Hi guys > > (CC'ing systemd-ML as they proved to be very helpful and interested in this > ;)) > > I am currently working on kmscon and am planning on writing some > user-space VT logic similar to CONFIG_VT in the kernel. The idea is to >

[RFC] VTs for multiple seats

2012-07-04 Thread David Herrmann
Hi guys (CC'ing systemd-ML as they proved to be very helpful and interested in this ;)) I am currently working on kmscon and am planning on writing some user-space VT logic similar to CONFIG_VT in the kernel. The idea is to have multiple virtual terminals for each seat. systemd-logind currently a

[PATCH weston] compositor: Always empty the input region of the pointer surface

2012-07-04 Thread Ander Conselvan de Oliveira
Otherwise a surface.attach request might cause the input region to be reset to the default value (the entire surface) causing it to receive focus. Tiago ran into this problem with xwayland. --- src/compositor.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/composi

[PATCH] Add xwayland support (v2)

2012-07-04 Thread Christopher James Halse Rogers
v2: Fix build against Xservers without Wayland support Don't try to acquire/drop drm master under Wayland Refresh for xserver 1.13 kill-all-direct-access-to-xf86Screens Remove #ifdef soup in favour of xwayland compat header Signed-off-by: Christopher James Halse Rogers --- configure