From owner-freebsd-questions@FreeBSD.ORG Wed Jun 20 02:30:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C95116A501; Wed, 20 Jun 2007 02:30:40 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from smtp4.clear.net.nz (smtp4.clear.net.nz [203.97.37.64]) by mx1.freebsd.org (Postfix) with ESMTP id 6763F13C487; Wed, 20 Jun 2007 02:30:40 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from zmori.markir.net (121-72-67-36.dsl.telstraclear.net [121.72.67.36]) by smtp4.clear.net.nz (CLEAR Net Mail) with ESMTP id <0JJW00J30XN2TE20@smtp4.clear.net.nz>; Wed, 20 Jun 2007 14:30:39 +1200 (NZST) Date: Wed, 20 Jun 2007 14:30:19 +1200 From: Mark Kirkwood In-reply-to: <200706192048.54373.wa4geg@surfbest.net> To: Byron Campbell Message-id: <4678913B.7080300@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit References: <200706171332.13721.wa4geg@surfbest.net> <200706180629.06892.wa4geg@surfbest.net> <46771AD7.1080909@paradise.net.nz> <200706192048.54373.wa4geg@surfbest.net> User-Agent: Thunderbird 2.0.0.0 (X11/20070613) Cc: freebsd-x11@freebsd.org, andy@athame.co.uk, freebsd-questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: X fails after upgrade to xorg-7.2; FreeBSD AMD64 w/ Radeon 9600 Pro X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2007 02:30:40 -0000 Byron Campbell wrote: > > Xorg -configure now reports: > > (++) Using config file: "/root/xorg.conf.new" > (WW) RADEON: No matching Device section for instance (BusID > PCI:1:0:1) found > (**) RADEON(0): RADEONPreInit > > Manually doing the config by running xorgcfg -textmode gives a > different BusID in the xorg.conf file --> BusID PCI:1:0:0 > FWIW on the PCI busids: PCI:1:0:0 is the primary port of your card, PCI:1:0:1 is the secondary - the warning is just because 'Xorg -configure' does not create a setup for dual monitors. For the rest, well done on getting rid of the undefined symbols... shame it still does not work. Good luck for the reinstall! Cheers Mark