Re: [PATCH libX11] xcb_io: Fix Xlib 32-bit request number issues

2014-09-28 Thread walter harms
Am 27.09.2014 19:45, schrieb Alan Coopersmith: On 09/27/14 02:25 AM, walter harms wrote: i would suggest to branch the tree into a libX11-next (feel free to choose an other name). The linux kernel does this since some years and it seems working. We currently barely have enough developers

Re: vmmouse kernel driver

2014-09-28 Thread Peter Hutterer
On Fri, Sep 26, 2014 at 02:44:15PM +0200, Hans de Goede wrote: Hi, On 09/26/2014 09:06 AM, Thomas Hellstrom wrote: Hi! On 09/26/2014 03:36 AM, Peter Hutterer wrote: On Wed, Sep 24, 2014 at 11:12:50AM +0200, Thomas Hellstrom wrote: While looking at a vmmouse kernel driver, I wonder

[PATCH] Fix present_pixmap when using present_notify_msc

2014-09-28 Thread Axel Davy
Calling present_notify_msc could cancel a pending pixmap presentation. Signed-off-by: Axel Davy axel.d...@ens.fr --- present/present.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/present/present.c b/present/present.c index e838da7..47566c7 100644 --- a/present/present.c

Re: Writing a new driver for nested Xorg servers based on Xephyr code

2014-09-28 Thread Jasper St. Pierre
I don't believe a driver is the correct thing to do. Xorg, in many places, assumes it's on raw hardware and does things like modesetting and VT switching, which obviously won't work in a nested environment. Additionally, I think the Xorg maintainers think that less drivers is better -- the

Re: [PATCH libX11] xcb_io: Fix Xlib 32-bit request number issues

2014-09-28 Thread Michel Dänzer
On 27.09.2014 05:13, Matt Turner wrote: On Fri, Sep 26, 2014 at 3:40 AM, Jan Smout smout@gmail.com wrote: Keith Packard doesn't seem very responsive (as in 'completely ignoring the subject') Perhaps you should try Ccing him? (now Cc'd) As you can see, your post as distributed by the

Re: [PATCH evdev 2/2] Always report all valuators on absolute devices

2014-09-28 Thread Peter Hutterer
On Sat, Sep 27, 2014 at 10:08:39PM +0200, Éric Brunet wrote: When dealing with a device identified as a tablet, both Qt and gtk seem to ignore the position as reported by the X server, but rather compute themselves the position from the raw valuator values (In order to achieve better

Re: vmmouse kernel driver

2014-09-28 Thread Thomas Hellstrom
On 09/29/2014 01:48 AM, Peter Hutterer wrote: On Fri, Sep 26, 2014 at 02:44:15PM +0200, Hans de Goede wrote: Hi, On 09/26/2014 09:06 AM, Thomas Hellstrom wrote: Hi! On 09/26/2014 03:36 AM, Peter Hutterer wrote: On Wed, Sep 24, 2014 at 11:12:50AM +0200, Thomas Hellstrom wrote: While

Re: [PATCH 3/3] xfree86: Delete file modinit.h

2014-09-28 Thread Daniel Martin
On Sat, Sep 20, 2014 at 09:07:41AM +0200, Daniel Martin wrote: All references to modinit.h have been remove with: a1d41e3 Move extension initialisation prototypes into extinit.h Signed-off-by: Daniel Martin consume.no...@gmail.com --- I haven't compile-tested it, but grep told me that