Hi Steffen, First and foremost, you need to run pvserver using MPI. Take a look here: http://paraview.org/Wiki/Setting_up_a_ParaView_Server
I am not sure how your tiled display is setup. If you have one machine driving each display, you have to make sure that MPI distributed ParaView with one process per machine. If you have one machine with 3 graphics output driving the whole thing, you have to run all processes on that machine but each process will have a different DISPLAY set. Once this is working, you should be able to run ParaView in client/server mode and see the windows on the tiled-display. After that, you will have to use the tiled-display arguments when running pvserver. I believe it will be -tdx=3 -tdy=1 in your case. -berk On Sun, Oct 18, 2009 at 5:39 PM, Steffen Kaufmann <[email protected]> wrote: > Hello Berk, > > > > we use flat walls. How can I used the tiled-display support? > > > > Is there a possibility to run more than one render server with one data > source? If yes how can this be archived? > > > > Thanks > > > > Steffen > > > > Von: Berk Geveci [mailto:[email protected]] > Gesendet: Montag, 12. Oktober 2009 19:42 > An: Kaufmann Steffen > Cc: [email protected] > Betreff: Re: [Paraview] Three Wall Stereo Projection with Paraview 3.6.1 > > > > Is this a flat wall or curved wall? There is still no Cave support in > ParaView but there is definitely tiled-display support. > > -berk > > On Mon, Oct 12, 2009 at 11:33 AM, Steffen Kaufmann > <[email protected]> wrote: >> Hello list, >> >> I am from the University of Applied Sciences Hamburg and new to the list. >> We >> have a three wall stereo projection environment and we want to display CFD >> contend with ParaView 3.6.1. >> >> I read that ParaView 3 didn't supported CAVE environments in early phases >> of >> Version 3. Is this problem already solved? >> >> If not can anyone point me out a solution? If yes can anyone give me step >> by >> step instructions? >> >> Thank you! >> >> Steffen >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
