We have written four VNC utilities to allow you to show X Window sessions on the tiled display wall. These are "vncwall", "vncd" "tileviewer", and "killtile". They are described in the following sections.
The vncwall utility is used to display one or more VNC sessions on a tiled display wall. A single VNC session can be shown across multiple tiles on the display wall. The VNC Wall utility enables you to specify the number of tiles in the wall and the tiles that will show VNC sessions. A graphical user interface is available to simplify management of the VNC sessions. However, VNC Wall can also be invoked from the command line.
The following supporting software is required to use vncwall:
The vncwall program is located:
Using vncwall with the graphical user interface
To start the vncwall utility, type:
at the command prompt.

The user interface shown in Figure 1 is divided into two parts -- server authentication (accessed by clicking the "Servers" tab) and wall configuration (accessed by clicking the "Wall" tab). It is assumed that at least one VNC Server session is already running on one of your systems and that the X server that was started is a multiple of the dimensions 1024x768.
See the description for the VNC Server in the VNC documentation (http://www.cam-orl.co.uk/vnc/docs.html) for more details on how to use it.
In order to display the VNC server on the display wall, you must submit a password to authenticate with that session. The password is used to verify that you have permission to use that VNC Server.
To authenticate with the VNC Server session:
If you log in correctly, the password field disappears from the window and is replaced with the VNC Server's name, screen width and height, and the server tile configuration (Figure 2). This information is not editable. An error message is displayed if you do not log in correctly.

To configure the display wall tiles:

Each of the boxes displayed represents a single tile of the display wall. The number of boxes displayed depends on the number defined in the columns and rows text entry fields in the upper left of the window. In each box, there is a text entry field for the name of the machine used to display the tile, a graphical representation of the tile, and a combo box used to select which VNC Server tile to display.
To change the number of rows and columns in the display wall:
To define the tiles to display:

The sessions you define with the vncwall graphical user interface can be saved and reloaded via the "Save" and "Load" options in the "File" menu.
To save a session:
where "session" is the name of the saved configuration file.
Note that for security purposes, the password you entered when configuring the session is NOT stored when you save the session. When you load a saved session, you will need to re-enter the password for that VNC server. The wall configuration part of the user interface will then re-establish the tile selections, and reset the state of all tiles on the display.
To restart a session from a previously saved configuration file type:
Where savedconfig is the name of the configuration file you want to use. You will be prompted for the passwords required to connect to the VNC servers specified in the configuration file. Once the correct passwords are entered, the program brings up displays in the configuration that was specified in the file, and then exits. The tiles will continue to be displayed on the wall.
To stop all the tiles displayed on the display wall using a configuration file, type:
Entering this command will stop tileviewers specified in the configuration file that are running on the display wall. This is functionally equivalent to the "killtile" command, but you don't have to specify the individual machine names since that information is taken from the configuration file.
In order to type and move windows around on the display, you must run the x2x utility. The x2x utility will automatically translate your mouse movements and keyboard input to the VNC server being displayed on the display wall. See the documentation for x2x for more information.
If you have problems getting tiles to display, verify that:
Other information sources
The vncd daemon allows clients to launch and destroy the tileviewer program remotely. The vncd daemon listens on a socket waiting for incoming messages. Messages sent from client programs (such as vncwall, or killtile) tell vncd to start and stop the tileviewer program. The "Start" messages passed from the client programs to vncd are passed to the tileviewer which is launched with those parameters. Sending a "Quit" to vncd will kill the currently displayed tileviewer.
The following supporting software is required to use vncd:
The vncwall program is located:
The vncd program can be installed via the vncwall rpm. If you always want to start vncd at boot time, create the file /etc/rc2.d/S98vncd with the following contents:
To start vncd type:
Once vncd starts running, it can accept connections from client programs.
If you move tileviewer to another directory other than /usr/local/bin, vncd will not work correctly because that's where vncd looks for the tileviewer executable. If you change the location of tileviewer, edit the "vncd.h" file and recompile the vncd program.
The following supporting software is required to use tileviewer:
The parameter accepts four arguments: x, y, width and height. When tileviewer is invoked with these parameters, it displays a subregion of the VNC server's full display. The subregion begins at location (x,y), is "width" pixels wide, and is "height" pixels high.
For example, entering the command
To destroy all VNC viewers attached to a particular VNC server, use the "-killviewers" option.
For example, entering the command
The killtile utility is used to remove unwanted VNC sessions from the display wall. It does this by forcing the VNC daemon running on a system to stop displaying the currently displayed VNC session.
The following supporting software is required to use killtile:
This command will only work for VNC sessions that were started by the VNC daemon, vncd. Use the "-killviewers" option of the tileviewer command to kill all VNC sessions for a particular VNC server thereby leaving the other tiles on the display wall intact. See the tileviewer documentation for more information on using this command.