Re: [ANNOUNCE] xorg-server 1.10.2

2011-05-31 Thread Cyril Brulebois
Hi, Jeremy Huddleston jerem...@freedesktop.org (30/05/2011): My RC2 release notes indicated that I didn't expect to include any changes before the final release. If I had known that these were regressions, I surely would've pushed to get these changes into master. In order to avoid

Re: [PATCH] Revert composite: Don't backfill non-bg-None windows

2011-05-31 Thread TImo Aaltonen
On 29.03.2011 17:29, Alex Deucher wrote: On Tue, Mar 29, 2011 at 10:25 AM, Adam Jackson a...@redhat.com wrote: This reverts commit 6dd775f57d2f94f0ddaee324aeec33b9b66ed5bc. Bugzilla: https://bugs.freedesktop.org/34427 Signed-off-by: Adam Jackson a...@redhat.com Acked-by: Alex Deucher

Re: [PATCH] makekeys: Fix build/target word size mismatch when cross-compiling

2011-05-31 Thread Derek Buitenhuis
On 11-05-30 12:07 PM, walter harms wrote: (val 24) 0xff = hi val 0xff = lo (maybe a simple %08x would do the same) Ntl. the coding style (byte oriented) indicated that the Signature may be different on big/little endian machines. i really have no idea but i learned to take that (and

Re: [PATCH] makekeys: Fix build/target word size mismatch when cross-compiling

2011-05-31 Thread walter harms
Am 31.05.2011 17:24, schrieb Derek Buitenhuis: On 11-05-30 12:07 PM, walter harms wrote: (val 24) 0xff = hi val 0xff = lo (maybe a simple %08x would do the same) Ntl. the coding style (byte oriented) indicated that the Signature may be different on big/little endian machines.

[RFC] regular expression support in config files (try 2)

2011-05-31 Thread Oleh Nykyforchyn
Add extended regexes support to InputClass Match* statements (try 2) Any number of patterns can be written in one line either as MatchProduct foo|!bar something|re:^else$ you !regex:n..d or as MatchProduct foo !bar|something regex:~else$ you|!re:n..d etc. A regex ends at the end of

Re: [RFC] regular expression support in config files (try 2), help needed

2011-05-31 Thread Oleh Nykyforchyn
On Tue, 31 May 2011 16:06:02 +0300 Oleh Nykyforchyn oleh@gmail.com wrote: Add extended regexes support to InputClass Match* statements (try 2) Any number of patterns can be written in one line either as MatchProduct foo|!bar something|re:^else$ you !regex:n..d or as

Re: [PATCH] makekeys: Fix build/target word size mismatch when cross-compiling

2011-05-31 Thread Daniel Stone
On Mon, May 30, 2011 at 10:46:01AM -0400, Derek Buitenhuis wrote: On 11-05-30 10:42 AM, Daniel Stone wrote: Why not just typedef Signature to be uint32_t everywhere? I wasn't sure what sort of black magic the libX11 code itself uses with regards to this, so I figured a safer option would be

Re: [RFC] regular expression support in config files (try 2)

2011-05-31 Thread Oleh Nykyforchyn
Finally seems to work. Hence: --- Add extended regexes support to InputClass Match* statements (try 2) Any number of patterns can be written in one line either as MatchProduct foo|!bar something|re:^else$ you !regex:n..d or as MatchProduct foo

[PULL] Don't call pixman_disable_out_of_bounds_workaround()

2011-05-31 Thread Soeren Sandmann
The following changes since commit 8d84fd2566f8466b6152724df7eefc73780df093: Don't call pixman_disable_out_of_bounds_workaround() anymore (2011-05-25 12:14:05 -0400) are available in the git repository at: git://anongit.freedesktop.org/~sandmann/xserver for-keithp Soren

[PULL] Pointer barriers

2011-05-31 Thread Adam Jackson
The following changes since commit 4621bb270a36d35d4ab67f1d7fb47674683dfc5b: Add a property for device/product ID. (2011-05-26 15:27:10 +1000) are available in the git repository at: ssh://people.freedesktop.org/~ajax/xserver xserver-next Adam Jackson (1): fixes: Add support for

Dual PCI-E radeon R420 R700 KMS xorg 1.9.5 linux 2.6.37.6 - Mesa DRI bug.

2011-05-31 Thread wallak
Hi All, I was trying the last xorg packages available (Xorg 1.9.5) with my dual PCI-E express configuration (kernel 2.6.37.6). Everything work fine, with two X11 instances for each board, except the DRI (Mesa) operation on the secondary board. The secondary board log is OK, and shows that the

Re: Dual PCI-E radeon R420 R700 KMS xorg 1.9.5 linux 2.6.37.6 - Mesa DRI bug.

2011-05-31 Thread Alex Deucher
On Tue, May 31, 2011 at 7:19 PM, wal...@free.fr wrote: Hi All,   I was trying the last xorg packages available (Xorg 1.9.5) with my dual PCI-E express configuration (kernel 2.6.37.6). Everything work fine, with two X11 instances for each board, except the DRI (Mesa) operation on the

[PATCH] test: fix memset size for WindowRec (#37801)

2011-05-31 Thread Peter Hutterer
X.Org Bug 37801 http://bugs.freedesktop.org/show_bug.cgi?id=37801 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- test/xi2/protocol-common.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/xi2/protocol-common.c b/test/xi2/protocol-common.c index

Re: [PATCH] test: fix memset size for WindowRec (#37801)

2011-05-31 Thread Jeremy Huddleston
Reviewed-by: Jeremy Huddleston jerem...@apple.com On May 31, 2011, at 17:24, Peter Hutterer wrote: X.Org Bug 37801 http://bugs.freedesktop.org/show_bug.cgi?id=37801 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- test/xi2/protocol-common.c |2 +- 1 files changed, 1

XI 2.1 confine_to and raw event behaviour

2011-05-31 Thread Peter Hutterer
This is just a heads-up given that the merge window closes and this stuff isn't in yet. I really want to get the new confine_to and the new raw event behaviour out as XI 2.1 and into 1.11. Patches for raw event behaviour are out on the list, I just need reviews and then the glue to bump the

Re: [PATCH xrandr 1/3] po4a: handle translated xrandr(1) manpage #37612

2011-05-31 Thread Matt Dew
Very nice. As I haven't done anything with po4a I can't add much but I'm looking forward to seeing these patches pulled in. I hope other distros and languages follow suit. Do you use pootle? If so, is it useful, something worth looking into ... ? It seems useful, but again, I haven't done