Subject: Re: abiword versus XFree86 4.0.3?
To: Steve Bellovin <smb@research.att.com>
From: Brian de Alwis <bsd@cs.ubc.ca>
List: netbsd-users
Date: 05/22/2001 10:06:43
I had the same problem: it's because the Type1 font driver wasn't
loaded.  I used the XF86Config generated by `XFree86 -configure'
-- which doesn't generate the loadable modules.

Add the following to your XF86Config's Module section:

    Section "Module"
            Load  "GLcore"
            Load  "dbe"
            Load  "dri"
            Load  "extmod"
            Load  "glx"
            Load  "pex5"
            Load  "record"
            Load  "xie"
            Load  "type1"
            Load  "speedo"
    EndSection

-- 
"Maybe this world is another planet's Hell." - Aldous Huxley