User`s manual
Installing and Using the Axel-VNCviewer 17
c) GNOME (gdm)
The gdm configuration file is
/etc/X11/gdm/gdm.conf
. This file is divided into
sections. The XDMCP lists the following:
[xdmcp]
Enable=0
HonorIndirect=0
...
Set the 'Enable' parameter to 1.
[xdmcp]
Enable=1
HonorIndirect=0
This modification will take effect after rebooting Linux, or invoking init twice to
change the runlevel (example
init 3
then
init 5
).
Then the Xvnc daemon must be run through
/etc/inittab
.
Copy
govnc.LINUX
from the Axel CD-ROM to /etc and rename it to govnc. Set
execute permission by invoking
chmod +x /etcx/govnc
.
For each VNC connection, add a line in /etc/inittab as shown below (the govnc
parameters are the DISPLAY number, the resolution and the number of
bits/pixel):
axv1:5:respawn:/etc/govnc 1 800x600 8 1>/tmp/axvnclog1 2>&1
axv2:5:respawn:/etc/govnc 2 800x600 8 1>/tmp/axvnclog2 2>&1
These modifications will take effect after invoking:
# init q