Re: [osg-users] Remote execution and OSG

2009-05-26 Thread paul1492
...@yahoo.com paul1...@yahoo.com To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Friday, May 22, 2009 8:03:36 AM Subject: Re: [osg-users] Remote execution and OSG Let me also add that I see the same problem (program seg faults when running on a LINUX machine and shooting the display

Re: [osg-users] Remote execution and OSG

2009-05-22 Thread Jason Daly
paul1...@yahoo.com wrote: Am I setting up my graphics context incorrectly? I'm not using the AdapterWidget from the example. I'm also having trouble getting GraphicsWindowEmbedded to work... Does eXceed even support GLX? (I haven't used it in years, so this is an honest question) Can

Re: [osg-users] Remote execution and OSG

2009-05-22 Thread Don Leich
Paul, I recently submitted some example code based on osgviewerQT that I think will solve your problem of setting the traits correctly in order to run to a remote display. It also addresses a number of issues having to do with Qt/OSG integration, including some unresolved issues. I hope a Qt

Re: [osg-users] Remote execution and OSG

2009-05-21 Thread paul1492
, Paul P.   - Original Message From: Robert Osfield robert.osfi...@gmail.com To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Friday, May 15, 2009 4:24:08 AM Subject: Re: [osg-users] Remote execution and OSG HI Paul, J.P, et. al, On Fri, May 15, 2009 at 8:56 AM, J.P

Re: [osg-users] Remote execution and OSG

2009-05-15 Thread Pierre Bourdin (gmail)
From: Simon Hammett s.d.hamm...@googlemail.com To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Thursday, May 14, 2009 2:58:09 PM Subject: Re: [osg-users] Remote execution and OSG Don't you have to grant access on your machine to remote connections? IIRC, try 'xhost

Re: [osg-users] Remote execution and OSG

2009-05-15 Thread J.P. Delport
Sent: Thursday, May 14, 2009 1:35:45 PM Subject: Re: [osg-users] Remote execution and OSG paul1...@yahoo.com wrote on Thursday, May 14, 2009 12:28 PM: I need to be able to run my OSG program remotely (from a different machine that where the display location). I'm using ssh to login to the remote

Re: [osg-users] Remote execution and OSG

2009-05-15 Thread Robert Osfield
HI Paul, J.P, et. al, On Fri, May 15, 2009 at 8:56 AM, J.P. Delport jpdelp...@csir.co.za wrote: Not sure, but it looks like some code ignores the $DISPLAY setting and just tries to open :0.0. I can confirm that I get the same behaviour between two Debian machines: osgviewer cow.osg runs at a

[osg-users] Remote execution and OSG

2009-05-14 Thread paul1492
I need to be able to run my OSG program remotely (from a different machine that where the display location). I'm using ssh to login to the remote location and have my setenv DISPLAY set back to my original computer (I've set xhost + on the server machine). When I do this, on SOME OSG

Re: [osg-users] Remote execution and OSG

2009-05-14 Thread Thrall, Bryan
paul1...@yahoo.com wrote on Thursday, May 14, 2009 12:28 PM: I need to be able to run my OSG program remotely (from a different machine that where the display location). I'm using ssh to login to the remote location and have my setenv DISPLAY set back to my original computer (I've set xhost +

Re: [osg-users] Remote execution and OSG

2009-05-14 Thread paul1492
bryan.thr...@flightsafety.com To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Thursday, May 14, 2009 1:35:45 PM Subject: Re: [osg-users] Remote execution and OSG paul1...@yahoo.com wrote on Thursday, May 14, 2009 12:28 PM: I need to be able to run my OSG program remotely (from

Re: [osg-users] Remote execution and OSG

2009-05-14 Thread Thrall, Bryan
@lists.openscenegraph.org Sent: Thursday, May 14, 2009 1:35:45 PM Subject: Re: [osg-users] Remote execution and OSG paul1...@yahoo.com wrote on Thursday, May 14, 2009 12:28 PM: I need to be able to run my OSG program remotely (from a different machine that where the display location). I'm using ssh

Re: [osg-users] Remote execution and OSG

2009-05-14 Thread Simon Hammett
14, 2009 1:35:45 PM Subject: Re: [osg-users] Remote execution and OSG paul1...@yahoo.com wrote on Thursday, May 14, 2009 12:28 PM: I need to be able to run my OSG program remotely (from a different machine that where the display location). I'm using ssh to login to the remote location

Re: [osg-users] Remote execution and OSG

2009-05-14 Thread paul1492
with the GraphicsContext? Paul P. - Original Message From: Simon Hammett s.d.hamm...@googlemail.com To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Thursday, May 14, 2009 2:58:09 PM Subject: Re: [osg-users] Remote execution and OSG Don't you have to grant access on your machine to remote

Re: [osg-users] Remote execution and OSG

2009-05-14 Thread Simon Hammett
...@googlemail.com To: OpenSceneGraph Users osg-users@lists.openscenegraph.org Sent: Thursday, May 14, 2009 2:58:09 PM Subject: Re: [osg-users] Remote execution and OSG Don't you have to grant access on your machine to remote connections? IIRC, try 'xhost +' on your machine before starting