On Mon, Nov 23, 1998 at 09:02:59PM -0500, Darxus wrote:
> 
> I have no fonts on my machine with the string "fixed" (case insensitive) 
> in them, and I've been running X successfully.  I'm currently running
> Debian v2.1. 

please add the following to the system configuration file
/etc/vnc.conf

       $fontPath = "/usr/X11R6/lib/X11/fonts/misc/,";
       $fontPath .= "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,";
       $fontPath .= "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled";

The problem arises because Xvnc is very sensitive to the fontPath (which is
taken from /etc/X11/XF86Config by default on a Debian system). Not
existing fontPaths are not silently ignored, but Xvnc reports the wrong
error message. IMHO, those are two bugs.

Thank you,
Marcus
debian maintainer of vnc packages.

-- 
"Rhubarb is no Egyptian god."        Debian GNU/Linux        finger brinkmd@ 
Marcus Brinkmann                   http://www.debian.org    master.debian.org
[EMAIL PROTECTED]                        for public  PGP Key
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/       PGP Key ID 36E7CD09

Reply via email to