--- vnc_unixsrc/vncserver.orig 2010-03-26 22:11:23.000000000 +0000 +++ vnc_unixsrc/vncserver 2010-03-26 22:14:58.000000000 +0000 @@ -34,9 +34,9 @@ $desktopName = "X"; $vncClasses = "/usr/local/vnc/classes"; $vncUserDir = "$ENV{HOME}/.vnc"; -$fontPath = "unix/:7100"; +$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/Type1/"; +$colorPath = "/usr/share/X11/rgb"; $authType = "-rfbauth $vncUserDir/passwd"; - # Read configuration from the system-wide and user files if present. $configFile = "/etc/tightvncserver.conf";