Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 23:25:42 +0100
From:      Jeff Penn <jeff@jrpenn.demon.co.uk>
To:        BSDQuestions <freebsd-questions@freebsd.org>
Subject:   Re: xset:   unable to open display ""
Message-ID:  <20020731222542.GA722@jrpenn.demon.co.uk>
In-Reply-To: <3D48331D.7ECBC43C@charter.net>
References:  <3D48331D.7ECBC43C@charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 31, 2002 at 11:57:33AM -0700, Parker Brown wrote:
> no apparent difference in appearance, but I noticed that startx pumps
> out messages like     startx:  could not init font path element
> /usr/X11R6/lib/X11/fonts/URW.   The same messages appear regarding
> ../fonts/Type1  and ../fonts/Speedo.

You need to add the fonts to the modules section in XF86Config.  This is
explained in man 5 XF86Config (note lower case font names).

I am not sure if this applies to urw.

Section "Module"
        ....
        Load  "speedo"
        Load  "type1"
        Load  "freetype"
EndSection

Jeff


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020731222542.GA722>