User`s manual
20 Installing and Using the Axel-VNCviewer
b) Previous Versions of SCO OpenServer
With previous versions of SCO scologin cannot be used. The Xvnc daemon
must be run through
/etc/inittab
.
Copy
govnc.SCO
to /etc and rename it to govnc. Set execute permission by
invoking:
# chmod +x /etc/govnc
For each VNC connection, add a line in /etc/inittab as shown below (the govnc
parameter is the DISPLAY number):
axv1:2345:respawn:/etc/govnc 1 1>/tmp/axvnclog1 2>&1
axv2:2345:respawn:/etc/govnc 2 1>/tmp/axvnclog2 2>&1
Note
: to avoid these lines being removed after relinking the kernel, we advise
you to create the file /etc/conf/init.d/vnc. This file must contain the lines related
to govnc.
The following shows the govnc script:
DISPLAY=":"$1
PORT=`expr 5900 + $1`
HOST=`hostname`
/usr/local/bin/Xvnc $DISPLAY -query $HOST -once -terminate -auth
.Xauthority -ac -geometry 800x600 -depth 8 -rfbwait 120000 -rfbport $PORT
-fp
/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/Speedo/,/usr/lib/X11/fonts/Ty
pe1/,/usr/lib/X11/fonts/75dpi/,/usr/lib/X11/fonts/100dpi/ -cc 3 -co
/usr/lib/X11/rgb 1>/tmp/axvnclog$1 2>&1
These modifications will take effect after invoking:
# init q
The Axel-VNCviewer should display an X login (like the main console).