RES: RES: [Paraview] client/server display problem - Problem Revisited!

Renato N. Elias rnelias at nacad.ufrj.br
Tue May 23 16:09:16 EDT 2006


Hi John,

after comparing my compilation options with yours I found some differences:

>  OPENGL_INCLUDE_DIR               /home/biddisco/Mesa-6.5/include
>  OPENGL_gl_LIBRARY                /usr/lib/libGL.so
>  OPENGL_glu_LIBRARY               /home/biddisco/Mesa-6.5/lib/libGLU.so
>  OPENGL_xmesa_INCLUDE_DIR         OPENGL_xmesa_INCLUDE_DIR-NOTFOUND
>  OSMESA_INCLUDE_DIR               /home/biddisco/Mesa-6.5/include
>  OSMESA_LIBRARY
/home/biddisco/Mesa-6.5/lib/libOSMesa32.so
>  VTK_OPENGL_HAS_OSMESA            ON
>  VTK_USE_MANGLED_MESA             OFF
>  VTK_USE_MPI                      ON
>  VTK_USE_OFFSCREEN                ON

in my case, besides using Mesa 6.2.1 instead of 6.5 -- don't ask me why I've
used this version ;-) -- I also redirected all OpenGL lib and include
references to Mesa, thus:

>  OPENGL_INCLUDE_DIR
/home/nacad/rnelias/lib/Mesa-6.2.1/include
>  OPENGL_gl_LIBRARY
/home/nacad/rnelias/lib/Mesa-6.2.1/lib/libGL.so
>  OPENGL_glu_LIBRARY
/home/nacad/rnelias/lib/Mesa-6.2.1/lib/libGLU.so
>  OPENGL_xmesa_INCLUDE_DIR
/home/nacad/rnelias/lib/Mesa-6.2.1/include
>  OSMESA_INCLUDE_DIR
/home/nacad/rnelias/lib/Mesa-6.2.1/include
>  OSMESA_LIBRARY
/home/nacad/rnelias/lib/Mesa-6.2.1/lib/libOSMesa.so
>  VTK_OPENGL_HAS_OSMESA            ON
>  VTK_USE_MANGLED_MESA             OFF
>  VTK_USE_MPI                      ON
>  VTK_USE_OFFSCREEN                ON

I also compiled with shared libs (otherwise you'll get a binary with a huge
size) and turned off the option which build the GUI binaries (paraview e
pvclient) since I don't intend to run PV GUI on the server I'm using.

Hope it help you

Regards

Renato.


-----Mensagem original-----
De: John Biddiscombe [mailto:biddisco at cscs.ch] 
Enviada em: quarta-feira, 24 de maio de 2006 16:47
Para: Renato N. Elias
Cc: paraview at paraview.org
Assunto: Re: RES: [Paraview] client/server display problem - Problem
Revisited!

> Have you launched pvserver with --use-offscreen-rendering flag?

Imagine how happy I am that I hadn't thought of that :)

OK. The warning about compositing goes away now, but instead I get
this...(when I force compositing)


Process id: 9 >> Warning: In
/home/biddisco/ParaView/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 1229
vtkXOpenGLRenderWindow (0x6000000000089130): failed call to
OSMesaMakeCurrent

Process id: 1 >> Warning: In
/home/biddisco/ParaView/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 1229
vtkXOpenGLRenderWindow (0x600000000008a150): failed call to
OSMesaMakeCurrent

Process Process id: 0 >> Warning: In
/home/biddisco/ParaView/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 1229
vtkXOpenGLRenderWindow (0x6000000000087a40): failed call to
OSMesaMakeCurrent

Anyone know what to do to fix it?

thanks

JB




More information about the ParaView mailing list