Re: Why libpciaccess separated from X server ?

2011-04-26 Thread Kevin Master
OK, that is a shot. Acceptable. Best Regards Kevin From: Samuel Thibault samuel.thiba...@ens-lyon.org To: Kevin Master kevinli...@yahoo.com Cc: Alan Coopersmith alan.coopersm...@oracle.com; xorg@lists.freedesktop.org Sent: Sat, April 23, 2011 3:23:51 PM

keystrings wanted

2011-04-26 Thread frank dale
Hello Folks, I have downloaded several source code tarballs for the last release of x.org and still I cannot see what I'm looking for: xmodmap strings assigned to F1, F2, ..., Left, Right,..., Insert, Home... Where are they? Thanks and regards frank

Re: keystrings wanted

2011-04-26 Thread Alan Coopersmith
On 04/25/11 11:57 PM, frank dale wrote: Hello Folks, I have downloaded several source code tarballs for the last release of x.org and still I cannot see what I'm looking for: xmodmap strings assigned to F1, F2, ..., Left, Right,..., Insert, Home... Where are they? Are you looking for

ANN: xterm patch #270

2011-04-26 Thread Thomas Dickey
Patch #270 - 2011/04/26 * build-fix, e.g., for using imake on platforms which use the termcap library. * modify utf8 resource to accept a name. * mention default for fontWarnings in manpage (report by Werner Scheinast). * split

Re: keystrings wanted

2011-04-26 Thread Matthew W. S. Bell
On Mon, 2011-04-25 at 23:57 -0700, frank dale wrote: Hello Folks, I have downloaded several source code tarballs for the last release of x.org and still I cannot see what I'm looking for: xmodmap strings assigned to F1, F2, ..., Left, Right,..., Insert, Home... They're installed to

[PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-26 Thread Eric Anholt
--- src/dri2.xml | 75 +- 1 files changed, 74 insertions(+), 1 deletions(-) diff --git a/src/dri2.xml b/src/dri2.xml index dbd43f8..70c569d 100644 --- a/src/dri2.xml +++ b/src/dri2.xml @@ -1,7 +1,7 @@ ?xml version=1.0 encoding=utf-8?

[PATCH 1/2] Explicitly state padding in the BufferSwapComplete event struct.

2011-04-26 Thread Eric Anholt
--- dri2proto.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dri2proto.h b/dri2proto.h index 9708a4a..a01c908 100644 --- a/dri2proto.h +++ b/dri2proto.h @@ -290,6 +290,7 @@ typedef struct { CARD8 pad; CARD16 sequenceNumber B16; CARD16 event_type B16; +

[PATCH 2/2] Attempt to make the protocol spec text reflect reality.

2011-04-26 Thread Eric Anholt
This was done by comparing dri2proto.h to dri2proto.txt, with some confirmation from looking at what the server was doing. --- dri2proto.txt | 39 +-- 1 files changed, 9 insertions(+), 30 deletions(-) diff --git a/dri2proto.txt b/dri2proto.txt index

Functionality to capture X events

2011-04-26 Thread André Rodrigues
Hello all. I would like to know if it is possible to capture keys in X that reach the X by events (lirc events, to be more precisely) and without create another window. There is some functionality for this? Many thanks. André Rodrigues ___

Re: [Xcb] [PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-26 Thread Julien Cristau
On Tue, Apr 26, 2011 at 10:39:02 -0700, Eric Anholt wrote: --- src/dri2.xml | 75 +- 1 files changed, 74 insertions(+), 1 deletions(-) diff --git a/src/dri2.xml b/src/dri2.xml index dbd43f8..70c569d 100644 --- a/src/dri2.xml

Re: Functionality to capture X events

2011-04-26 Thread Marty Jack
On 04/26/2011 01:26 PM, André Rodrigues wrote: Hello all. I would like to know if it is possible to capture keys in X that reach the X by events (lirc events, to be more precisely) and without create another window. There is some functionality for this? Many thanks.

Re: xmodmap keystrings (2)

2011-04-26 Thread Alan Coopersmith
On 04/26/11 08:19 AM, frank wrote: Hello Alan, Thanks for replying. It seems I didn't make myself clear. Please go to a graphic terminal, press ^V then F1 or F2 or Home or Left or any of the functional keys. You are inserting the keystring associated with those keys. Home for instance

Re: xmodmap keystrings (2)

2011-04-26 Thread Marty Jack
On 04/26/2011 11:35 AM, Alan Coopersmith wrote: On 04/26/11 08:19 AM, frank wrote: Hello Alan, Thanks for replying. It seems I didn't make myself clear. Please go to a graphic terminal, press ^V then F1 or F2 or Home or Left or any of the functional keys. You are inserting the keystring

Re: [Xcb] [PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-26 Thread Eric Anholt
On Tue, 26 Apr 2011 20:12:12 +0200, Julien Cristau jcris...@debian.org wrote: On Tue, Apr 26, 2011 at 10:39:02 -0700, Eric Anholt wrote: --- src/dri2.xml | 75 +- 1 files changed, 74 insertions(+), 1 deletions(-) diff

Re: [Xcb] [PATCH] Update DRI2 requests and replies for version 1.3.

2011-04-26 Thread Julien Cristau
On Tue, Apr 26, 2011 at 13:06:33 -0700, Eric Anholt wrote: What's up with DRI2BufferSwapComplete? It's larger than 32 bytes. Cheers, Julien ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info:

Re: xmodmap keystrings (2)

2011-04-26 Thread Thomas Dickey
On Tue, 26 Apr 2011, Marty Jack wrote: On 04/26/2011 11:35 AM, Alan Coopersmith wrote: On 04/26/11 08:19 AM, frank wrote: Hello Alan, Thanks for replying. It seems I didn't make myself clear. Please go to a graphic terminal, press ^V then F1 or F2 or Home or Left or any of the functional

Re: xmodmap keystrings (2)

2011-04-26 Thread Thomas Dickey
On Tue, 26 Apr 2011, Thomas Dickey wrote: On Tue, 26 Apr 2011, Marty Jack wrote: On 04/26/2011 11:35 AM, Alan Coopersmith wrote: On 04/26/11 08:19 AM, frank wrote: Hello Alan, Thanks for replying. It seems I didn't make myself clear. Please go to a graphic terminal, press ^V then F1 or

[ANNOUNCE] xcb-util 0.3.8

2011-04-26 Thread Arnaud Fontaine
xcb-util 0.3.8 is now available. git tag 0.3.8 * Changelog Alan Coopersmith (2): Fix typos in various header comments Rename XCB_EVENT_ERROR_SUCESS to XCB_EVENT_ERROR_SUCCESS Arnaud Fontaine (8): Add AM_MAINTAINER_MODE for vendors Split up atom, aux event into their own

[ANNOUNCE] xcb-util-renderutil 0.3.8

2011-04-26 Thread Arnaud Fontaine
xcb-util-renderutil 0.3.8 is now available. git tag 0.3.8 * Changelog Arnaud Fontaine (5): Add AM_MAINTAINER_MODE for vendors Split up renderutil into its own repository Bump version to 0.3.8 Fix package name Release 0.3.8 Dirk Wallenstein (1): Use an

[ANNOUNCE] xcb-util-wm 0.3.8

2011-04-26 Thread Arnaud Fontaine
xcb-util-wm 0.3.8 is now available. git tag 0.3.8 * Changelog Alan Coopersmith (3): Make xcb_icccm.h use the same type as icccm.c for gravity parameter Fix typos in various header comments Close leak in xcb_get_text_property_reply when reply-type == XCB_NONE Arnaud Fontaine

[ANNOUNCE] xcb-util-keysyms 0.3.8

2011-04-26 Thread Arnaud Fontaine
xcb-util-keysyms 0.3.8 is now available. git tag 0.3.8 * Changelog Arnaud Fontaine (6): Add AM_MAINTAINER_MODE for vendors Split up keysyms into its own repository Check whether realloc doesn't fail (reported by cppcheck) Bump version to 0.3.8 Fix package name