[Radiance-general] [Radiance general] MacosX and X11

pillo [email protected]
Mon, 8 Dec 2003 20:53:57 +0000


if someone is interested in using x11 as graphical output for the built 
in panther terminal this is what is required:


1) launch x11, launch terminal (keep X11  always open when the terminal 
is open, otherwise it doesn't work!)

2) edit your .bash_profile as follows, just add these lines:

if [ -z "${DISPLAY}" ];then echo -n
export DISPLAY=':0'
fi


3) now open a new terminal window and try  ximage,   
/usr/x11r6/bin/glxgears or others....
should be ok.

cheers,
giulio

I have already posted this stuff, but I forgot to give the most 
important information.....
the point one: open X11 before using it!   ... sorry about that...