XRender / XComposite Documentation

2018-10-30 Thread Patrick Herbst
Hello, I'm desperately trying to find documentation on these extensions. Can someone point me in the right direction? Am I missing something? Any pointers? Thanks! ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xo

Re: [RFC] Allow fd.o to join forces with X.Org

2018-10-30 Thread Wentland, Harry
On 2018-10-26 7:22 a.m., Daniel Vetter wrote: > On Fri, Oct 26, 2018 at 1:08 PM Daniel Stone wrote: >> >> Hi, >> >> On Fri, 26 Oct 2018 at 11:57, Daniel Vetter wrote: >>> On Fri, Oct 26, 2018 at 10:13:51AM +1000, Peter Hutterer wrote: On Wed, Oct 17, 2018 at 02:37:25PM +0200, Daniel Vetter w

Re: [RFC] Allow fd.o to join forces with X.Org

2018-10-30 Thread Daniel Vetter
On Mon, Oct 29, 2018 at 01:24:56PM +, Wentland, Harry wrote: > On 2018-10-26 7:22 a.m., Daniel Vetter wrote: > > On Fri, Oct 26, 2018 at 1:08 PM Daniel Stone wrote: > >> > >> Hi, > >> > >> On Fri, 26 Oct 2018 at 11:57, Daniel Vetter wrote: > >>> On Fri, Oct 26, 2018 at 10:13:51AM +1000, Peter

Re: XRender / XComposite Documentation

2018-10-30 Thread xorg
On Mon, Oct 29, 2018 at 04:04:08PM -0400, Patrick Herbst wrote: > Hello, > > I'm desperately trying to find documentation on these extensions. Can > someone point me in the right direction? Am I missing something? Any > pointers? > https://www.x.org/archive/X11R7.5/doc/libXrender/libXrender.t

Re: XRender / XComposite Documentation

2018-10-30 Thread Adam Jackson
On Tue, 2018-10-30 at 02:06 -0700, x...@pengaru.com wrote: > On Mon, Oct 29, 2018 at 04:04:08PM -0400, Patrick Herbst wrote: > > Hello, > > > > I'm desperately trying to find documentation on these extensions. Can > > someone point me in the right direction? Am I missing something? Any > > poin

Re: XRender / XComposite Documentation

2018-10-30 Thread Dennis Clarke
On 10/30/2018 10:35 AM, Adam Jackson wrote: On Tue, 2018-10-30 at 02:06 -0700, x...@pengaru.com wrote: On Mon, Oct 29, 2018 at 04:04:08PM -0400, Patrick Herbst wrote: Hello, I'm desperately trying to find documentation on these extensions. Can someone point me in the right direction? Am I mi

Re: XRender / XComposite Documentation

2018-10-30 Thread Alan Coopersmith
On 10/30/18 07:58 AM, Dennis Clarke wrote: On 10/30/2018 10:35 AM, Adam Jackson wrote: On Tue, 2018-10-30 at 02:06 -0700, x...@pengaru.com wrote: On Mon, Oct 29, 2018 at 04:04:08PM -0400, Patrick Herbst wrote: Hello, I'm desperately trying to find documentation on these extensions.  Can someo

Re: XRender / XComposite Documentation

2018-10-30 Thread Dennis Clarke
I don't think your average user will ever find that. Best to go to the actual release site : https://www.x.org/releases/X11R7.7/doc/libXrender/libXrender.txt But that's 6 years old now, since we stopped doing X11R7.* releases. Ajax's links are the most up-to-date for people today. I agree

Re: XRender / XComposite Documentation

2018-10-30 Thread Alan Coopersmith
On 10/30/18 08:34 AM, Dennis Clarke wrote: I don't think your average user will ever find that. Best to go to the actual release site : https://www.x.org/releases/X11R7.7/doc/libXrender/libXrender.txt But that's 6 years old now, since we stopped doing X11R7.* releases. Ajax's links are the m

Re: How exactly is the Xorg MIT-COOKIE being sent by the application to the server - does Xlib do that?

2018-10-30 Thread Veek M
You can setup Xorg to listen only on a UNIX DOMAIN socket: *Xorg -nolisten tcp -nolisten inet -nolisten inet6 -listen unix -nolisten local :0 -seat seat0 vt7 -novtswitch&* The Xorg process must receive a COOKIE on this /tmp/X11/X0 and @/tmp/X11/X0 device, that matches its cookie - it then creates

Re: How exactly is the Xorg MIT-COOKIE being sent by the application to the server - does Xlib do that?

2018-10-30 Thread Alan Coopersmith
On 10/30/18 08:30 PM, Veek M wrote: You can setup Xorg to listen only on a UNIX DOMAIN socket: *Xorg -nolisten tcp -nolisten inet -nolisten inet6 -listen unix -nolisten local :0 -seat seat0 vt7 -novtswitch&* The Xorg process must receive a COOKIE on this /tmp/X11/X0 and @/tmp/X11/X0 device, tha