Hi Nikhil and Stephan,<div><br></div><div>Outstanding response time, thanks! As you say, my first mistake is not using a CAVE client-server setup. </div><div><br></div><div>I have set up a CAVE display with the short pvx file below, (borrowed from the CAVE example). I run the server with</div>
<div>pvserver /path/to/config.pvx</div><div>I don't use MPI because I only have 1 screen and hence 1 process. I launch the client (by ssh from another machine) with</div><div>paraview --stereo --stereo-type="Crystal Eyes" --server="hubble1" --state=/path/to/1.pvsm</div>
<div>where "hubble1" is the local hostname, and also the PVserver name.</div><div><br></div><div>Result: A "cave" type window is launched in fullscreen mode on the main display showing a stereo image. The standard Paraview client is available on the remote machine (via X forwarding). I can manipulate the session with the mouse on the remote machine. Moving the tracking targets has no effect on the main display.</div>
<div><br></div><div>Perhaps I should save the state from the CAVE session and append the VRPN settings to that one instead?</div><div><br></div><div>Thanks,</div><div><br></div><div>Seán</div><div><br></div><div><br></div>
<div>------------------------------ config.pvx ------------------------</div><div><div><?xml version="1.0" ?></div><div><pvx></div><div> <Process Type="client" /></div><div> <Process Type="server"></div>
<div> <EyeSeparation Value="0.065"/></div><div> <Machine name="hubble1"</div><div> Environment="DISPLAY=:0"</div><div> LowerLeft="-1.0 -1.0 -1.0"</div>
<div> LowerRight="1.0 -1.0 -1.0"</div><div> UpperRight="1.0 1.0 -1.0"></div><div> </Machine></div><div> </Process></div><div></pvx></div></div>