On Tue, Mar 02, 1999 at 12:24:00PM -0300, Phillip Neumann wrote: > Im trying to run vnc, but i have some troubles. > > I want run vncserver as me (filsin). When i do it i get, inside the > log file, this: > > _FontTransSocketUNIXConnect: Can't connect: errno = 111 [snipped] > /usr/X11R6/lib/X11/fonts/sharefont/,unix/:7101' > Fatal server error: > could not open default font 'fixed'
I was fighting a similar (sounding, at least) problem with vnc some time ago. Looks like you're using xfstt? Two things to try... firstly, do "ps auwx | grep [x]fstt" to make sure that xfstt is really running, followed by "/etc/init.d/xfstt start" (as root) if it isn't. If that's not it, edit /etc/X11/XF86Config and replace FontPath "unix/:7101" with FontPath "tcp/localhost:7101" I never found out why, but vnc absolutely would not get along with xfstt using unix-domain sockets on my system.