Re: [PATCH] replace malloc+strlen+strcpy with strdup

2010-06-20 Thread Alan Coopersmith
matts...@gmail.com wrote: From: Matt Turner matts...@gmail.com Signed-off-by: Matt Turner matts...@gmail.com --- dix/extension.c |3 +-- hw/xfree86/common/xf86Init.c |6 ++ hw/xfree86/parser/scan.c |6 ++ 3 files changed, 5 insertions(+), 10

Re: [PATCH util-macros] XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional

2010-06-20 Thread Dan Nicholson
On Sat, Jun 19, 2010 at 2:13 PM, Gaetan Nadon mems...@videotron.ca wrote: On Sat, 2010-06-19 at 08:50 -0700, Dan Nicholson wrote: On Fri, Jun 18, 2010 at 6:57 PM, Gaetan Nadon mems...@videotron.ca wrote: Groff uses grohtml to generate html output format. This program, in turn, uses a number

Re: [xkb] Re: xkeyboard-config 1.9

2010-06-20 Thread Sergey Udaltsov
Anyway, here is the patch for release.sh. Please review and commit if it is ok. Thanks, Sergey From fc695f3288e8a329e70f4498ed5ee3bd86c817a8 Mon Sep 17 00:00:00 2001 From: Sergey V. Udaltsov s...@gnome.org Date: Sun, 20 Jun 2010 21:14:15 +0100 Subject: [PATCH] release.sh: added xkeyboard-config

Re: [PATCH util-macros] XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional

2010-06-20 Thread Gaetan Nadon
On Sun, 2010-06-20 at 11:30 -0700, Dan Nicholson wrote: On Sat, Jun 19, 2010 at 2:13 PM, Gaetan Nadon mems...@videotron.ca wrote: On Sat, 2010-06-19 at 08:50 -0700, Dan Nicholson wrote: On Fri, Jun 18, 2010 at 6:57 PM, Gaetan Nadon mems...@videotron.ca wrote: Groff uses grohtml to

Re: [PATCH util-macros] XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional

2010-06-20 Thread Gaetan Nadon
On Sun, 2010-06-20 at 16:48 -0400, Gaetan Nadon wrote: No, just testing the tools capabilities like libtool does to $CC. I'm not checking the details (especially about the troff, which I know nothing about), but here's what I basically had in mind. AC_MSG_CHECKING([for working

Re: [PATCH] include: Update stale comment after bzero removal

2010-06-20 Thread Peter Hutterer
On Sun, Jun 20, 2010 at 04:37:26AM +0700, Mikhail Gusarov wrote: Signed-off-by: Mikhail Gusarov dotted...@dottedmag.net --- include/misc.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/misc.h b/include/misc.h index 62d813e..38b04b7 100644 ---

Re: Attach touch screen to a single display

2010-06-20 Thread Peter Hutterer
On Fri, Jun 18, 2010 at 06:28:00AM +0200, Julian Ortiz wrote: There is no problem about having a single large desktop... but I need to use nvidia driver and as far as I understand it does not support Rand1.2. The race condition is caused because xf86InputSetScreen is not thread safe?

[PATCH v2 util-macros] XORG_WITH_GROFF: add HAVE_GROFF_HTML Automake conditional

2010-06-20 Thread Gaetan Nadon
Groff uses grohtml to generate html output format. This program, in turn, uses a number of pnm* commands from the netpbm package, psselect from the psutils package and the ghostscript package. These are independently installed, so they could be missing. A check is made to ensure those

[PATCH xserver] config: declare xserver private dependencies in xorg-server.pc

2010-06-20 Thread Gaetan Nadon
Any module (drivers) depending on xserver also depends on some of the server private dependencies. Any driver including xf86.h depends on xext, kbproto, inputproto and randr. These dependencies are in separate packages, so anything can happen, removal, wrong version, etc... and the driver fails

[PATCH util/modular] release.sh: split tarball checking from tag/section checking.

2010-06-20 Thread Peter Hutterer
Print out a more meaningful message than incorrect parameters if the tarballs weren't found. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- release.sh | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/release.sh b/release.sh index ec52f9a..9570d0e

Re: [PATCH 1/2] list.h: Fix list_for_each_entry_safe()

2010-06-20 Thread Kristian Høgsberg
On Fri, Jun 18, 2010 at 5:43 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Fri, Jun 18, 2010 at 2:34 PM, Keith Packard kei...@keithp.com wrote: On Mon, 14 Jun 2010 09:25:22 -0400, Kristian Høgsberg k...@bitplanet.net wrote: -      pos = next, next = __container_of(next-member.next, next,

Re: [xkb] Re: xkeyboard-config 1.9

2010-06-20 Thread Peter Hutterer
On Sun, Jun 20, 2010 at 09:23:14PM +0100, Sergey Udaltsov wrote: Anyway, here is the patch for release.sh. Please review and commit if it is ok. Thanks, Sergey From fc695f3288e8a329e70f4498ed5ee3bd86c817a8 Mon Sep 17 00:00:00 2001 From: Sergey V. Udaltsov s...@gnome.org Date: Sun, 20

Re: [PATCH] include: Update stale comment after bzero removal

2010-06-20 Thread Matt Turner
On Sun, Jun 20, 2010 at 8:39 PM, Matt Turner matts...@gmail.com wrote: On Sun, Jun 20, 2010 at 8:16 PM, Peter Hutterer peter.hutte...@who-t.net wrote: On Sun, Jun 20, 2010 at 04:37:26AM +0700, Mikhail Gusarov wrote: Signed-off-by: Mikhail Gusarov dotted...@dottedmag.net ---  include/misc.h |

Xorg on Solaris 10?

2010-06-20 Thread Pat Kane
Does anyone try to compile the current Xorg git tree on Solaris 10? (not OpenSolaris)? We are having GCC problems on 64 bit systems [looks like GCC bugs but I've not taken a very detailed look yet.] Pat ___ xorg-devel@lists.x.org: X.Org

[PATCH] dri2: avoid crash with old dri drivers.

2010-06-20 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com I built latest server and copied over a mesa 7.8 dri2 driver to use with it, and it crashed in here starting compiz. Looks like we need to validate the flush extension is registered before calling invalidate. Signed-off-by: Dave Airlie airl...@redhat.com ---

Re: xserver: Branch 'master'

2010-06-20 Thread Dave Airlie
2010/6/10 Robert Hooker sarv...@ubuntu.com: 2010/6/9 Michel Dänzer mic...@daenzer.net: On Die, 2010-06-08 at 12:57 -0700, Keith Packard wrote: On Tue, 08 Jun 2010 09:57:44 +0200, Michel Dänzer mic...@daenzer.net wrote: FWIW, I would have proposed the patch below instead. That looks