Re: [osg-users] Is it necessary to re-compile osg when graphics card been changed?

2013-01-17 Thread Jan Ciger
Hello, On Thu, Jan 17, 2013 at 4:15 AM, Lv Qing donlvq...@msn.com wrote: Hi, I have changed my graphics card from GTX260 to Quadro FX 370 . Recently I find my app sometimes crashed as below: in free() from /lib/libc.so.6

Re: [osg-users] Is it necessary to re-compile osg when graphics card been changed?

2013-01-17 Thread Lv Qing
Hi, Thank both of you.Your replays are very professional .I will try Valgrind to check the code. Thank you! Cheers, Lv -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=51999#51999 ___ osg-users

[osg-users] Is it necessary to re-compile osg when graphics card been changed?

2013-01-16 Thread Lv Qing
Hi, I have changed my graphics card from GTX260 to Quadro FX 370 . Recently I find my app sometimes crashed as below: in free() from /lib/libc.so.6 libnvidia-glcore.so.260.19.44 which seems untraceable. Then I find a mistake ,I still use the

Re: [osg-users] Is it necessary to re-compile osg when graphics card been changed?

2013-01-16 Thread Chris Hanson
OSG is display-card agnostic. Your system drivers abstract away everything. If you properly install and configure your Linux graphics drivers, everything will work without recompiling or changing OSG or any OSG-using apps. On Wed, Jan 16, 2013 at 8:15 PM, Lv Qing donlvq...@msn.com wrote: Hi,