Re: [PATCH] XDM: Fix missing linking dependency on -ldl.

2011-03-05 Thread Cyril Brulebois
Hi, Gaetan Nadon (19/02/2011): > Consider adding something like (needed by DSO linker) if this is > correct. AFAIUI, not exactly. Well, we previously had DSO (Dynamic Shared Object) linkers, but the behaviour was different. So that's just a change in DSO linking, it's not about introducing a “ne

[PATCH app-xinit 6/6] config: move startx target in its own directory

2011-03-05 Thread Gaetan Nadon
This makes it much simpler to determine what code goes with which target Signed-off-by: Gaetan Nadon --- .gitignore |1 - Makefile.am |8 +++- configure.ac|1 + startx/.gitignore |1 + startx/Makefile.

[PATCH app-xinit 5/6] config: move xinit target in its own directory

2011-03-05 Thread Gaetan Nadon
This makes it much simpler to determine what code goes with which target Signed-off-by: Gaetan Nadon --- .gitignore |1 - Makefile.am | 10 +- configure.ac |3 ++- xinit/.gitignore |1 + xinit/Makefile.am| 11

[PATCH app-xinit 4/6] config: regroup the code for each configuration option

2011-03-05 Thread Gaetan Nadon
No functional changes. Signed-off-by: Gaetan Nadon --- configure.ac | 96 -- 1 files changed, 46 insertions(+), 50 deletions(-) diff --git a/configure.ac b/configure.ac index 971e923..c2cdf55 100644 --- a/configure.ac +++ b/configure.ac

[PATCH app-xinit 3/6] config: remove one level of indirection for default values

2011-03-05 Thread Gaetan Nadon
The DEFAULT_* variables aren't used anywhere else. Signed-off-by: Gaetan Nadon --- configure.ac | 30 +- 1 files changed, 9 insertions(+), 21 deletions(-) diff --git a/configure.ac b/configure.ac index bc46e05..971e923 100644 --- a/configure.ac +++ b/configure.ac @

[PATCH app-xinit 2/6] config: remove already included AC_CANONICAL_HOST

2011-03-05 Thread Gaetan Nadon
Included in XORG_DEFAULTS_OPTIONS Signed-off-by: Gaetan Nadon --- configure.ac |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d493e98..bc46e05 100644 --- a/configure.ac +++ b/configure.ac @@ -36,9 +36,7 @@ m4_ifndef([XORG_MACROS_VERSIO

[PATCH app-xinit 1/6] config: build man pages with XORG_MANPAGE_SECTIONS

2011-03-05 Thread Gaetan Nadon
LAUNCHD is an Automake conditional which means that Automake will traverse the privileged_startx directory when running the dist target. http://www.gnu.org/software/automake/manual/automake.html Use sed for text substitution. Use SCOMAN Automake variable and groff .if for conditional text We can t

[PATCH:xinit] Fix minor typos in startx's comments.

2011-03-05 Thread Cyril Brulebois
Signed-off-by: Cyril Brulebois --- startx.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/startx.cpp b/startx.cpp index f055ad9..0f4cca5 100644 --- a/startx.cpp +++ b/startx.cpp @@ -5,8 +5,8 @@ XCOMM This is just a sample implementation of a slightly less primit

Re: [PATCH synaptics] Increase post-motion-event timeout from 13 to 50 ms.

2011-03-05 Thread Simon Thum
On 03/01/2011 03:12 AM, Peter Hutterer wrote: > On Tue, Mar 01, 2011 at 09:40:38AM +0800, Daniel Kurtz wrote: >> Honestly, the purpose of this timer baffles me a bit. AFAICT, it should >> never fire. > > note that this timer has been present for years now while large parts of the > driver evolved

[PATCH] When XDMCP -from is specified, only register the requested address

2011-03-05 Thread Jon TURNEY
When XDMCP -from is specified, only register the requested address, rather than the requested address, and any others we have of different address families to the requested address. e.g. if we have 4 interfaces with both IPv4 and IPv6 addresses (which are not IPv6 mapped IPV4 addresses), using -fr

[PATCH libXvMC 2/2] config: use Automake defaults when checking for library functions.

2011-03-05 Thread Gaetan Nadon
Which follows a uniform naming convention. Signed-off-by: Gaetan Nadon --- configure.ac |2 +- src/XvMC.c | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 1434023..5fb8113 100644 --- a/configure.ac +++ b/configure.ac @@ -

[PATCH libXvMC 1/2] config: move wrapper in its own directory

2011-03-05 Thread Gaetan Nadon
This prevents the use of per-target compiler flags. Makefiles are simpler. The -D flags for the wrapper are moved with pre-precessor flags. Fix whitespace issues. Signed-off-by: Gaetan Nadon --- Makefile.am|2 +- configure.ac |1 + src/Makefile.am

Re: [PATCH:libXt 2/2] Don't need to use target-specific CFLAGS for makestrs

2011-03-05 Thread Gaetan Nadon
On Fri, 2011-03-04 at 18:04 -0800, Alan Coopersmith wrote: > It's the only thing built in that directory, so we can use AM_CFLAGS > and drop the requirement for AM_PROG_CC_C_O in configure.ac > > Signed-off-by: Alan Coopersmith > --- > configure.ac |3 --- > util/Makefile.am |2 +- >

multitouch and synaptics clickpad questions

2011-03-05 Thread Daniel Kurtz
Back in October Chase Douglas [1] kicked off a flurry of patches and discussions on this mailing list about adding Clickpad support, and/or some form of multitouch gesture processing (what little is possible with Synaptics Advanced Gesture Mode) to the xf86-input-synaptics driver (and/or the kernel