User`s manual

16 Installing and Using the Axel-VNCviewer
For each VNC session, add the following lines (below two Platine VNC sessions
are configured):
:1 local /usr/local/bin/Xvnc :1 -ac -geometry 800x600 -depth 8 -rfbwait
120000 -rfbport 5901 -fp unix/:-1 -cc 3 -co /usr/lib/X11/rgb
:2 local /usr/local/bin/Xvnc :2 -ac -geometry 800x600 -depth 8 -rfbwait
120000 -rfbport 5902 -fp unix/:-1 -cc 3 -co /usr/lib/X11/rgb
Notes
:
- Each VNC line is different by the DISPLAY number (this number is given
twice
), and the
-rfbport
option which is the TCP port number entered
through the AX3000 Set-Up (see Chapter 2).
- The
-fp unix/:-1
option requires a font server to be available. If the font
server is not enabled, the Xvnc daemon will terminate. To check the X
resources, invoke
'xset -q'
. The
font path
section lists the font
information. Use the same information for the Xvnc -
fp
option. For more
information, refer to Chapter 7.2.
- An example is given in the
xservers.LINUX
file.
These modifications will take effect after resetting the Linux server.
The Axel-VNCviewer should display an X login. If not, check the access
restriction listed in
Xaccess
(generally any host is authorised). See Chapter 7.6.
Going Further:
In the same directory as Xservers, the
Xsetup_0
file sets the DISPLAY 0
behaviour (the main console). Copy this file to
Xsetup_vnc
.
The DISPLAY profiles are run by the
/etc/X11/xdm/xdm-config
file. Add the
lines relating to the VNC displays. For example:
DisplayManager._1.setup: /etc/X11/xdm/Xsetup_vnc
DisplayManager._2.setup: /etc/X11/xdm/Xsetup_vnc
Note
: if the keyboard management is not correct (i.e. unable enter the
username through the X login box), the
Xsetup_vnc
file must be modified.
Remove all lines related to the
xmodmap
command from this file.