Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2007 14:23:19 +1200
From:      Mark Kirkwood <markir@paradise.net.nz>
To:        Byron Campbell <wa4geg@surfbest.net>
Cc:        freebsd-x11@freebsd.org, freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org
Subject:   Re: X fails after upgrade to xorg-7.2; FreeBSD AMD64 w/ Radeon 9600 Pro
Message-ID:  <4675EC97.7020401@paradise.net.nz>
In-Reply-To: <200706172207.48254.wa4geg@surfbest.net>
References:  <200706171332.13721.wa4geg@surfbest.net> <4675C1DF.9070002@paradise.net.nz> <200706172207.48254.wa4geg@surfbest.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Byron Campbell wrote:

> 
> I went back and ran Xorg -configure again, and noted the 
> following error messages:
> 
> dlopen: /usr/local/lib/xorg/modules/drivers//atimisc_drv.so: 
> Undefined symbol "ATIMemoryTypeNames_88800CX"
> (EE) Failed to 
> load   /usr/local/lib/xorg/modules/drivers//atimisc_drv.so
> 
> (EE) Failed to load module "atimisc" (loader failed, 7)
> (++) Using config file: "/root/xorg.conf.new"
> (WW) RADEON: No matching Device section for instance (BusID 
> PCI:1:0:1) found
> (**) RADEON(0) : RADEONPreInit
> 
> atimisc_drv.so is present in the above mentioned directory. 
> 
> My graphics card is the PowerColor ATI Radeon 9600 Pro (RV350 
> AP) 

AFAICS the symbol is defined in:

/usr/local/lib/xorg/modules/drivers/ati_drv.so

e.g:

$ nm ati_drv.so|grep ATIMemoryTypeNaes_88800CX
0000b5c0 D ATIMemoryTypeNames_88800CX

What does it show on your system (I'm wondering if your ati drivers have 
not been upgraded properly).

Cheers

Mark



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