Re: Default local auth policy

2009-03-16 Thread Adam Jackson
On Sat, 2009-03-14 at 13:50 -0400, James Cloos wrote: Adam == Adam Jackson a...@nwnk.net writes: Adam Currently, if you start X without -ac and without -auth, Adam the default connection policy is to allow connections from Adam localhost. ... Adam I'd like to see a mode where the default

Re: How to distinguish Window and Pixmap ID

2009-03-16 Thread Adam Jackson
On Mon, 2009-03-16 at 10:57 +0800, Ren, Zhaohan wrote: Hi all Windows and pixmaps together are known as drawables. Now I get a drawable ID(Created by XCreateWindow or XCreatePixmap) , I want to know how to distinguish them, that is to say how to distinguish if a drawable ID is a pixmap ID or

Re: Default local auth policy

2009-03-16 Thread James Cloos
Adam == Adam Jackson a...@nwnk.net writes: While I disagree that storing cookies in $HOME ‘sucks for NFS’, Adam I should have clarified. It sucks because NFS is unencrypted and Adam storing your auth cookies there means the whole wire gets to read them. Adam If you trust everyone on your

Re: Default local auth policy

2009-03-16 Thread Eric Anholt
On Fri, 2009-03-13 at 13:46 -0400, Adam Jackson wrote: Currently, if you start X without -ac and without -auth, the default connection policy is to allow connections from localhost. In particular, this means on every IPv[46] address, and any local transports including unix sockets. I'd

RE: How to distinguish Window and Pixmap ID

2009-03-16 Thread Ren, Zhaohan
I'm doing some video post-processing work, if the Drawable created by application interface is a window I will use hardware overlay, if it is a pixmap I will use textured video. Now I see, thank you for your help. -Original Message- From: Adam Jackson [mailto:a...@nwnk.net] Sent:

Re: [PATCH] build.sh: add -f flag to append list of modules to a file.

2009-03-16 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Hutterer wrote: Append the module being built (e.g. lib/libX11) to the file specified with -f. If the build fails, resuming the build is as easy as build.sh -r `tail -n 1 filename` ... Signed-off-by: Peter Hutterer peter.hutte...@who-t.net