RE: [PATCH video-xgi] Add Support-ARM, EXA acceleration, EDID, Custom Modes, Bugs fixed, ...

2010-02-05 Thread Jong Lin
Hi Gaetan, Do I need to send the correct patch again to xorg-de...@lists.x.org? Could you please help to check the attachment sent by xorg-devel? Do I need to break it down to small ones and resend again? From: xorg-devel-boun...@lists.x.org

Re: xkb: Switch delay to a group

2010-02-05 Thread Daniel Stone
Hi, On Thu, Feb 04, 2010 at 10:18:23PM +0300, Ilya Murav'jov wrote: Daniel Stone пишет: That's the wonderful thing about xkbActions.c. The filter system has to be rewritten, too - it needs per-level granularity. Maybe there can be a more general approach towards canceling actions when

[PATCH libXext] Revert Don't smash the event_vec if num_events differs between lib and server.

2010-02-05 Thread Julien Cristau
That commit created a single ext_handlers[] array to check for non-overlapping extension events, but the event codes need to be per-display, so checking them globally is wrong. This reverts commit 83fdb27df4ddc2fb088ddf2ec65f0db6b7c57287. Signed-off-by: Julien Cristau jcris...@debian.org Cc:

RE: [PATCH video-xgi] Add Support-ARM, EXA acceleration,EDID,Custom Modes, Bugs fixed, ...

2010-02-05 Thread Gaetan Nadon
On Fri, 2010-02-05 at 18:21 +0800, Jong Lin wrote: Hi Gaetan, Do I need to send the correct patch again to xorg-de...@lists.x.org? Could you please help to check the attachment sent by xorg-devel? Do I need to break it down to small ones and resend again? There is a limit on the size

Re: [PATCH] xfree86: Use Ignore option in InputClass to skip devices

2010-02-05 Thread Dan Nicholson
On Thu, Feb 4, 2010 at 7:58 PM, Peter Hutterer peter.hutte...@who-t.net wrote: From: Dan Nicholson dbn.li...@gmail.com Sometimes it is desirable to skip adding specific input devices to the server. The Ignore option is used similarly to Monitor sections so that matched devices will not be

Re: How to start any window manager in newly configured X server(having MPX support)

2010-02-05 Thread Dan Nicholson
Can you send these questions to x...@lists.x.org next time? xorg-devel is supposed to be for development of the software. On Thu, Feb 4, 2010 at 10:54 PM, Amey amey1...@gmail.com wrote: Hello all,     First of all thanks all , I finally succeeded in configuring X server with all

[PATCH app-xfs] doc: use new macros to control doc generation

2010-02-05 Thread Gaetan Nadon
Namely XORG_WITH_FOP for the fop backend (pdf) and XORG_ENABLE_DEVEL_DOCS for the generation of all docs Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Makefile.am |8 configure.ac | 22 -- 2 files changed, 8 insertions(+), 22 deletions(-) diff --git

[PATCH libXfont] doc: use new macros to control doc generation

2010-02-05 Thread Gaetan Nadon
Namely XORG_WITH_FOP for the fop backend (pdf) and XORG_ENABLE_DEVEL_DOCS for the generation of all docs Signed-off-by: Gaetan Nadon mems...@videotron.ca --- Makefile.am | 11 +++ configure.ac | 13 - 2 files changed, 11 insertions(+), 13 deletions(-) diff --git

[PATCH libSM 1/2] doc: use new macros to control doc generation

2010-02-05 Thread Gaetan Nadon
Namely XORG_WITH_GROFF for the groff generation tool XORG_ENABLE_DOCS for the generation of all docs Signed-off-by: Gaetan Nadon mems...@videotron.ca --- configure.ac| 31 +-- doc/Makefile.am |6 -- 2 files changed, 9 insertions(+), 28 deletions(-) diff

[PATCH libSM 2/2] doc: install generated images in $docdir

2010-02-05 Thread Gaetan Nadon
The html installed doc is incomplete without the generated images. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- doc/Makefile.am | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index eea436b..ef42872 100644

[PATCH libX11] doc: use new macros to control doc generation

2010-02-05 Thread Gaetan Nadon
Namely XORG_WITH_GROFF for the groff generation tool XORG_WITH_PS2PDF for the conversion of PS docs to PDF XORG_ENABLE_SPECS for the generation of specs Signed-off-by: Gaetan Nadon mems...@videotron.ca --- configure.ac| 47 ++-

[PATCH libX11] specs: install html images in $docdir with html files

2010-02-05 Thread Gaetan Nadon
The images required by the html files have been omitted. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- specs/XIM/Makefile.am|2 -- specs/i18n/Makefile.am |4 +--- specs/libX11/Makefile.am |3 --- specs/troffrules.in | 27 +-- 4 files

Re: [PATCH libX11 3/4] man: Fix value of XkbAllComponentsMask in XkbGetKeyboard

2010-02-05 Thread Jeremy Huddleston
On Feb 5, 2010, at 01:57, Dirk Wallenstein wrote: I've done this for all of kbproto. Just a little procedural question. I have now patches that are related, but in different components. Should I put them into one thread of patches, optionally with a cover letter without component? That

[PATCH libXaw] doc: use new macros to control doc generation

2010-02-05 Thread Gaetan Nadon
Namely XORG_WITH_GROFF for the groff generation tool XORG_ENABLE_SPECS for the generation of functional specs Signed-off-by: Gaetan Nadon mems...@videotron.ca --- configure.ac | 29 + spec/Makefile.am | 27 +-- 2 files changed, 30

Re: [PATCH libSM 2/2] doc: install generated images in $docdir

2010-02-05 Thread Dan Nicholson
On Fri, Feb 5, 2010 at 9:23 AM, Gaetan Nadon mems...@videotron.ca wrote: The html installed doc is incomplete without the generated images. Signed-off-by: Gaetan Nadon mems...@videotron.ca ---  doc/Makefile.am |   21 +  1 files changed, 21 insertions(+), 0 deletions(-)

Re: [PATCH libX11] specs: install html images in $docdir with html files

2010-02-05 Thread Jeremy Huddleston
This review applies to all 6 that you sent this morning (pacific) for app-xfs, libXfont, libSM, and libX11 Reviewed-by: Jeremy Huddleston jerem...@apple.com On Feb 5, 2010, at 09:43, Gaetan Nadon wrote: The images required by the html files have been omitted. Signed-off-by: Gaetan Nadon

[PATCH libxtrans] doc: use new macros XORG_WITH_GROFF and PS2PDF

2010-02-05 Thread Gaetan Nadon
These control the usage of doc tools Also use XORG_ENABLE_DOCS to control generation of docs Signed-off-by: Gaetan Nadon mems...@videotron.ca --- .gitignore |8 +++- Makefile.am |7 +-- configure.ac | 25 ++--- 3 files changed, 18 insertions(+), 22

Re: [PATCH v2] xrandr: display gamma and brightness

2010-02-05 Thread Matthias Hopf
On Jan 18, 10 12:56:50 -0800, Yang Zhao wrote: These changes weren't part of the original patch, and seems to subtly change the semantics of setting the gamma correction curve. Included by accident? Otherwise, including what Matthias has already pointed out, Reviewed-By: Yang Zhao

[PATCH kbproto 1/5] Use the correct value for XkbAllAccessXEventsMask

2010-02-05 Thread Dirk Wallenstein
Signed-off-by: Dirk Wallenstein hals...@t-online.de --- XKB.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/XKB.h b/XKB.h index a915317..a3b3bc0 100644 --- a/XKB.h +++ b/XKB.h @@ -139,7 +139,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #define

[PATCH libX11 3/5] man: Add missing geometry component flag

2010-02-05 Thread Dirk Wallenstein
From: Dirk Wallenstein dirkwallenst...@t-online.de Signed-off-by: Dirk Wallenstein dirkwallenst...@t-online.de --- man/xkb/XkbFreeGeometry.man |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/man/xkb/XkbFreeGeometry.man b/man/xkb/XkbFreeGeometry.man index

[PATCH libX11 4/5] man: Correct the XkbAllAccessXEventsMask mask name

2010-02-05 Thread Dirk Wallenstein
From: Dirk Wallenstein dirkwallenst...@t-online.de This mask has probably been renamed but not been updated in the manuals. Signed-off-by: Dirk Wallenstein dirkwallenst...@t-online.de --- man/xkb/XkbGetBounceKeysDelay.man |2 +- man/xkb/XkbGetSlowKeysDelay.man |2 +-

[PATCH 0/5] Change the mask specification theme and a few corrections

2010-02-05 Thread Dirk Wallenstein
Move all of kbproto and the corresponding manuals in libX11 to the (next-1) mask specification theme. This makes editing the flags less error-prone and it did already let me find some errors. This also fixes those errors I found on the way. To print the shift level and hex-value correspondence in

[PATCH libX11 5/5] man: Sync mask specification with source code

2010-02-05 Thread Dirk Wallenstein
From: Dirk Wallenstein dirkwallenst...@t-online.de Use the (next - 1) specification scheme like in the source code Signed-off-by: Dirk Wallenstein dirkwallenst...@t-online.de --- One of the hunks relies on this patch from Tue, 2 Feb 2010 21:24:28 +0100. [PATCH libX11 3/4] man: Fix value of

[PULL] Assorted Cygwin/X related patches

2010-02-05 Thread Jon TURNEY
Hi Keith, Please consider pulling these into master. Thanks. The following changes since commit db687f718f760ba254ab51994769db101dc9ca3a: Peter Hutterer (1): xkb: sed True - TRUE and False - FALSE are available in the git repository at:

Re: [PATCH libSM 2/2] doc: install generated images in $docdir

2010-02-05 Thread Gaetan Nadon
On Fri, 2010-02-05 at 10:12 -0800, Dan Nicholson wrote: On Fri, Feb 5, 2010 at 9:23 AM, Gaetan Nadon mems...@videotron.ca wrote: The html installed doc is incomplete without the generated images. Signed-off-by: Gaetan Nadon mems...@videotron.ca --- doc/Makefile.am | 21