Originally posted by: SystemAdmin
vncserver is just a shell script, and I've found that I had to go in and modify the font path that it passed.
-
Add font path and color database stuff here, e.g.:
#
-
$cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
-
$cmd .= " -co /usr/lib/X11/rgb";
#
$cmd .= " -fp /usr/lib/X11/fonts/,/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75
dpi/,/usr/lib/X11/fonts/100dpi/,/usr/lib/X11/fonts/ibm850/,/usr/lib/X11/fonts/Type1/";
Makes sure that it points to font directories that you have installed.
-
ls /usr/lib/X11/fonts/ibm850
ls: 0653-341 The file /usr/lib/X11/fonts/ibm850 does not exist.
So you would remove that.
-
vi /opt/freeware/bin/vncserver
Play around a little and pay attention to error messages and you should be able to get this to work with no problem.
#AIX-Forum