Re: [PATCH 3/7] sync: supply the counter from IdleTimeBlockHandler

2013-10-18 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: The main idletime counter has an initialized deviceid, might as well be supplying it properly. Seems like you're fixing an actual bug -- aren't all of the other device idle time counters going to be wrong without this change? Reviewed-by: Keith

Re: [PATCH 6/7] sync: always set the brackets (#59644)

2013-10-18 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: This patch changes the behavior, so that the brackets are always the nearest positive or negative transitions to the current counter value. In the example above, nt will trigger a wakeup and a re-calculation of the brackets, so that going past

Re: [PATCH 7/7] sync: split updating and triggering a counter up

2013-10-18 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Now that the brackets are always the nearest change points (regardless of transition) we need to update the counters whenever we check for any updates. Otherwise we end up with a situation where counter-value is out of date and an alarm doesn't

Re: [PATCH 3/7] sync: supply the counter from IdleTimeBlockHandler

2013-10-18 Thread Peter Hutterer
On Thu, Oct 17, 2013 at 11:09:09PM -0700, Keith Packard wrote: Peter Hutterer peter.hutte...@who-t.net writes: The main idletime counter has an initialized deviceid, might as well be supplying it properly. Seems like you're fixing an actual bug -- aren't all of the other device idle

Re: looking for active fd.o admins

2013-10-18 Thread Thomas Klausner
On Sat, Oct 05, 2013 at 01:56:58AM +0200, Thomas Klausner wrote: Alan Coopersmith offered me push access to xorg more than two months ago; I filed a bug report[1] according to procedure, which has been sitting there since August 1. Alan and I have been trying to contact admins he knows, but

[PATCH] dix: Set focus field on XI2 crossing events

2013-10-18 Thread Konrad Vrba
Thanks for taking a look at this. Unfortunately, this doesn't fix the problem completely. I'm not sure whether to post this to the gtk bug or here... so I'm posting here. The original issue was not only for sloppy focus window managers. This means that when using awesome with click-to-focus,

Re: looking for active fd.o admins

2013-10-18 Thread Gaetan Nadon
On 13-10-18 04:57 AM, Thomas Klausner wrote: On Sat, Oct 05, 2013 at 01:56:58AM +0200, Thomas Klausner wrote: Alan Coopersmith offered me push access to xorg more than two months ago; I filed a bug report[1] according to procedure, which has been sitting there since August 1. Alan and I have

Re: looking for active fd.o admins

2013-10-18 Thread Thomas Klausner
On Fri, Oct 18, 2013 at 08:28:48AM -0400, Gaetan Nadon wrote: On 13-10-18 04:57 AM, Thomas Klausner wrote: On Sat, Oct 05, 2013 at 01:56:58AM +0200, Thomas Klausner wrote: Alan Coopersmith offered me push access to xorg more than two months ago; I filed a bug report[1] according to

[PATCH modular 0/7] build.sh: tarball building bug fixes and enhancements

2013-10-18 Thread Gaetan Nadon
Fixing some loopholes in error handling. Adding tarball building support for libevdev new dependency and xz format Streamlining the tarball building use model. Currently the same tarball could end up in different location based on where it is located and not in a consistent way across modules.

[PATCH modular 2/7] build.sh: no longer require a trailing slash for module name

2013-10-18 Thread Gaetan Nadon
A few modules have a single level directory such as pixman, xserver, and so on. Currently the script requires specifying such modules in the module list file or with the -o option with a trailing slash. So one needs to learn and remember using pixman/ or xserver/. The patch will correct the

[PATCH modular 4/7] build.sh: recover SRCDIR when tar command fails

2013-10-18 Thread Gaetan Nadon
The SRCDIR is changed before running the tar command. If it fails, the calling function attempts to cd to the directory the tar command was not successful in creating. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- build.sh |2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh

[PATCH modular 3/7] build.sh: add support for the xz archive file format

2013-10-18 Thread Gaetan Nadon
There is one non-xorg project (libevdev) upon which xorg depends that is using this format. Most likely others will follow. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- build.sh | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/build.sh b/build.sh

[PATCH modular 1/7] build.sh: add tar building support for libevdev

2013-10-18 Thread Gaetan Nadon
Signed-off-by: Gaetan Nadon mems...@videotron.ca --- build.sh |3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 0bcb86b..02fcc71 100755 --- a/build.sh +++ b/build.sh @@ -192,6 +192,9 @@ checkfortars() { libxtrans) component=xtrans ;;

[PATCH modular 5/7] build.sh: complete error path when extracting from tars

2013-10-18 Thread Gaetan Nadon
The return code was not checked and the script aborts if the tar command fails rather processing the errors in the usual manner. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- build.sh | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/build.sh

[PATCH modular 6/7] build.sh: tarballs not found under their respective module directory

2013-10-18 Thread Gaetan Nadon
Currently, the module name is changed to add a subdir. For example xcb is changed to xcb/proto. The tarball cannot be found under xcb as expected. This is done for pixman, xcb and mesa only, not for app, driver, lib, or any other module which is inconsistent. Moving the tarball under xcb/proto

[PATCH modular 7/7] build.sh: extract tarballs in a consistent location

2013-10-18 Thread Gaetan Nadon
The tarballs are extracted in the same location where they are found. So libXi code will be extracted in the toplevel directory if this is where the tarball is found. Then lib/libX11 code will be extracted under lib subdir if, for example, the tarball is placed in the lib subdir. This patch

Re: [PULL: xserver master] misc. bug fixes cleanups, including CVE-2013-4396

2013-10-18 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: On 10/16/13 01:38 PM, Keith Packard wrote: Alan Coopersmith alan.coopersm...@oracle.com writes: Alan Coopersmith (4): Skip damage calls if DamageCreate fails in exa functions Seems like this is going to break stuff badly

[PATCH 1/2] Unbreak dual head (xinerama)

2013-10-18 Thread Tormod Volden
From: Andy MacLean andy-...@themacleans.org.uk This patch has been used in Debian, Ubuntu and Gentoo for years. https://bugs.freedesktop.org/show_bug.cgi?id=18472 https://launchpad.net/bugs/292214 https://bugs.gentoo.org/show_bug.cgi?id=265100 Signed-off-by: Andy MacLean

[PATCH 2/2] Fix dual head crash without XAA

2013-10-18 Thread Tormod Volden
From: Tormod Volden debian.tor...@gmail.com https://launchpad.net/bugs/1180986 Signed-off-by: Tormod Volden debian.tor...@gmail.com Reviewed-by: Robert Jacobs robert.n.jac...@gmail.com Tested-by: Robert Jacobs robert.n.jac...@gmail.com --- src/mga_driver.c |2 ++ 1 file changed, 2

Re: any xserver stable branch nominations?

2013-10-18 Thread Tormod Volden
On Fri, Oct 18, 2013 at 1:29 AM, Matt Dew wrote: Today was the nominal 1.14.4-rc2 release. I've gotten no nominations, pull or cherry-pick requests since 1.14.3 was released. Can I assume 1.14.3 has been good to folks or that people are anxiously awaiting the chocolaty goodness of 1.15? Or

Re: [PATCH:xf86-input-mouse 1/4] Enable MSE_MISC on NetBSD as well.

2013-10-18 Thread Thomas Klausner
Any comments on these four patches? Thanks, Thomas On Mon, Aug 19, 2013 at 11:14:30AM +0200, Thomas Klausner wrote: Otherwise we can't find WSMouse. From Matthew R. Green m...@netbsd.org Signed-off-by: Thomas Klausner w...@netbsd.org --- src/bsd_mouse.c | 4 +--- 1 file changed, 1

Re: [PULL: xserver master] misc. bug fixes cleanups, including CVE-2013-4396

2013-10-18 Thread Keith Packard
Alan Coopersmith alan.coopersm...@oracle.com writes: Alan Coopersmith (4): Skip damage calls if DamageCreate fails in exa functions DMX glxproxy: Don't allocate copy data just to free it unused Update GLX dependencies now that DRI DRI2 are builtins, not modules

Re: [PULL updated] xsync timer fixes

2013-10-18 Thread Keith Packard
Peter Hutterer peter.hutte...@who-t.net writes: Peter Hutterer (8): sync: compress two if statements sync: always call BracketValues when recalculating upper/lower brackets sync: supply the counter from IdleTimeBlockHandler dix: provide accessor methods for the last

Re: any xserver stable branch nominations?

2013-10-18 Thread Alan Coopersmith
On 10/17/13 04:34 PM, Alan Coopersmith wrote: On 10/17/13 04:29 PM, Matt Dew wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, Today was the nominal 1.14.4-rc2 release. I've gotten no nominations, pull or cherry-pick requests since 1.14.3 was released. 1.14.4 should include the

Updates to the Present and DRI3 extension specifications

2013-10-18 Thread Keith Packard
First off, I want to thank people for their review and comments about these two extensions, in particular those attending XDC who helped clarify several important points. These updates include a proposal for the Present Redirection additions; I'd love to get some comments here, especially from

Why multi-touch fail to work for multi-display?

2013-10-18 Thread Leslie Zhai
Hi Xorg developers, I use Projected Capacitive touch screen device http://en.wikipedia.org/wiki/Touchscreen#Projected_capacitance It can be pasted on the normal monitor, then it is able to touch, the cursor will move to the position where touched. It experienced like iphone and other single touch