<div dir="ltr">Hey everyone,<div><br><div>     I'm trying to run Paraview using the vrpn plugin so that I can show off Paraview on a distributed multi-tiled display, and I'm stuck on getting it set up. The head machine is named stallion and there are 20 different nodes that control 4 different screens horizontally that make up a 16x5 display. I'm trying to get Paraview to run on just one server machine as a test and have been following the documentation on Immersiver Paraview found at <a href="http://www.paraview.org/Wiki/Immersive_ParaView">http://www.paraview.org/Wiki/Immersive_ParaView</a>. I've set up my pvx file to be like so:</div></div><div><br></div><div><div><?xml version="1.0" ?></div><div><pvx></div><div><br></div><div>  <Process Type="client"></div><div>    <!-- Stallion Head Node --></div><div>    <Machine Name="stallion"</div><div>             Environment="DISPLAY=:0"</div><div>             Geometry="1280x1000+0+0"</div><div>             ShowBorders="1" /></div><div>  </Process></div><div><br></div><div>  <Process Type="server"></div><div>    <!-- Stallion distributed multi-tiled display --></div><div>    <Machine Name="s01"</div><div>             Environment="DISPLAY=:0"</div><div>             FullScreen="1"</div><div>             ShowBorders="0" /></div><div>  </Process></div><div><br></div><div></pvx></div></div><div><br></div><div>where s01 is one of the machines I'm using to show off with FullScreen declared so Paraview is shown on all four screens the server controls horizontally. What I'm confused about now is probably stupid, but now that I have my pvx set up I want to test and see if I can get it to show on my display, but I'm not sure how. I'm also relatively new to using vrpn so I didn't know if I needed to set up anything with that as well beyond installing the vrpn plugin. Please feel free to let me know if I explained something wrong or if I need to answer any other questions, and any help will be greatly appreciated.</div><div><br></div><div>Thanks!</div><div>Andrew Solis</div></div>