Re: [PATCH xrandr] xrandr: dump configuration in parsable format

2010-10-23 Thread Stefan Tomanek
Dies schrieb Jesse Adkins (jesserayadk...@gmail.com): @@ -2989,7 +3007,7 @@ main (int argc, char **argv)            if (crtc crtc-panning_info crtc-panning_info-width 0)            {                XRRPanning *pan = crtc-panning_info; -               printf ( panning %dx%d+%d+%d, +

Re: [Pixman] Gradients patches

2010-10-23 Thread Andrea Canciani
On Tue, Oct 12, 2010 at 1:09 PM, Soeren Sandmann sandm...@daimi.au.dk wrote: ... It would be useful for someone to update the Render spec to say that the radials are PDF Type 3 Shadings, defined in section 8.7.4.5.4 of the PDF specification, and delete the stuff about the circles being

Single stop gradients

2010-10-23 Thread Andrea Canciani
cairo-xcb is currently hitting an error when it tries to draw gradients with a single stop. The RENDER specification doesn't say anything about conditions on the number of gradients stops, in particular it does not say that gradients with no stop at all or with just one stops will cause an error,

Re: [PATCH libXi] Force class alignment to a multiple of sizeof(XID).

2010-10-23 Thread Julien Cristau
On Mon, Oct 18, 2010 at 10:51:09 +1000, Peter Hutterer wrote: Calculate length field to a multiples of sizeof(XID). XIDs are typedefs to ulong and thus may be 8 bytes on some platforms. This can trigger a SIGBUS if a class ends up not being 8-aligned (e.g. after XAxisInfo). Reported-by:

XDS2010 videos on youtube

2010-10-23 Thread Matt Dew
For those interested, I took videos of the presentations at XDS2010 with my little Canon camera. I've posted them to youtube. search for XDS2010 and you'll see the new low-def ones next to Michael's (from phoronix.com) high-def ones. For the lazy:

Re: Additive (not linear) compositing when using GLX

2010-10-23 Thread Rendaw
On 10/18/2010 06:48 PM, Carsten Haitzler (The Rasterman) wrote: On Mon, 18 Oct 2010 12:57:25 -0500 Rendawren...@zarbosoft.com said: I guess I sort of expected glx to handle that, since, should it not, I'd have to change all my calls to glBlendFunc/glColor, glClearColor, and yup. you need to

Re: XI2 relative motion events documentation

2010-10-23 Thread Rendaw
On 10/20/2010 07:26 PM, Daniel Stone wrote: Hi, Also, if you notice any glaring inconsistencies, please let us know so we can fix either the spec or the implementation. I don't think there was anything glaring, but this threw me off a bit... In XIDeviceEvent, the spec lists the variable

[PATCH,HURD] Fix use of deprecated iopl device

2010-10-23 Thread Samuel Thibault
This fixes Xserver on GNU/Hurd into using the mem device instead of the deprecated iopl device. Signed-off-by: Samuel Thibault samuel.thiba...@ens-lyon.org diff --git a/hw/xfree86/os-support/hurd/hurd_mmap.c b/hw/xfree86/os-support/hurd/hurd_mmap.c index ccef5f2..3f942aa 100644 ---

Re: [PATCH modular 2/2] Verify existence of command specified by --cmd.

2010-10-23 Thread Gaetan Nadon
On Fri, 2010-10-22 at 16:08 -0400, Trevor Woerner wrote: + which $cmd1 /dev/null 2 /dev/null I am not UNIX head, but it seems '$cmd1 /dev/null 21' would be a more popular way to write this. Reviewed-by: Gaetan Nadon mems...@videotron.ca signature.asc Description: This is a

Re: [PATCH modular 2/2] Verify existence of command specified by --cmd.

2010-10-23 Thread Trevor Woerner
On Sat, Oct 23, 2010 at 8:03 PM, Gaetan Nadon mems...@videotron.ca wrote: On Fri, 2010-10-22 at 16:08 -0400, Trevor Woerner wrote: +   which $cmd1 /dev/null 2 /dev/null I am not UNIX head, but it seems '$cmd1 /dev/null 21' would be a more popular way to write this. Ha ha! Yes, that's

Re: [PATCH libX11 3/3] docs: Disable fop documentation by default

2010-10-23 Thread Gaetan Nadon
On Fri, 2010-10-22 at 19:09 -0700, Dan Nicholson wrote: fop is used to generate the pdf and ps formats of the documentation. This can significantly slow down the build, especially when creating all the compose key charts. Since few people probably want the full set of doc formats, set the

Re: [PATCH macros 2/3] docs: Take optional argument to control defaults

2010-10-23 Thread Gaetan Nadon
On Fri, 2010-10-22 at 19:12 -0700, Dan Nicholson wrote: The typical default of enabling documentation if the correct tool is found is usually the right thing to do. However, some packages such as Xlib have huge amounts of documentation that few people would need in every output format. Allow

Re: [PATCH modular 2/2] Verify existence of command specified by --cmd.

2010-10-23 Thread Gaetan Nadon
On Sat, 2010-10-23 at 20:20 -0400, Trevor Woerner wrote: Ha ha! Yes, that's how my fingers would more naturally phrase such a thing. But I *believe* that is a bash-ism. I tried to be as generic as I possibly could by reviewing the automake/autoconf/m4 script gotchas someone referred us to a