Subject: Re: do you have Xorg running
To: None <port-amd64@netbsd.org>
From: Dieter <netbsd@sopwith.solgatos.com>
List: port-amd64
Date: 09/16/2005 09:29:34
> if you have Xorg running with an ATI card

> (==) Using config file: "/etc/X11/XF86Config
> /usr/pkg/xorg/lib/modules/fonts/libfreetype.so: Undefined PLT symbol
> "LoadFont" (symnum = 76)

Looks like Xorg doesn't like the Xfree86 config file.

Try having Xorg build its own config file.  Something like
	Xorg -configure
(check the man page to be sure)  Then start it with something like
	Xorg -configfile /root/xorg.conf
(again, check the man page, and use the correct pathname)

If you are using a CRT monitor and are worried that it could
be damaged by the wrong scan rate, you'll want to edit the
config file and force a mode that you know will work.
Xorg (and maybe Xfree as well?) has a bunch of built-in default
modes and will happily use something completely bogus.  I haven't
yet found an easy way to turn these off.