From owner-freebsd-x11@FreeBSD.ORG Mon May 4 18:48:33 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 543661065676 for ; Mon, 4 May 2009 18:48:33 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from mx04.pub.collaborativefusion.com (mx04.pub.collaborativefusion.com [206.210.72.84]) by mx1.freebsd.org (Postfix) with ESMTP id 08FD28FC1C for ; Mon, 4 May 2009 18:48:32 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from [192.168.2.164] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Mon, 04 May 2009 14:46:22 -0400 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::7 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-x11@freebsd.org X-SMFBL: ZnJlZWJzZC14MTFAZnJlZWJzZC5vcmc= Message-ID: <49FF387F.1080203@comcast.net> Date: Mon, 04 May 2009 14:48:31 -0400 From: Steve Polyack User-Agent: Thunderbird 2.0.0.21 (X11/20090327) MIME-Version: 1.0 To: Robert Noland References: <49FF28BC.5080304@comcast.net> <1241460816.1788.22.camel@balrog.2hip.net> In-Reply-To: <1241460816.1788.22.camel@balrog.2hip.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11 , freebsd-stable Subject: Re: Radeon 9250 DRM in 7.2-RELEASE X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2009 18:48:34 -0000 Robert Noland wrote: > > Why is this drm2? Is this a multicard setup? Multicard doesn't work > right now. If you aren't using more than one card, can you disable > whatever else drm is attaching to? > > robert. > > This is something funny I had to deal with initially. There is *no* drm0 or drm1 being probed. Consequently, there is only one entry in /dev/dri/, card2. As a result, Xorg doesn't even recognize card2 as a source for DRM (probably due to what you said). In the past, I have symlinked /dev/dri/card2 to /dev/dri/card0 and Xorg would work correctly, utilizing DRM. I have an onboard Intel VGA device, but as far as I know it is disabled. I can double check, but as I've noted things have worked fine with the above tweak until upgrading to 7.2-RELEASE. Thanks,