Start Cavepainting manually in the Cave: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
### Hit the "Enable Frame Lock" button in the lower-right | ### Hit the "Enable Frame Lock" button in the lower-right | ||
### Once all the red "Timing" and "Stereo" lights along the right turn green, you can hit "Quit" | ### Once all the red "Timing" and "Stereo" lights along the right turn green, you can hit "Quit" | ||
# Make sure that <tt>grexecd</tt> is running on the Windows machine in the corner to the right of the Cave and that there are no error messages or other weird things going on there. | |||
# Run your personalized Cavepainting script on <tt>wallconsole</tt>. These steps should be equivalent to just pressing the corresponding button on the [http://wallconsole/kiosk/index.cgi?mode=cs137fall08 kiosk webpage]. | # Run your personalized Cavepainting script on <tt>wallconsole</tt>. These steps should be equivalent to just pressing the corresponding button on the [http://wallconsole/kiosk/index.cgi?mode=cs137fall08 kiosk webpage]. | ||
## <code>ssh -Y cavedemo@wallconsole</code> | ## <code>ssh -Y cavedemo@wallconsole</code> | ||
## <code>$G/bin/cave.cscluster.<some other junk that includes your username></code> | ## <code>$G/bin/cave.cscluster.<some other junk that includes your username></code> | ||
# You should now see activity in a new terminal window on the Windows machine, then a big grey window on the Windows machine, and then Cavepainting should start in the Cave. | |||
# If there are problems with the display, check out [[Troubleshoot Cavepainting|HOWTO Troubleshoot Cavepainting]]. Be sure to also follow the [[Cavepainting user's guide]], and especially to shut down properly by using the ESC key on the Windows machine. | |||
[[Category:HOWTO]] | [[Category:HOWTO]] | ||
Revision as of 08:16, 16 September 2008
Cavepainting in the Cave involves coordination among a bunch of different machines. This article shows you HOWTO get everything running by issuing commands from the command line.
- Turn on tracking (VRPN) on serial
ssh cavedemo@serialcd /share/gfx/bin
Note that you don't want to go to $G!./vrpn_start.current- Leave this program running and open up a new terminal to do the following steps.
- Set up the displays on cs-nodes
ssh -Y cs-nodescd /vol/projects/cave-powerwall./setup_cave.sh./myframelock.sh
Note that this script might whine. Give it a long time to throw up errors; it eventually shows. If it is taking especially long, ctrl-C it and try again. Not sure why this step is so nondeterministic.- In the Nvidia config GUI program that pops up:
- Go to "Frame Lock" in the left-hand pane
- Make sure that cs-front has the "server" box checked and all others are "client"
- Hit the "Enable Frame Lock" button in the lower-right
- Once all the red "Timing" and "Stereo" lights along the right turn green, you can hit "Quit"
- Make sure that grexecd is running on the Windows machine in the corner to the right of the Cave and that there are no error messages or other weird things going on there.
- Run your personalized Cavepainting script on wallconsole. These steps should be equivalent to just pressing the corresponding button on the kiosk webpage.
ssh -Y cavedemo@wallconsole$G/bin/cave.cscluster.<some other junk that includes your username>
- You should now see activity in a new terminal window on the Windows machine, then a big grey window on the Windows machine, and then Cavepainting should start in the Cave.
- If there are problems with the display, check out HOWTO Troubleshoot Cavepainting. Be sure to also follow the Cavepainting user's guide, and especially to shut down properly by using the ESC key on the Windows machine.