Re: 3MB Memory Leak in KDrive Xfbdev

2010-11-19 Thread vrushali shinde
Hello All, I am able to fix the 3M memory leak. 1M as explained already and the other 2M was because of my mistake -one extra thread that I had launched and was not getting freed. However, I still see few kBs ~132kB of memory leaked in every 2-3 iterations of Init-Term Xserver. Note: In some

Re: [RFC XI 2.1 - xinput 3/3] Add experimental multitouch support from XI 2.1

2010-11-19 Thread Julien Cristau
On Fri, Nov 12, 2010 at 17:35:17 -0500, Chase Douglas wrote: From: Daniel Stone dan...@fooishbar.org This patch adds experimental support for listening to touch streams (TouchBegin, TouchMotion and TouchEnd) with test-xi2, as well as showing TouchClass information with list.

Re: [PATCH] dix: fix up valuators passed to acceleration code.

2010-11-19 Thread Chase Douglas
On 11/18/2010 08:09 PM, Peter Hutterer wrote: From: Simon Thum simon.t...@gmx.de Signed-off-by: Peter Hutterer peter.hutte...@who-t.net I don't really know how pointer acceleration algos work, but assuming feeding them 0 coordinates on a non-changed valuator is ok: Reviewed-by: Chase Douglas

Re: [PATCH keyboard v2] Adjust to input ABI 12.

2010-11-19 Thread Chase Douglas
On 11/17/2010 10:32 PM, Peter Hutterer wrote: New PreInit prototype and a few other things. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- Tested against pre and post ABI 12 xserver trees. changes to v1: - add missing semicolon \o/ Reviewed-by: Chase Douglas

Re: [RFC XI 2.1 - xinput 3/3] Add experimental multitouch support from XI 2.1

2010-11-19 Thread Chase Douglas
On 11/19/2010 09:18 AM, Julien Cristau wrote: On Fri, Nov 12, 2010 at 17:35:17 -0500, Chase Douglas wrote: From: Daniel Stone dan...@fooishbar.org This patch adds experimental support for listening to touch streams (TouchBegin, TouchMotion and TouchEnd) with test-xi2, as well as showing

Re: [RFC XI 2.1 - xf86-input-evdev 2/3] Add experimental XI 2.1 multitouch support

2010-11-19 Thread Chase Douglas
On 11/19/2010 01:29 AM, Peter Hutterer wrote: On Fri, Nov 12, 2010 at 05:35:12PM -0500, Chase Douglas wrote: From: Chase Douglas chase.doug...@ubuntu.com This multitouch addition only supports slotted MT evdev protocol devices. Support must be enabled at configure time using

Re: [RFC XI 2.1 - xf86-input-evdev 3/3] Use MTDev for multitouch devices

2010-11-19 Thread Chase Douglas
On 11/19/2010 01:38 AM, Peter Hutterer wrote: On Fri, Nov 12, 2010 at 05:35:13PM -0500, Chase Douglas wrote: From: Chase Douglas chase.doug...@ubuntu.com [...] diff --git a/src/Makefile.am b/src/Makefile.am index a5c89ac..89137bc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,7

Re: [RFC XI 2.1 - inputproto] Add touch classes and events, bump to 2.1

2010-11-19 Thread Chase Douglas
On 11/19/2010 12:52 AM, Peter Hutterer wrote: On Wed, Nov 17, 2010 at 11:59:47AM -0500, Chase Douglas wrote: [...] @@ -177,5 +189,8 @@ #define XI_RawButtonPressMask(1 XI_RawButtonPress) #define XI_RawButtonReleaseMask (1 XI_RawButtonRelease) #define

Re: How to get a list of windows and process mapping

2010-11-19 Thread Adam Majer
On Wed, Nov 17, 2010 at 07:00:02PM +0200, Rami Ylimäki wrote: On 11/17/2010 06:41 PM, Trevor Woerner wrote: On Tue, Nov 16, 2010 at 3:44 PM, Adam Majerad...@zombino.com wrote: Is there a method of getting a list of all the windows on a given display or screen? Is there a method of mapping

[PATCH] glx: Remove swap barrier and hyperpipe support

2010-11-19 Thread Adam Jackson
Never implemented in any open source driver. The implementation assumed explicit DDX driver knowledge of how the client-side driver worked, since at the time the server's GL renderer was not a DRI driver. But now, it is, so any implementation of these should be done with additional DRI driver

[RFC XI 2.1 - inputproto] Various fixes in response to Peter Hutterer's review

2010-11-19 Thread Chase Douglas
--- Normally I'd just squash this in and make a v2 patch, but this is the most important part of the MT work and it's easier to review separately :). I'll squash later. XI2.h|3 +++ XI2proto.txt | 39 --- 2 files changed, 35 insertions(+), 7

Re: [PATCH xserver 6/8] xmlrules.in: specify the xserver entities depedencies on the target

2010-11-19 Thread Gaetan Nadon
On Thu, 2010-11-18 at 16:44 -0800, Alan Coopersmith wrote: +%.pdf: %.xml $(XML_ENT_DIR)/xserver.ent The generated files depend on xserver.ent which is what pattern rules allow you to do. This is not possible with the .xml.html: suffix rules. $(AM_V_GEN)$(XMLTO) $(XMLTO_FLAGS)

Re: [PATCH xserver 3/8] xmlrules.in: the searchpath only needed to locate entities

2010-11-19 Thread Gaetan Nadon
On Thu, 2010-11-18 at 16:32 -0800, Alan Coopersmith wrote: XML_ENT_DIR = $(abs_top_builddir)/doc/xml -XMLTO_FLAGS = --searchpath $(XML_ENT_DIR) No, those are for the entities defined in the xserver tree itself, to get the X server version number into the docs. See doc/xml/xserver.ent.in

Re: [PATCH] glx: Remove swap barrier and hyperpipe support

2010-11-19 Thread Kristian Høgsberg
On Fri, Nov 19, 2010 at 1:52 PM, Adam Jackson a...@redhat.com wrote: Never implemented in any open source driver.  The implementation assumed explicit DDX driver knowledge of how the client-side driver worked, since at the time the server's GL renderer was not a DRI driver. But now, it is, so

Re: [PATCH] glx: Remove swap barrier and hyperpipe support

2010-11-19 Thread Julien Cristau
On Fri, Nov 19, 2010 at 13:52:49 -0500, Adam Jackson wrote: Never implemented in any open source driver. The implementation assumed explicit DDX driver knowledge of how the client-side driver worked, since at the time the server's GL renderer was not a DRI driver. But now, it is, so any

Re: [PATCH] xserver xf86PrintModeline(): print DisplayMode type bits.

2010-11-19 Thread Jesse Adkins
After reading your comments, I can see how this would be useful for auditing modelines. However, when I tried to apply your patch, I saw : error: patch failed: hw/xfree86/modes/xf86Modes.c:318 error: hw/xfree86/modes/xf86Modes.c: patch does not apply I'm using the latest git as of today (last

Patches to stop libtool droppings (#4898)

2010-11-19 Thread Jesse Adkins
Following this is a whopping 66 patches. These patches cover every driver listed under cgit.freedesktop.org/xorg/driver/ (So wacom and some other got skipped). I skipped the drivers where configure was set to fail. There's also a patch to fix the stuff in xfree86's i2c.

[PATCH acecad] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..a52c7a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH aiptek] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..8ee7bc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH apm] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..3009d1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH ark] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 63c7c9e..1ef0aa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH ast] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 63c7c9e..be7ae5f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH ati] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..8ac6359 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH chips] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 069b707..b9ea980 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH cirrus] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7bd8873..0df4790 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,3 +33,6 @@ ChangeLog: dist-hook: ChangeLog INSTALL

[PATCH citron] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1817e61..f0a7cd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH cyrix] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2b6c46a..7ac1a53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,3 +27,7 @@ README: README.sgml endif EXTRA_DIST =

[PATCH dummy] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index af06d52..a671a0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,3 +27,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH elographics] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 183adde..f5f863c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,6 @@ ChangeLog: dist-hook: ChangeLog +# We

[PATCH evdev] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00c7940..a1f5a95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,3 +38,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH fbdev] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..3e74378 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH geode] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 74e0bd3..70295c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,3 +31,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH glide] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index c867416..4a9bdb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,3 +28,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH glint] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4f5d5fc..86252db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH hyperpen] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7052905..36fb5e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS =

[PATCH i128] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..27d564d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH i740] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..9859f69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH impact] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index e2f4d60..d7e6534 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,3 +22,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src

[PATCH intel] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index f4239de..1307360 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,3 +31,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH joystick] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 13946b8..a5e6436 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,3 +34,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH keyboard] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..77a1c99 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH mach64] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..a094b44 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH mga] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 75d6898..6aae499 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH mouse] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index f73a7ce..ef1f49f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,3 +36,7 @@ if LINT lint: (cd src $(MAKE)

[PATCH mutouch] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7052905..bb98fa4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS =

[PATCH newport] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 33384c1..876b9ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH nsc] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7052905..4988f39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS =

[PATCH nv] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index d8f84e2..bb61a56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH penmount] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0aabe2e..538800b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH qxl] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 781f29b..1eb1dec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH r128] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..3daad68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH radeonhd] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 534c3fd..a297689 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,3 +36,6 @@ ChangeLog: dist-hook: ChangeLog +# We

[PATCH rendition] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..ad0ff20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH savage] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..aeeb70b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH siliconmotion] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1bb47d9..a05574b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH s3] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..9d5e085 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH sis] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..a69b236 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH sisusb] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00c154d..263e14e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH sunbw2] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..280cbc0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH suncg14] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..36cb250 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH suncg3] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00c154d..da411ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH suncg6] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00c154d..b8c5898 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH sunffb] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..89cc190 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH sunleo] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00c154d..cb785a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH suntcx] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00c154d..3e2402e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH synaptics] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 538bbc5..09456de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,3 +33,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH tdfx] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00c154d..5fb3bd4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH tga] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 40ad32b..3be24a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH neomagic] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index b4308a1..900ba0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH trident] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..97a5d1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH tseng] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..79b3626 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH v4l] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..c15c259 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH vmmouse] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index f1ad5af..d62bda7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,3 +32,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH vmware] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 093e9f5..906c0f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH void] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..e1d45a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH voodoo] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..8716ba7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH wsfb] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 29a645e..b7b61f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,3 +31,6 @@ ChangeLog: dist-hook: ChangeLog INSTALL

[PATCH xgi] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 336ba84..38de726 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,3 +31,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH xgixp] Don't install libtool .la files (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4c278ba..618eef8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,3 +30,7 @@ ChangeLog: $(CHANGELOG_CMD)

[PATCH xserver] xfree86: Don't install module .la files. (#4898)

2010-11-19 Thread Jesse Adkins
Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- hw/xfree86/i2c/Makefile.am | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/i2c/Makefile.am b/hw/xfree86/i2c/Makefile.am index 0b80cc8..5e1b553 100644 --- a/hw/xfree86/i2c/Makefile.am +++

Re: Patches to stop libtool droppings (#4898)

2010-11-19 Thread Alan Coopersmith
Jesse Adkins wrote: Following this is a whopping 66 patches. These patches cover every driver listed under cgit.freedesktop.org/xorg/driver/ (So wacom and some other got skipped). I skipped the drivers where configure was set to fail. There's also a patch to fix the stuff in xfree86's i2c.

Re: [PATCH mouse] Don't install libtool .la files (#4898)

2010-11-19 Thread Gaetan Nadon
On Fri, 2010-11-19 at 14:59 -0800, Jesse Adkins wrote: + rm -f $(moduledir)/mouse_drv.la Input modules typically have inputdir rather than moduledir as the variable name. Each of the 66 packages will need to be verified. signature.asc Description: This is a digitally signed message

Re: [PATCH xserver] xfree86: Don't install module .la files. (#4898)

2010-11-19 Thread Gaetan Nadon
On Fri, 2010-11-19 at 14:59 -0800, Jesse Adkins wrote: Signed-off-by: Jesse Adkins jesserayadk...@gmail.com --- hw/xfree86/i2c/Makefile.am | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/i2c/Makefile.am b/hw/xfree86/i2c/Makefile.am index

Re: Patches to stop libtool droppings (#4898)

2010-11-19 Thread Gaetan Nadon
On Fri, 2010-11-19 at 14:58 -0800, Jesse Adkins wrote: Following this is a whopping 66 patches. These patches cover every driver listed under cgit.freedesktop.org/xorg/driver/ (So wacom and some other got skipped). I skipped the drivers where configure was set to fail. Can you elaborate,

Re: [PATCH xserver] xfree86: Don't install module .la files. (#4898)

2010-11-19 Thread Alan Coopersmith
Gaetan Nadon wrote: On Fri, 2010-11-19 at 14:59 -0800, Jesse Adkins wrote: Signed-off-by: Jesse Adkins jesserayadk...@gmail.com mailto:jesserayadk...@gmail.com --- hw/xfree86/i2c/Makefile.am | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git

Re: [PATCH hyperpen] Fixed indentation, dropped trailing whitespaces

2010-11-19 Thread Manuel Reimer
Peter Hutterer wrote: the best way to go about these drivers is to get them handled properly by the kernel and then hook the evdev or wacom driver onto them from userspace. (I acknowledge the Linux bias here) trying to port features over will just result in code duplication and a lot of

Re: [PATCH] Build libxf86config with -fPIC.

2010-11-19 Thread Donnie Berkholz
On 16:11 Mon 15 Nov , Dan Nicholson wrote: On Mon, Nov 15, 2010 at 10:38 AM, Julien Cristau jcris...@debian.org wrote: On Mon, Nov 15, 2010 at 13:28:34 -0500, Gaetan Nadon wrote: On Mon, 2010-11-15 at 15:35 +0100, Julien Cristau wrote: If you want to install it as a shared library

Re: Patches to stop libtool droppings (#4898)

2010-11-19 Thread Matt Turner
On Fri, Nov 19, 2010 at 10:01 PM, Gaetan Nadon mems...@videotron.ca wrote: On Fri, 2010-11-19 at 14:58 -0800, Jesse Adkins wrote: Following this is a whopping 66 patches. These patches cover every driver listed under cgit.freedesktop.org/xorg/driver/ (So wacom and some other got skipped). I

[PATCH:libfontenc] Fail configure if zlib.h -lz not found

2010-11-19 Thread Alan Coopersmith
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=31595 Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- configure.ac |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index fb0b1af..9419909 100644 --- a/configure.ac +++

[PATCH] Xorg.man: Replace XDarwin reference with Xquartz

2010-11-19 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com Reviewed-by: Jeremy Huddleston jerem...@apple.com --- hw/xfree86/doc/man/Xorg.man.pre |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/doc/man/Xorg.man.pre b/hw/xfree86/doc/man/Xorg.man.pre index