Subject: Re: amaya-8.2nb1 fails at startup
To: None <tech-pkg@netbsd.org>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 02/12/2004 19:06:02
Florence HENRY wrote:
> Gdk-ERROR **: BadValue (integer parameter out of range for operation)
>   serial 115 error_code 2 request_code 51 minor_code 0
> $

serial 115:
     it was request number 115 in this X11 session
error_code 2:
     BadValue. Perhaps the X11 atom for the font path was invalid.
request_code 51:
     SetFontPath.
minor_code 0:
     unused.

For XFree86 it is an error if a font path is supplied where no file
called `fonts.dir' exists. This is just one possible reason.

Roland