|
Feature: VNC Display Settings
Normal VNC Servers (1--6)
Re-start individual VNC Server
Auxiliary VNC Servers (7)
-
If the last time the VNC servers were started for another instrument:
-
Prepare appropriate content for pull-down menu(s):
-
user@shimmy.ucolick.org> cd ~/.vnc
-
user@shimmy.ucolick.org> rm .fvwm2rc
-
user@shimmy.ucolick.org> rm xstartup
-
user@shimmy.ucolick.org> ln -s /usr/local/lick/bin/remote/ao/xstartup
-
user@shimmy.ucolick.org> ln -s /usr/local/lick/data/remote/ao/.fvwm2rc
-
user@shimmy.ucolick.org> cd ..
-
Start VNC server number 7 with the following command:
-
user@shimmy.ucolick.org> vncserver :7 -depth 24 -listen tcp -alwaysshared -geometry 1910x1160 -IdleTimeout 2000000 -name "AOTest"
-
Now, set files back to the instrument currently on the telescope
(e.g. Kast):
-
user@shimmy.ucolick.org> cd ~/.vnc
-
user@shimmy.ucolick.org> rm .fvwm2rc
-
user@shimmy.ucolick.org> rm xstartup
-
user@shimmy.ucolick.org> ln -s /usr/local/lick/bin/remote/kast/xstartup
-
user@shimmy.ucolick.org> ln -s /usr/local/lick/data/remote/kast/.fvwm2rc
-
If the last time the VNC servers were started was for ShaneAO:
-
Start VNC server number 7 with the following command:
-
vncserver :7 -depth 24 -listen tcp -alwaysshared -geometry 1910x1160 -IdleTimeout 2000000 -name "AOTest"
Change Log:
- 2025-01-15: Updated: Restart command.
- 2019-10-30: Updated: Shimmy:7.
- 2017-03-15: Updated: Migrate from shred to shimmy.
- 2016-11-19: Updated.
- 2015-12-18: First version.
|