[osg-users] ssh and osgdem

2008-07-10 Thread J.P. Delport
Hi, I've set up a cluster to test out vpb. I've created a machine pool file and I can now see that the master node executes e.g.: ssh node01 osgdem --run-path /home/jpd/terrain -s build_master.source --record-subtile-on-leaf-tiles -l 1 --task tasks/build_root_L0_X0_Y0.task --log

Re: [osg-users] ssh and osgdem

2008-07-10 Thread Robert Osfield
Hi JP, osgdem requires a graphics context to enable it to do OpenGL texture compression. Do your slaves have a OpenGL support? Robert. On Thu, Jul 10, 2008 at 12:53 PM, J.P. Delport [EMAIL PROTECTED] wrote: Hi, I've set up a cluster to test out vpb. I've created a machine pool file and I

Re: [osg-users] ssh and osgdem

2008-07-10 Thread J.P. Delport
Ahh, the light went on. I was not logged into gdm on the slaves. Once logged in, the :0.0 $DISPLAY variable started making sense. I never knew the $DISPLAY was so powerful. I always took X11 forwarding with ssh for granted. For those who know this, excuse the excitement :) For those on