Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-09 Thread Jan Ciger
Jean-Sébastien Guay jean-sebastien.g...@cm-labs.com wrote: In concrete terms, I've personally tested osgOcean on nVidia cards of the 7800, 7900, 8800 and 9800 lines. Realistically, I think anything above 7800 should run it fine. There are even some really good deals in the recent GTX 2xx

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-09 Thread Jean-Sébastien Guay
Hi Jan, I have it running on GeForce Go 7600 (laptop) and Quadro FX 4500 (GeForce 7800 equivalent), but do not expect super high framerates on such hardware. The shaders are quite slow on those cards. On the other hand, my 8800GT runs it smoothly at 1920x1200. Interesting, thanks for the

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-09 Thread Jean-Sébastien Guay
Hi again, I'll look about starting that wiki page soon. Here you go, http://code.google.com/p/osgocean/wiki/HarwareSupport I'll add details as time passes... J-S -- __ Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-09 Thread Jean-Sébastien Guay
Hi Kim, http://code.google.com/p/osgocean/wiki/HardwareSupport Heh, did I actually make a typo in the page title? Geez... Sorry, I was in a hurry and didn't notice it. Thanks for your vigilance. J-S -- __ Jean-Sebastien Guay

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-08 Thread Jean-Sébastien Guay
Hi Gopal, osgviewer cow.osg output.txt 21 You need to do this before: (on Windows:) set OSG_NOTIFY_LEVEL=DEBUG (on bash:) export OSG_NOTIFY_LEVEL=DEBUG and then run the osgviewer command. That will tell OSG to be verbose about everything and the output.txt should contain the info we

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-08 Thread gopal goenka
Hi S-J, may I know the minimum config of the machine that will be successful to run the osgOcean along with the graphic card requirement Thank you! :) gopal -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18099#18099

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-08 Thread Jean-Sébastien Guay
Hello Gopal, may I know the minimum config of the machine that will be successful to run the osgOcean along with the graphic card requirement For processor type I'm not sure, most of the processing is offloaded to the GPU so you might be able to get away with something quite modest, though

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-07 Thread gopal goenka
Hi, I have tried to run that example you suggested but the output.txt is empty after runing the example as ... osgviewer cow.osg output.txt 21 the example ran well i mean there was no problems as the cow.osg was loaded properly and i was able to see it in the osgViewer

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-05 Thread Kim Bale
Hi Gopal, After consulting with J-S I've got a few more suggestions for you, Typing bt or backtrace' after the seg fault in the gdb prompt would shed a few more clues.. and..if you run the command: export OSG_NOTIFY_LEVEL=DEBUG osgviewer cow.osg output.txt 21 and send the file to me, I will

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-05 Thread gopal goenka
Hi kim, this i have got typing bt in gdb and i am using 00:02.0 VGA compatible controller: Intel Corporation 945G/GZ Express Integrated Graphics Controller (rev 02) graphics card. [r...@localhost bin]# gdb ./oceanExample GNU gdb Red Hat Linux (6.3.0.0-1.96rh) Copyright 2004

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-05 Thread Jean-Sébastien Guay
Hi Gopal, 00:02.0 VGA compatible controller: Intel Corporation 945G/GZ Express Integrated Graphics Controller (rev 02) graphics card. Yeah, that isn't going to work with osgOcean in its current form. We could possibly check for a set of extensions we know we need

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-03 Thread gopal goenka
Hi Kim as you suggested I made osgOcean to run with gdb as follows this is what it says.. (gdb) run Starting program: /usr/local/bin/oceanExample Error while mapping shared library sections: libosgOcean.so: Success. [Thread debugging using libthread_db enabled] [New Thread -1208244544

[osg-users] [3rdparty] How to run osgOcean

2009-10-02 Thread gopal goenka
Hi, i am trying to run osgOsean . my osg version is 2.8.0 osgOcean 1.0 i have downloaded both the osgOcean 1.0 and its resourses. i have installed it but it gives segmentation fault like this [r...@localhost bin]# ./oceanExample Warning: font file fonts/arial.ttf not found. Warning: font file

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-02 Thread Jan Ciger
Hi Gopal, gopal goenka gopal.goe...@hed.ltindia.com wrote: ... Segmentation fault [r...@localhost bin]# i may have missed in installation can any body give me the steps to install it a fresh and how to run it I cannot help you with the crash, but you should never run software like this

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-02 Thread Kim Bale
Hi Gopal, I'm afraid you're not giving me enough information to find a solution. Basically on windows all you need to do to build osgOcean and the example is this: 1. Download the osgOcean 1.0 src either from the svn or the zipped version (preferably the svn). 2. Download the osgOcean resource