running XPhoton

for those people who wants to run XPhoton, the following is
from cdm’s site. One thing I want to emphasize is you probably
want to put /opt/X11R6/lib BEFORE the normal search path.
setconf CS_LIBPATH /opt/X11R6/lib:getconf CS_LIBPATH
(Not getconf CS_LIBPATH:/opt/X11R6/lib)

This is definitely required if you want to run the Qt stuff.

Frank

=============================================
To get those X applications running (inside Photon) you need to do two things:

The first thing to do would be typing this line as root into your terminal:
o setconf CS_LIBPATH getconf CS_LIBPATH:/opt/X11R6/lib

You can add this line into /etc/rc.d/rc.local so it does it at boot up.

The second thing you need to do is start XPhoton by typing this line
in your terminal:
o on -t /dev/con1 /opt/X11R6/bin/XPhoton

Now you can run your X applications.