Re: [PATCH:macros] doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools

2010-04-05 Thread Gaetan Nadon
On Sun, 2010-04-04 at 13:23 -0500, Yaakov (Cygwin/X) wrote: On 2010-04-03 09:59, Gaetan Nadon wrote: On Fri, 2010-04-02 at 13:12 -0500, Yaakov (Cygwin/X) wrote: To implement this we need to: 1) Push these commits to doctools and macros. 2) Version bump and release doctools-1.4. 3)

Re: [PATCH:macros] doc: add XORG_CHECK_SGML_DOCTOOLS to detect xorg-sgml-doctools

2010-04-05 Thread Dan Nicholson
On Thu, Mar 25, 2010 at 4:12 PM, Yaakov (Cygwin/X) yselkow...@users.sourceforge.net wrote: From: Yaakov Selkowitz yselkow...@users.sourceforge.net Trying to find X11/defs.ent with AC_CHECK_FILE does not work when cross-compiling, and the check assumed that xorg-sgml-doctools is installed to

Re: [PATCH 4/4] xfree86: Fix reference to SGML entities

2010-04-05 Thread Gaetan Nadon
On Thu, 2010-03-25 at 03:46 -0500, Yaakov (Cygwin/X) wrote: From: Yaakov Selkowitz yselkow...@users.sourceforge.net XORG_CHECK_LINUXDOC sets the SGML search path to the parent of X11/defs.ent. Signed-off-by: Yaakov Selkowitz yselkow...@users.sourceforge.net ---

Re: [PATCH] configure: introduce --{enable, disable}-syscall-clock

2010-04-05 Thread Adam Jackson
On Fri, 2010-04-02 at 11:13 -1000, Eric Anholt wrote: On Mon, 29 Mar 2010 14:59:35 -0400, Adam Jackson a...@redhat.com wrote: Yeah, it's not really something I want Linux to default to using either. I mean, we're going to want input threads, so slicing off librt just because it pulls in

Re: [Mesa3d-dev] Emergency Mesa 7.8.1 release coming this Monday.

2010-04-05 Thread Jesse Barnes
On Sun, 04 Apr 2010 16:54:45 -0700 Ian Romanick i...@freedesktop.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, Over the weekend I was alerted that some values in Mesa's glxext.h do not match the values in the OpenGL registry. Specifically, the value of

Re: [PATCH] Remove deprecated nv driver from autoconfiguration list

2010-04-05 Thread Adam Jackson
On Fri, 2010-04-02 at 00:27 +0200, Mark Kettenis wrote: From: Adam Jackson a...@nwnk.net Date: Thu, 01 Apr 2010 14:19:37 -0400 On Wed, 2010-03-31 at 23:18 +0200, Mark Kettenis wrote: The vesa driver only works on i386/amd64. Where does this leave users of other architectures? Quite a

[PATCH xserver] doc: specify 1.6.1 as the minimum version for doxygen.

2010-04-05 Thread Gaetan Nadon
Older versions generate filenames that are different from the ones listed in the Makefile. Reviewed-by: Jeremy Huddleston jerem...@apple.com Signed-off-by: Gaetan Nadon mems...@videotron.ca --- configure.ac |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH xextproto] XGE: Don't reserve an extension event

2010-04-05 Thread Peter Hutterer
On Tue, Mar 30, 2010 at 11:01:09AM -0700, Aaron Plattner wrote: The Generic Event Extension extension uses the GenericEvent core event type, so it doesn't need to also reserve an extension event. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- ge.h|4 +--- geproto.txt |

Re: [PATCH] dix: be more verbose when we run out of opcodes

2010-04-05 Thread Peter Hutterer
On Mon, Mar 15, 2010 at 11:13:06AM -0300, Paulo Ricardo Zanoni wrote: Em Sex, 2010-03-12 às 23:06 +0100, Julien Cristau escreveu: On Fri, Mar 12, 2010 at 12:01:41 -0300, Paulo Ricardo Zanoni wrote: From: Paulo Ricardo Zanoni pzan...@mandriva.com Date: Thu, 11 Mar 2010 14:28:18 -0300

Re: [PATCH evdev] When building against server 1.8, install 00-evdev.conf.

2010-04-05 Thread Peter Hutterer
On Thu, Apr 01, 2010 at 10:56:27AM -0700, Dan Nicholson wrote: On Wed, Mar 31, 2010 at 6:22 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Dan Nicholson wrote: Not quite. The hal backend ignores any devices that don't have the input.x11_driver key set. We could change that, but it

Re: [PATCH evdev] When building against server 1.8, install 00-evdev.conf.

2010-04-05 Thread Dan Nicholson
On Mon, Apr 5, 2010 at 4:18 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Thu, Apr 01, 2010 at 10:56:27AM -0700, Dan Nicholson wrote: On Wed, Mar 31, 2010 at 6:22 PM, Alan Coopersmith alan.coopersm...@oracle.com wrote: Dan Nicholson wrote: Not quite. The hal backend ignores any

Software cursor broken with several X screens

2010-04-05 Thread Pierre-Loup A. Griffais
The DC code is broken for setups with several screens. Devs only have one pSave pixmap and there's no code to thrash them like p[Save|Restore]GC. That means if you have two X screens and force SW cursor on both, the server will end up passing a bunch of CopyAreas with mismatching screens to the

Re: GSoC Idea: Adding support for DMX screens to dix

2010-04-05 Thread Cody Maloney
I Just want to say I won't be able to apply for GSoC this summer as other things have come up. I'll probably work on the X video driver which renders to an X screen though in any spare time I have over the summer. If someone else wants to feel free to use any of my ideas for your own GSoC

Re: Multitouch followup: gesture recognition?

2010-04-05 Thread Peter Hutterer
On Fri, Apr 02, 2010 at 10:52:28AM +0200, Florian Echtler wrote: Just specifying what gestures a specific window would be interested in wouldn't usually be live, would it? That's something defined at creation time and maybe changed occasionally over the lifetime, but not constantly.