Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-30 Thread J.P. Delport
Hi, On 27/05/11 18:10, Robert Osfield wrote: Hi All, On Thu, May 26, 2011 at 2:31 PM, J.P. Delport wrote: ulimit -c unlimited for ((i=0; i<100; i++)) do osgviewer --window 0 100 800 600 cow.osg& osgviewer --window 500 0 800 600 cow.osg& sleep 0.5; killall osgviewer; done As discussed in t

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-27 Thread Robert Osfield
Hi All, On Thu, May 26, 2011 at 2:31 PM, J.P. Delport wrote: > ulimit -c unlimited > for ((i=0; i<100; i++)) do  osgviewer --window 0 100 800 600 cow.osg & > osgviewer --window 500 0 800 600 cow.osg & sleep 0.5; killall osgviewer; > done As discussed in the "OSG trunk crashing, perhaps an nvidia

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread J.P. Delport
Hi, On 26/05/11 12:44, J.P. Delport wrote: Hi, On 26/05/11 11:32, Robert Osfield wrote: Hi J.P, On Thu, May 26, 2011 at 10:22 AM, J.P. Delport wrote: osgviewer --window 0 0 800 600 cow.osg Error: In Texture::Extensions::setupGLExtensions(..) OpenGL version test failed, requires valid graphic

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread J.P. Delport
Hi, On 26/05/11 11:32, Robert Osfield wrote: Hi J.P, On Thu, May 26, 2011 at 10:22 AM, J.P. Delport wrote: osgviewer --window 0 0 800 600 cow.osg Error: In Texture::Extensions::setupGLExtensions(..) OpenGL version test failed, requires valid graphics context. Scaling image 'Images/reflect.rg

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread Robert Osfield
I just ran OpenSceneGraph/runexamples.bat and this got all the way through with only one error - osgtexture3D failed with the error: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0" after 68 requests (68 known processed) with 0 events remaining. Running osgtextu

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread Magnus Kessler
On Thursday 26 May 2011 10:32:09 Robert Osfield wrote: > Hi J.P, > > On Thu, May 26, 2011 at 10:22 AM, J.P. Delport wrote: > > osgviewer --window 0 0 800 600 cow.osg > > Error: In Texture::Extensions::setupGLExtensions(..) OpenGL version test > > failed, requires valid graphics context. Scaling i

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread Robert Osfield
Hi J.P, On Thu, May 26, 2011 at 10:22 AM, J.P. Delport wrote: > osgviewer --window 0 0 800 600 cow.osg > Error: In Texture::Extensions::setupGLExtensions(..) OpenGL version test > failed, requires valid graphics context. > Scaling image 'Images/reflect.rgb' from (128,128) to (0,0) > Segmentation

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread J.P. Delport
Hi, On 26/05/11 10:53, J.P. Delport wrote: Hi Robert, On 26/05/11 10:41, Robert Osfield wrote: Hi Romand and J.P, Since I updaged to Kubuntu 11.04 I too am getting intermittent X11 when opening up the viewer, the window resize when pressing 'f' has also broken. Frustratingly I can't reproduce

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread J.P. Delport
Hi Robert, On 26/05/11 10:41, Robert Osfield wrote: Hi Romand and J.P, Since I updaged to Kubuntu 11.04 I too am getting intermittent X11 when opening up the viewer, the window resize when pressing 'f' has also broken. Frustratingly I can't reproduce it today so far... When I do get a crash o

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread J.P. Delport
Hi, On 26/05/11 09:29, J.P. Delport wrote: Hi, On 26/05/11 09:20, Alberto Luaces wrote: "Roman Grigoriev" writes: I tested developer releases so starting from 2.9.12 this thing happens my config g++4.5.2 and tested with 260 270 and even beta 275 drivers on quadro 4200m and nvidia ion2 and 86

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread Robert Osfield
Hi Romand and J.P, Since I updaged to Kubuntu 11.04 I too am getting intermittent X11 when opening up the viewer, the window resize when pressing 'f' has also broken. Frustratingly I can't reproduce it today so far... When I do get a crash on start up I get a warning from X11, and when I say thi

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread J.P. Delport
Hi, On 26/05/11 09:20, Alberto Luaces wrote: "Roman Grigoriev" writes: I tested developer releases so starting from 2.9.12 this thing happens my config g++4.5.2 and tested with 260 270 and even beta 275 drivers on quadro 4200m and nvidia ion2 and 8600mgt It happened to me just once yesterday

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-26 Thread Alberto Luaces
"Roman Grigoriev" writes: > I tested developer releases so starting from 2.9.12 this thing happens > my config g++4.5.2 and tested with 260 270 and even beta 275 drivers > on quadro 4200m and nvidia ion2 and 8600mgt It happened to me just once yesterday, the rest of the time worked fine. I'm runn

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-25 Thread Roman Grigoriev
Hi, I tested developer releases so starting from 2.9.12 this thing happens my config g++4.5.2 and tested with 260 270 and even beta 275 drivers on quadro 4200m and nvidia ion2 and 8600mgt Thank you! Cheers, Roman -- Read this topic online here: http://forum.openscenegraph.org/v

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-25 Thread J.P. Delport
Hi, saw now you included ubuntu nvidia in the subject... What specific GPU though? jp On 26/05/11 08:29, J.P. Delport wrote: Hi, On 25/05/11 21:18, Roman Grigoriev wrote: Hi, found some bug when I try to run osgviewer many times on my config after 2 or 3 smooth runs I got black screen and o

Re: [osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-25 Thread J.P. Delport
Hi, On 25/05/11 21:18, Roman Grigoriev wrote: Hi, found some bug when I try to run osgviewer many times on my config after 2 or 3 smooth runs I got black screen and osgviewer simply hangs. tried with all drivers 260 270 275 x86 - same thing. -I tried 2.9.11 - works fine. I've recently experien

[osg-users] [build] 2.9.14 and trunk problems on lubuntu 11.04+lxde+nvidia

2011-05-25 Thread Roman Grigoriev
Hi, found some bug when I try to run osgviewer many times on my config after 2 or 3 smooth runs I got black screen and osgviewer simply hangs. tried with all drivers 260 270 275 x86 - same thing. -I tried 2.9.11 - works fine. Thank you! Cheers, Roman -- Read this topic online h