User`s manual

Installing and Using the Axel-VNCviewer 49
7.2 - AX3000 FONTS ARE NOT AS EXCEPTED
The X server (either the main console or the Xvnc daemon) locates the available
fonts through the '-fp' option (see Chapter 6.3).
The '-fp' option lists
- the font path names (ex.: /usr/lib/X11/font/misc)
- the available font servers. A font server can be located anywhere on the
network (ex.: tcp/mysf:5701) or local (ex.: unix/:-1).
Example:
-fp unix/:-1,/usr/lib/X11/font/misc/,/usr/lib/X11/font/Type1/
Caution
: Be careful of the argument’s order .
If the AX3000 fonts are not the same as those of the main console or if the Xvnc
fails, perform the following:
- Log on the main console
- Invoke
'xset -q'
. This command lists the X resources. The
font path
section lists the available fonts. Use the same information for the Xvnc -
fp
option. Example for SuSE 7.0:
:1 local /usr/local/bin/Xvnc :1 -ac -geometry 800x600 -depth 8 -rfbwait
120000 -rfbport 5901 -fp usr/X11R6/lib/X11/fonts/75dpi:unscaled,
/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/misc:unscaled,/us
r/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr
/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X
11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100
dpi,/usr/X11R6/lib/X11/fonts/latin2/75dpi,/usr/X11R6/lib/X11/fonts/latin2
/100dpi,/usr/X11R6/lib/X11/fonts/uni -cc 3 -co /usr/lib/X11/rgb
- Reset the Xvnc daemon for this modification to take effect.
Note about the font servers
: if a font server is used, check the number of
clients supported by this server (this is the 'client-limit' capability in
/etc/X11/fs/config
). For 4 Axel-VNCviewers, 'client-limit' must be set to 5 (4
Platine + the main console).