User`s manual

Installing and Using the Axel-VNCviewer 19
3.3.2 - SCO OPENSERVER
a) SCO OpenServer 5.0.6 and 5.0.5
Under SCO the scologin daemon provides services similar to those provided by
init, getty and login on character terminals: i.e. prompting for login name and
password, authenticating the user and running a "session".
The
/usr/lib/X11/scologin/Xservers
file lists all managed X terminals. A VNC
session is treated as a local connection by Linux (not as a 'foreign' connection).
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
-fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fo
nts/Type1/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/100dpi/ -cc 3 -co
/usr/lib/X11/rgb -rfbwait 120000 -rfbport 5901
:2 local /usr/local/bin/Xvnc :2 -ac -geometry 800x600 -depth 8
-fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fo
nts/Type1/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/100dpi/ -cc 3 -co
/usr/lib/X11/rgb -rfbwait 120000 -rfbport 5902
Important
: each line is different from the other by:
- the DISPLAY number (this number is given
twice
),
- the -rfbport option. It is the TCP port number entered through the AX3000
Set-Up (see Chapter 2).
Note
: an example is given in the
xservers.SCO
file. To add this line to the end
of Xservers, invoke the following command (be careful to >>):
# cat /tmp/xservers.SCO >> /usr/lib/X11/scologin/Xservers
Reset the X server by invoking '"
scologin stop
", then "
scologin start
". The
Axel-VNCviewer should display an X login (like the main console).
Note
: in event of keyboard difficulties, refer to Chapter 7.5.