Re: [PATCH input-vmmouse 2/3] config: upgrade to util-macros 1.8 for additional man page support

2010-10-21 Thread Thomas Hellstrom
On 10/20/2010 02:20 AM, Gaetan Nadon wrote: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Use the appropriate platform version of sed Signed-off-by: Gaetan

Re: [PATCH input-vmmouse 3/3] tools make: use Autoconf provided $(AM_V_GEN)$(SED)

2010-10-21 Thread Thomas Hellstrom
On 10/20/2010 02:20 AM, Gaetan Nadon wrote: Enables silent rule and use platform appropriate version of sed. Signed-off-by: Gaetan Nadonmems...@videotron.ca Build-tested on servers 1.0 through 1.9. Please add the below Acked-by and push. Acked-by: Thomas Hellstrom thellst...@vmware.com

Re: [PATCH input-vmmouse 1/3] make: remove duplicate definition of EXTRA_DIST

2010-10-21 Thread Thomas Hellstrom
On 10/20/2010 02:20 AM, Gaetan Nadon wrote: autoreconf -vfi produces this output: tools/Makefile.am:59: EXTRA_DIST multiply defined in condition TRUE ... tools/Makefile.am:36: ... `EXTRA_DIST' previously defined here Signed-off-by: Gaetan Nadonmems...@videotron.ca Build-tested on servers

[PULL] revert arm backtrace fix, introduce client id tracking

2010-10-21 Thread Rami Ylimäki
Hi Keith, The following changes applied on top of current master branch (1a0d9324b3d9fd93e685066e0e5cea0611878c0d) Revert Set DamageSetReportAfterOp to true for the damage extension (#30260) are available at: git://gitorious.org/rjy-fdo/xserver.git Rami Ylimäki (3): Revert os:

Re: [PATCH] xserver: Enable visible cursor on start without -retro #26798

2010-10-21 Thread Pat Kane
I would like to have a visible cursor by default. The ugly root weave can stay hidden -- but I kinda like it, since it looks really bad on crufty displays. Oh, and I think the bike shed needs to be painted a slightly darker shade of black (-BR ?). Pat --- On Thu, Oct 21, 2010 at 12:46 AM,

Re: [PATCH input-vmmouse 1/3] make: remove duplicate definition of EXTRA_DIST

2010-10-21 Thread Peter Hutterer
On 21/10/10 18:59 , Thomas Hellstrom wrote: On 10/20/2010 02:20 AM, Gaetan Nadon wrote: autoreconf -vfi produces this output: tools/Makefile.am:59: EXTRA_DIST multiply defined in condition TRUE ... tools/Makefile.am:36: ... `EXTRA_DIST' previously defined here Signed-off-by: Gaetan

Re: [PATCH input-vmmouse 1/3] make: remove duplicate definition of EXTRA_DIST

2010-10-21 Thread Thomas Hellstrom
On 10/21/2010 01:04 PM, Peter Hutterer wrote: On 21/10/10 18:59 , Thomas Hellstrom wrote: On 10/20/2010 02:20 AM, Gaetan Nadon wrote: autoreconf -vfi produces this output: tools/Makefile.am:59: EXTRA_DIST multiply defined in condition TRUE ... tools/Makefile.am:36: ... `EXTRA_DIST'

Re: [PATCH app-xdm 1/3] config: add Check for system libraries section

2010-10-21 Thread Gaetan Nadon
On Thu, 2010-10-21 at 01:57 +0200, Guillem Jover wrote: Just a small nitpick, GNU/Linux there should probably be just GNU systems or similar, as it refers to glibc and libbsd which are available on non-Linux systems too. Great. It's important to document platforms as few people have them

Re: [PATCH libXpm 9/9] config: rename CHANGES to ChangeLog.old

2010-10-21 Thread Gaetan Nadon
On Thu, 2010-10-21 at 01:58 +0200, Guillem Jover wrote: Or rename it to NEWS.old? Much better indeed. Thanks signature.asc Description: This is a digitally signed message part ___ xorg-devel@lists.x.org: X.Org development Archives:

Re: [PATCH] xserver: Enable visible cursor on start without -retro #26798

2010-10-21 Thread Adam Jackson
On Thu, 2010-10-21 at 14:02 +1100, Daniel Stone wrote: On Thu, Oct 21, 2010 at 12:43:00PM +1000, Peter Hutterer wrote: I'd argue for having -retro be the default. Anything that starts up X for the user can relatively easily apply an extra command line option. Without options, we should

Re: X under valgrind?

2010-10-21 Thread walter harms
Jeremy Huddleston schrieb: I have a bunch of reports of this on version 1.4.2-apple53 as well (which cherry picked changes to support the new libXfont), so it probably reduces down to something in those change which were cherry picked. That's not much help, but it looks like it probably

Re: X under valgrind?

2010-10-21 Thread Jeremy Huddleston
On Oct 21, 2010, at 09:13, walter harms wrote: can you see what is freed ? perhaps you can grep the code to see if that is used somewhere else, then setting the variable there to NULL. If this is not happening with X 1.9.0. 901 the most easy way is to use git-biset. Based on similar

Re: [PATCH input-vmmouse 1/3] make: remove duplicate definition of EXTRA_DIST

2010-10-21 Thread Gaetan Nadon
On Thu, 2010-10-21 at 14:43 +0200, Thomas Hellstrom wrote: Sure, I can take care of that. I'll push these three. I have one question. I noticed the patches have been applied in reverse order. Would that be because of the branch merging ? I am unfamiliar with that. It won't hurt in this case,

Re: [PATCH input-vmmouse 1/3] make: remove duplicate definition of EXTRA_DIST

2010-10-21 Thread Thomas Hellstrom
On 10/21/2010 09:03 PM, Gaetan Nadon wrote: On Thu, 2010-10-21 at 14:43 +0200, Thomas Hellstrom wrote: Sure, I can take care of that. I'll push these three. I have one question. I noticed the patches have been applied in reverse order. Would that be because of the branch merging ? I am

[PATCH xf86-video-xgi] Deprecated code cleanup.

2010-10-21 Thread Trevor Woerner
From: Trevor Woerner twoer...@gmail.com Replace calls to deprecated dynamic memory wrapper functions in driver code. Signed-off-by: Trevor Woerner twoer...@gmail.com --- src/xgi_dga.c|6 ++-- src/xgi_dri.c| 14 ++-- src/xgi_driver.c | 64

Re: [PATCH xf86-video-xgi] Deprecated code cleanup.

2010-10-21 Thread Mikhail Gusarov
Twas brillig at 15:11:10 21.10.2010 UTC-04 when twoer...@gmail.com did gyre and gimble: TW Replace calls to deprecated dynamic memory wrapper functions TW in driver code. Reviewed-by: Mikhail Gusarov dotted...@dottedmag.net -- http://fossarchy.blogspot.com/ pgp3RmQtqMJcQ.pgp

[PATCH v2 libXpm] doc: move doc files to the newly created doc dir.

2010-10-21 Thread Gaetan Nadon
As per guidelines for all xorg modules. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Second edition. Includes the rename from CHANAGES to NEWS.old. Patch 9/9 is dropped. git format-patch with -M option is wonderful. Makefile.am | 15 --- CHANGES =

[PATCH v2 app-xdm 1/1] config: add Check for system libraries section

2010-10-21 Thread Gaetan Nadon
This section gathers all the system libraries needed for xdm features. They may be in standard C library on some platforms and in discrete libraries on others. Any xorg library is excluded from this section. XTRANS macros will be invoked at a later time and contribute additional libraries.

Re: [PATCH] xserver: Enable visible cursor on start without -retro #26798

2010-10-21 Thread Daniel Stone
On Thu, Oct 21, 2010 at 10:18:22AM -0400, Adam Jackson wrote: On Thu, 2010-10-21 at 14:02 +1100, Daniel Stone wrote: On Thu, Oct 21, 2010 at 12:43:00PM +1000, Peter Hutterer wrote: I'd argue for having -retro be the default. Anything that starts up X for the user can relatively easily

Re: [PATCH xwininfo] Work around xcb_translate_coordinates sign bug

2010-10-21 Thread Peter Hutterer
On Thu, Oct 21, 2010 at 12:59:11PM +0200, Julien Cristau wrote: xcb_translate_coordinates_reply_t has unsigned dst_{x,y}, so explicitly cast them to int16_t to get the right values. Reported on irc by frostwork. Signed-off-by: Julien Cristau jcris...@debian.org --- xwininfo.c |4 ++--

RFC: Use libxkbcommon in Xorg

2010-10-21 Thread Kristian Høgsberg
Hello, At XDS I volunteered to make X use libxkbcommon and I've spent a few days this week trying to make that happen. libxkbcommon is a new library started by Dan Nicholson which pulls in bits and pieces from various XKB components, and primarily it provides a library interface to the xkb

[PATCH] test: input - set valuators mask for event to core conversion

2010-10-21 Thread Chase Douglas
From: Chase Douglas chase.doug...@ubuntu.com Commit de8be07cc0a8163b6ef04455706fd5ca2cebe587 adds a requirement to event to core conversion that at least one of the X or Y valuators are set in the valuator mask. This commit fixes the event conversion test to be compliant. Signed-off-by: Chase

[PATCH] Add support for per-axis valuator modes (Relative/Absolute)

2010-10-21 Thread Peter Hutterer
From: Chase Douglas chase.doug...@canonical.com The XI2 protocol supports per-axis modes, but the server so far does not. This change adds support in the server. A complication is the fact that XI1 does not support per-axis modes. The solution provided here is to set a per-device mode that

Re: [PATCH] Add support for per-axis valuator modes (Relative/Absolute)

2010-10-21 Thread Chase Douglas
On Fri, 2010-10-22 at 13:05 +1000, Peter Hutterer wrote: From: Chase Douglas chase.doug...@canonical.com The XI2 protocol supports per-axis modes, but the server so far does not. This change adds support in the server. A complication is the fact that XI1 does not support per-axis modes.

[PULL] tslib and make check fix

2010-10-21 Thread Peter Hutterer
One patch to fix a NULL derefernce in kdrive, the other one to fix the unittests. The following changes since commit 1a0d9324b3d9fd93e685066e0e5cea0611878c0d: Revert Set DamageSetReportAfterOp to true for the damage extension (#30260) (2010-10-20 16:49:14 -0700) are available in the git