[PATCH] aiptek: Generate keyboard events for XInput ABI =7

2010-08-15 Thread Olivier Samyn
This patch modifies the driver behaviour when XInput ABI s = 7: It adds initialization code and generates keyboard events using xf86PostKeyboardEvent instead of xf86PostKeyEvent. It also skips the existing keysym tranlation code; this will be replaced by a following patch. Signed-off-by: Olivier

[PATCH libXi 1/7] man: remove used LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix)

2010-08-15 Thread Gaetan Nadon
Local fix in CVS for bug 5628 is not required as the problem has been fixed in util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/man/Makefile.am

[PATCH libXi 2/7] man: use shadows terminology in variable names.

2010-08-15 Thread Gaetan Nadon
For man pages that are just links to a main man page. This is how they are referred to in all other librairies. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man/Makefile.am

[PATCH libXi 4/7] man: add/change comments regarding the 3 step conversion from text source

2010-08-15 Thread Gaetan Nadon
In the hope of making it easier to learn. This makefile may serve as a reference. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/man/Makefile.am b/man/Makefile.am index

[PATCH libXi 5/7] man: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS

2010-08-15 Thread Gaetan Nadon
The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am | 16 +++- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/man/Makefile.am

[PATCH libXi 6/7] man: whitespace management

2010-08-15 Thread Gaetan Nadon
This style should make it easier to read filenames in a large list. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am | 140 +++--- 1 files changed, 70 insertions(+), 70 deletions(-) diff --git a/man/Makefile.am

[PATCH libXi 7/7] man: add $(AM_V_GEN) for silent rules where missing

2010-08-15 Thread Gaetan Nadon
Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/Makefile.am b/man/Makefile.am index 1311af0..dd419d8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -163,16 +163,16 @@ SUFFIXES =

Re: [PATCH:xf86-input-mouse] MouseCtrl doesn't need to save values we never use

2010-08-15 Thread Peter Hutterer
On Fri, Aug 13, 2010 at 10:19:06PM +0200, Simon Thum wrote: Am 12.08.2010 06:43, schrieb Alan Coopersmith: Makes it into a no-op, like evdev's PtrCtrl function, now that mouse acceleration is completely handled in dix. Reviewed-by: Simon Thum simon.t...@gmx.de +/* This function

Re: [PATCH libXi 4/7] man: add/change comments regarding the 3 step conversion from text source

2010-08-15 Thread Peter Hutterer
On Sun, Aug 15, 2010 at 07:23:51PM -0400, Gaetan Nadon wrote: In the hope of making it easier to learn. This makefile may serve as a reference. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am | 17 - 1 files changed, 12 insertions(+), 5 deletions(-)

Re: [PATCH libXi 6/7] man: whitespace management

2010-08-15 Thread Peter Hutterer
On Sun, Aug 15, 2010 at 07:23:53PM -0400, Gaetan Nadon wrote: This style should make it easier to read filenames in a large list. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am | 140 +++--- 1 files changed, 70

Re: [PATCH libXi 7/7] man: add $(AM_V_GEN) for silent rules where missing

2010-08-15 Thread Peter Hutterer
On Sun, Aug 15, 2010 at 07:23:54PM -0400, Gaetan Nadon wrote: Signed-off-by: Gaetan Nadon mems...@videotron.ca --- man/Makefile.am | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/Makefile.am b/man/Makefile.am index 1311af0..dd419d8 100644 ---

Re: [RFC] use CLOCK_MONOTONIC_COARSE posix timer instead of CLOCK_MONOTONIC when calling the function of clock_gettime in xserver/os/util.c

2010-08-15 Thread ykzhao
On Fri, 2010-08-13 at 23:30 +0800, Adam Jackson wrote: On Fri, 2010-08-13 at 13:08 +0800, ykzhao wrote: On Fri, 2010-08-13 at 11:32 +0800, Julien Cristau wrote: On Thu, Aug 12, 2010 at 09:47:23 +0800, ykzhao wrote: when playing flash h.264 cif video workload, the cpu C0 usage is

Re: Fwd: [PATCH 3/3] evdev: Don't post REL_MISC events as axis motion. (#24737)

2010-08-15 Thread Peter Hutterer
On Fri, Aug 13, 2010 at 02:12:41PM +0200, Bartosz Brachaczek wrote: Actually this REL_MISC event doesn't affect x/y motion, at least for me, as long as the bug fixed by patches 1, 2 is fixed (though Bartek Iwaniec had problems with it, see

[PATCH] dix: reset pScreen-root to NULL when root window is deleted.

2010-08-15 Thread Dave Airlie
From: Dave Airlie airl...@linux.ie We were seeing a crash in the FreeAllResources codepath, running valgrind revealed this, ==12536== Invalid read of size 4 ==12536==at 0x810BCAB: DeliverPropertyEvent (rrproperty.c:33) ==12536==by 0x80958A4: TraverseTree (window.c:227) ==12536==by

[PATCH] rootless: Remove ROOTLESS_WORKAROUND

2010-08-15 Thread Jeremy Huddleston
This was already removed for XWin (20701522be803fe47e921fcf059dadf64c7f287d) with no reported side effects. XQuartz seems to be behaving ok without it as well. While this possibly brings back bug #1168, we don't have any reproduction steps for that issue, and if it crops up again, we should fix

Re: [PATCH] dix: reset pScreen-root to NULL when root window is deleted.

2010-08-15 Thread Keith Packard
On Mon, 16 Aug 2010 12:21:15 +1000, Dave Airlie airl...@gmail.com wrote: diff --git a/dix/window.c b/dix/window.c index 4a47dd5..33ef943 100644 --- a/dix/window.c +++ b/dix/window.c @@ -895,10 +895,15 @@ DeleteWindow(pointer value, XID wid) WindowPtr pParent; WindowPtr pWin =

Re: [PATCH v3] dix: copy the valuators passed into GPE/GKVE/GProxE.

2010-08-15 Thread Peter Hutterer
On Fri, Aug 13, 2010 at 12:00:06AM -0700, Keith Packard wrote: On Fri, 13 Aug 2010 16:47:46 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: May be too late for 1.9 though it shouldn't have any affect. as long as we keep supporting multiple server versions in the drivers, no driver

Re: [PATCH] dix: reset pScreen-root to NULL when root window is deleted.

2010-08-15 Thread Dave Airlie
On Mon, Aug 16, 2010 at 1:54 PM, Keith Packard kei...@keithp.com wrote: On Mon, 16 Aug 2010 12:21:15 +1000, Dave Airlie airl...@gmail.com wrote: diff --git a/dix/window.c b/dix/window.c index 4a47dd5..33ef943 100644 --- a/dix/window.c +++ b/dix/window.c @@ -895,10 +895,15 @@

[PATCH v4] dix: copy the valuators passed into GPE/GKVE/GProxE.

2010-08-15 Thread Peter Hutterer
GPE and friends modify the valuators array passed in. Which means any driver using e.g. xf86PostButtonEventP(..., valuators) twice to emulate a button click will provide garbage data on the second run. This is currently affecting the wacom driver, xf86PostButtonEventP() with valuators is required