Re: Alps touchpad driver for X-input (synaptics alternative)

2009-10-19 Thread Peter Hutterer
On Fri, Oct 16, 2009 at 05:50:20PM +0200, Yotam Medini wrote: Hello Alps-TouchPad users and X11-input drivers gurus As a user of an ancient UMAX-ActionBook 530T, I found that the synaptics touchpad driver is probably more suitable for other hardware types. why? I'd be really interested

Re: [PATCH:app/xinit] Use platform-specific X server names in man pages for cygwin darwin

2009-10-19 Thread Yaakov (Cygwin/X)
On 19/10/2009 09:25, Alan Coopersmith wrote: Right - that's why the patch substitutes XWinRC there. I was referring more to the functionality involved, of having different options available in the config file that you can choose between by specifying command line options. XWinrc !=

[PATCH] Define FD_SETSIZE on Cygwin regardless of XWin DDX

2009-10-19 Thread Yaakov (Cygwin/X)
From: Yaakov Selkowitz yselkow...@users.sourceforge.net All DDXs segfault on Cygwin unless FD_SETSIZE is enlarged to 256 (default is 64), so make sure we do so whether or not we are building XWin. Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net --- configure.ac|

Re: Finishing the X11R7.5 katamari

2009-10-19 Thread Alan Coopersmith
Yaakov (Cygwin/X) wrote: On 02/10/2009 20:39, Alan Coopersmith wrote: (There's a bunch of non-katamari modules that also need releases for compatibility with the new katamari that aren't listed here, but aren't being forgotten.) That's good, because from the distro packager perspective,

Re: [PATCH] Add support for RENDER BGRA formats.

2009-10-19 Thread Adam Jackson
On Tue, 2009-10-13 at 15:22 -0400, Michael wrote: On Oct 13, 2009, at 2:51 PM, Adam Jackson wrote: Not that you're wrong (about proper BGRA support), but I think you may be wrong (about i128). I'd like to see an X log from that chip with Option Debug on in xorg.conf, I suspect CMD_HDF and

Re: [PATCH 2/2] Add libudev input-hotplug backend

2009-10-19 Thread Adam Jackson
On Fri, 2009-10-16 at 15:31 +1000, Peter Hutterer wrote: On Fri, Oct 16, 2009 at 02:30:40PM +1000, Peter Hutterer wrote: On Wed, Oct 14, 2009 at 10:21:12PM +0200, Julien Cristau wrote: If libudev is found, we use that for hotplug and disable the hal and dbus backends. We look for event

Re: git practices

2009-10-19 Thread Peter Harris
Jeremy Huddleston wrote: I'm not even sure how bisection in git works without a linear model. My guess is that it just bisects along the main branch and sees the merge commit as a single Git doesn't know which branch is 'main'. But that's okay. Git bisects the DAG, not any particular linear

Re: [PATCH] exa: Unset and restore per alpha in exaTryMagicTwoPassCompositeHelper

2009-10-19 Thread Zack Rusin
On Monday 19 October 2009 08:58:22 Michel Dänzer wrote: On Fri, 2009-10-16 at 00:29 +0100, ja...@vmware.com wrote: From: Zack Rusin za...@vmware.com This fixes the component alpha fallback in exa. I'm not sure which branches this should go into. Also before committing this patch make sure

Re: [PATCH] Define FD_SETSIZE on Cygwin regardless of XWin DDX

2009-10-19 Thread Jon TURNEY
On 19/10/2009 17:14, Yaakov (Cygwin/X) wrote: All DDXs segfault on Cygwin unless FD_SETSIZE is enlarged to 256 (default is 64), so make sure we do so whether or not we are building XWin. This could have a better comment, perhaps: FD_SETSIZE must be at least XFD_SETSIZE for uses of select() to

Re: [PATCH] Define FD_SETSIZE on Cygwin regardless of XWin DDX

2009-10-19 Thread Yaakov (Cygwin/X)
On 19/10/2009 14:47, Jon TURNEY wrote: This could have a better comment, perhaps: FD_SETSIZE must be at least XFD_SETSIZE for uses of select() to be correct. The Cygwin default is only 64, so it must be increased to 256 It looks like this could potentially affect anything which includes

[PATCH] [kdrive] Remove unused LinuxFindPci and LinuxGetPciCfg

2009-10-19 Thread Mikhail Gusarov
These two functions are not referenced from inside xserver. Remove now-empty klinux.h too. --- hw/kdrive/linux/Makefile.am |1 - hw/kdrive/linux/klinux.h| 32 - hw/kdrive/linux/linux.c | 105 --- 3 files changed, 0 insertions(+),

Re: [cairo] [RFC] Pixman compositing with overlapping source and destination pixel data

2009-10-19 Thread Siarhei Siamashka
On Thursday 04 June 2009, Soeren Sandmann wrote: Siarhei Siamashka siarhei.siamas...@gmail.com writes: What kind of guarantees (or the lack of) pixman and XRender are supposed to provide when dealing with overlapping parts of images? (Adding xorg-devel). See this thread:

Tinderbox regression: libX11 specs

2009-10-19 Thread Jeremy Huddleston
libX11's documentation is failing to build after this commit: http://tinderbox.x.org/builds/2009-10-19-0038/logs/libX11/ commit d3f801fd2f9198eaad6797414dba652f9c006c6d Author: Yaakov Selkowitz yselkow...@users.sourceforge.net Date: Sun Oct 18 17:34:53 2009 -0500 Fix VPATH build of