Yes ParaView supports tiled display walls. The server must be compiled from source to enable MPI because except for Mac, none of the binaries on the paraview download page have MPI turned on.
After that, simply start pvserver with the -tdx and -tdy arguments to specify the width and height (in terms of number of monitors). The first tdx x tdy server nodes drive the wall. They and the rest of the server nodes take part in parallel rendering and then compositing to fill them. The preferences page has parameters that you can use to help maintain interactivity (LOD and downsampling during camera motion etc). David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Thu, Oct 29, 2009 at 3:43 AM, liu ning <[email protected]> wrote: > Hello everyone, > > We are working on a project that targets to visualize large scale data. The > rendered image should be displayed in high resolution. So we have to use a > display wall , with one display showing only a part of the whole image. I > wonder if ParaView can directly support display wall, or I have to some > other software such as Chromium and DMX. If anyone have similar experience, > please let me know that. Your commet will be highly appreciated. > > Ning > > _______________________________________________ > 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
