Hi Paul, On Wed, Apr 30, 2008 at 2:06 PM, Paul Martz <[EMAIL PROTECTED]> wrote: > Hi Robert -- I'd like to run VPB on a cluster of display-less Linux systems. > Is this possible, and if so, can you post a list of osgdem command line > options that would make this possible?
There is no support for this right now, but it should be possible with further evolution of the code. Right now the problem area would be the creation of graphics context for doing OpenGL texture compression and mipmapping. > (I know some osgdem command line options control use - or non-use - of the > graphics hardware. A list of all the options necessary to completely disable > use of the graphics hardware should allow VPB to run without error in a > display-less cluster environment, right?) It'd be the mipmapping/texture compression that would need to be disabled. Use of Mesa might well be a way of getting round this without even modifying VPB. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

