Do you have xfstt referenced in /etc/X11/XF86Config? I was getting similar errors under vncserver when trying to use unix-domain sockets with xfstt. If you have an entry that looks like
FontPath "unix/:7101" try replacing it with FontPath "tcp/localhost:7101" The "normal" font-server (xfs) doesn't seem to exhibit this problem, nor does xfstt when used under "plain-vanilla" XFree86... it seems to be peculiar to xfstt with vncserver. On Tue, Oct 13, 1998 at 04:25:12AM -0700, David Karlin wrote: > Hello, > I'm setting up an X-server called 'vncserver' and it barfs everytime I run > it. > Here is the log: > > rfbInitSockets: listening on TCP port 5901 > httpInitSockets: listening on TCP port 5801 > failed to set default font path > '/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X > 11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75 > dpi/ > ,/usr/X11R6/lib/X11/fonts/100dpi/' > Fatal server error: > could not open default font 'fixed' > > I have loaded the following font packages: xfntbase, xfnt75, xfnt100. I > couldn't > find Speedo or Type1. > > Which package has 'fixed', and where can I find Speedo and Type1?