Re: [PATCH 3/3] xfree86: Fix the sdk headers to be multilib-safe

2011-01-07 Thread Aaron Plattner
On Fri, Jan 07, 2011 at 09:49:44AM -0800, Daniel Stone wrote: > On Fri, Jan 07, 2011 at 09:41:19AM -0800, Alan Coopersmith wrote: > > On 01/ 7/11 03:10 AM, Daniel Stone wrote: > > > On Fri, Jan 07, 2011 at 12:51:17AM +0100, Mark Kettenis wrote: > > >>> diff --git a/include/colormapst.h b/include/co

[PATCH xinput xi2.1] Ensure that the parent always accepts or rejects a touch

2011-01-07 Thread Chase Douglas
If a touch ends before the 5 motion events have occurred, the parent window must also accept or reject the touch. Otherwise, the touch will be left dangling. I also added a printout stating whether the client accepted or rejected the touch. Signed-off-by: Chase Douglas --- src/test_xi2.c |9

Re: [PATCH 3/3] xfree86: Fix the sdk headers to be multilib-safe

2011-01-07 Thread Adam Jackson
On Fri, 2011-01-07 at 00:51 +0100, Mark Kettenis wrote: > > --- a/include/colormapst.h > > +++ b/include/colormapst.h > > @@ -103,12 +103,12 @@ typedef struct _ColormapRec > > { > > VisualPtr pVisual; > > short class; /* PseudoColor or DirectColor */ > > -#if defined(_XSE

Re: [PATCH 3/3] xfree86: Fix the sdk headers to be multilib-safe

2011-01-07 Thread Daniel Stone
On Fri, Jan 07, 2011 at 09:41:19AM -0800, Alan Coopersmith wrote: > On 01/ 7/11 03:10 AM, Daniel Stone wrote: > > On Fri, Jan 07, 2011 at 12:51:17AM +0100, Mark Kettenis wrote: > >>> diff --git a/include/colormapst.h b/include/colormapst.h > >>> index 0ba5bd0..b597e2c 100644 > >>> --- a/include/col

Re: [PATCH 3/3] xfree86: Fix the sdk headers to be multilib-safe

2011-01-07 Thread Alan Coopersmith
On 01/ 7/11 03:10 AM, Daniel Stone wrote: > On Fri, Jan 07, 2011 at 12:51:17AM +0100, Mark Kettenis wrote: >>> diff --git a/include/colormapst.h b/include/colormapst.h >>> index 0ba5bd0..b597e2c 100644 >>> --- a/include/colormapst.h >>> +++ b/include/colormapst.h >>> @@ -103,12 +103,12 @@ typedef s

Re: [PATCH xserver 16/17] Input: Add initial multitouch support from Xi 2.1

2011-01-07 Thread Chase Douglas
On 01/07/2011 10:57 AM, Daniel Stone wrote: > On Thu, Jan 06, 2011 at 02:30:07PM -0500, Chase Douglas wrote: >> 1. The protocol document implies that the server generates pointer >> events from touch events. I didn't see any of that here (or maybe I >> misread the protocol?) > > I haven't implemen

Re: [PATCH xserver 16/17] Input: Add initial multitouch support from Xi 2.1

2011-01-07 Thread Daniel Stone
Hi, On Fri, Jan 07, 2011 at 08:51:31AM +1000, Peter Hutterer wrote: > On Thu, Jan 06, 2011 at 05:57:45PM +, Daniel Stone wrote: > > > > +static Bool > > > > +EnsureTouchSprite(DeviceIntPtr sourcedev, TouchPointInfoPtr ti, > > > > DeviceEvent *ev) > > > > +{ > > > > +TouchClassPtr t = sour

Re: [PATCH inputproto] Add touch classes and events, bump to 2.1

2011-01-07 Thread Daniel Stone
Hi, On Thu, Jan 06, 2011 at 11:43:22AM -0500, Chase Douglas wrote: > On 12/28/2010 12:58 PM, Daniel Stone wrote: > > +XI 2.1 requires devices to track touch points over time. Devices that > > cannot > > +do so in hardware must employ software trackers to be useable with XI 2.1. > > s/useable/usa

Re: [PATCH xserver 16/17] Input: Add initial multitouch support from Xi 2.1

2011-01-07 Thread Daniel Stone
Hi, On Thu, Jan 06, 2011 at 02:30:07PM -0500, Chase Douglas wrote: > Everything looks pretty good! I made a few comments, none of which are > major. Cool. :) > Two things: > > 1. The protocol document implies that the server generates pointer > events from touch events. I didn't see any of that

Re: [PATCH xserver 17/17] Test: Input: Add touch tests

2011-01-07 Thread Daniel Stone
Hi, On Thu, Jan 06, 2011 at 10:29:12AM +1000, Peter Hutterer wrote: > On Tue, Dec 28, 2010 at 05:58:08PM +, Daniel Stone wrote: > > @@ -674,6 +705,20 @@ static void dix_grab_matching(void) > > g_assert(rc == TRUE); > > rc = GrabMatchesSecond(&b, &a, FALSE); > > g_assert(rc == TR

Re: [PATCH 2/3] xfree86: If the driver found modes on an output, don't add more

2011-01-07 Thread Daniel Stone
On Thu, Jan 06, 2011 at 05:29:00PM -0500, Adam Jackson wrote: > Inferring modes from sync ranges is only valid if the monitor says it's > valid. If the monitor says it's valid, then we'll have already added > those modes during EDID block parse. If it doesn't, then we should > believe it. > > If

Re: [PATCH 3/3] xfree86: Fix the sdk headers to be multilib-safe

2011-01-07 Thread Daniel Stone
On Fri, Jan 07, 2011 at 12:51:17AM +0100, Mark Kettenis wrote: > > diff --git a/include/colormapst.h b/include/colormapst.h > > index 0ba5bd0..b597e2c 100644 > > --- a/include/colormapst.h > > +++ b/include/colormapst.h > > @@ -103,12 +103,12 @@ typedef struct _ColormapRec > > { > > VisualPtr

Re: [PATCH] Xi: reset remainders when warping the device.

2011-01-07 Thread Daniel Stone
On Fri, Jan 07, 2011 at 09:53:35AM +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer Reviewed-by: Daniel Stone signature.asc Description: Digital signature ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives

Re: [PATCH] xfree86: Use last Screen section found to prefer xorg.conf (#32430)

2011-01-07 Thread Julien Cristau
On Fri, Jan 7, 2011 at 07:06:20 -0800, Dan Nicholson wrote: > Allowing multiple .conf files with xorg.conf.d works well for > InputClass where any section in xorg.conf would override settings from > previous .conf files typically installed by the distro. This does not > work well with Screen sect

Re: TouchScreen Ads7846 can not be calibrated!

2011-01-07 Thread Leo
Hi all experts: If XFixesShowCursor() does not work, Can you tell me what should I consider or missing some configuration? 2011/1/6 Leo > Hi all: > I use the Kernel 2.6.35.3 and run X. TouchScreen can be added into > device list. > cat /var/log/Xorg.log, we can find the Ads7846's loadin

Re: [PATCH] xfree86: Use last Screen section found to prefer xorg.conf (#32430)

2011-01-07 Thread Michel Dänzer
On Fre, 2011-01-07 at 07:06 -0800, Dan Nicholson wrote: > Allowing multiple .conf files with xorg.conf.d works well for > InputClass where any section in xorg.conf would override settings from > previous .conf files typically installed by the distro. This does not > work well with Screen sections

Re: [PATCH modular 3/3] build.sh: rebuild a failing target with Automake silent rules disabled

2011-01-07 Thread Trevor Woerner
Seems to work fine for me for the simple test I tried. Tested-by: Trevor Woerner ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] Include ShmGetImage tests for x11perf

2011-01-07 Thread Chris Wilson
On Thu, 06 Jan 2011 11:18:15 -0500, Adam Jackson wrote: > Still, worth adding. With the MidCopyPix thing fixed: > > Reviewed-by: Adam Jackson Thanks, committed with the bug fix. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ xorg-d

[PATCH] xfree86: Use last Screen section found to prefer xorg.conf (#32430)

2011-01-07 Thread Dan Nicholson
Allowing multiple .conf files with xorg.conf.d works well for InputClass where any section in xorg.conf would override settings from previous .conf files typically installed by the distro. This does not work well with Screen sections where the first section found has been used when there is no Layo

Re: [PATCH modular 1/2] build.sh: use meaningful names for parameter variables

2011-01-07 Thread Trevor Woerner
I don't know if this should be part of the same patch or a new patch, but maybe (along the same lines) the variable names used in the "checkfortars()" function should use the same "module" and "component" pattern as all the other functions, instead of "M" and "C"? __

[PATCH xserver] Xephyr: build Xephyr man pages using XORG_MANPAGE_SECTIONS

2011-01-07 Thread Gaetan Nadon
Nothing requires the use of a C preprocessor Using standard file exentions (.man) means no need for .gitignore Use standard directory and makefile Fix trailing whitespaces Signed-off-by: Gaetan Nadon --- configure.ac |1 + hw/kdrive/ephyr/.gitignore

[PATCH xserver] Xvfb: build Xvfb man pages using XORG_MANPAGE_SECTIONS

2011-01-07 Thread Gaetan Nadon
Nothing requires the use of a C preprocessor Using standard file exentions (.man) means no need for .gitignore Use standard directory and makefile Fix trailing whitespaces Signed-off-by: Gaetan Nadon --- configure.ac |1 + hw/vfb/.gitignore |2

[PATCH v2 modular 1/1] build.sh: use meaningful names for parameter variables

2011-01-07 Thread Gaetan Nadon
This makes it easier to review code diff. Reported-by: Peter Hutterer Signed-off-by: Gaetan Nadon --- build.sh | 194 + 1 files changed, 105 insertions(+), 89 deletions(-) diff --git a/build.sh b/build.sh index 51fe800..a731480 1007

Re: [PULL 1.9] xfree86(ish) updates

2011-01-07 Thread Jeremy Huddleston
a3c7b86..3d12e6d server-1.9-branch -> server-1.9-branch On Jan 6, 2011, at 14:50, Adam Jackson wrote: > Not entirely xf86 ddx, but all things that hardware server users can > hit. > > --- > > The following changes since commit a3c7b86472aed80cf16edcfe2b77a92d4f3d196f: > > EXA: Pad size of

Re: [PATCH] Xi: reset remainders when warping the device.

2011-01-07 Thread Chase Douglas
On 01/06/2011 06:53 PM, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer Reviewed-by: Chase Douglas ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel