On Tue, Mar 02, 1999 at 08:11:53PM -0300, [EMAIL PROTECTED] wrote: > Well actually that worked (editing the XF86Config file). But now i have the > same error when tyring to run X: > > " > _FontTransSocketINETConnect: Can't get address for Join/ > failed to set default font path > '/usr/X11R6/lib/X11/fonts/misc/:unscaled,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,/usr/X11R6/lib/X11/fonts/freefont/,/usr/X11R6/lib/X11/fonts/sharefont/,tcp/Join/:7101' > Fatal server error: > could not open default font 'fixed' > ". > > I guess i have to disable true type fonts... :-(
Make sure there's not a trailing slash in your FontPath entry in XF86Config. In other words, be sure it looks like "tcp/Join:7101" rather than "tcp/Join/:7101" (I'm assuming that "Join" is the correct hostname, and is definately reachable at the time).