From owner-freebsd-x11@FreeBSD.ORG Thu Jul 9 15:18:51 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 B59751065670; Thu, 9 Jul 2009 15:18:51 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (unknown [IPv6:2001:2f0:104:80a0:21b:78ff:fe37:f1cf]) by mx1.freebsd.org (Postfix) with ESMTP id 536F58FC0A; Thu, 9 Jul 2009 15:18:51 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (ns1.ninth-nine.com [219.127.74.121] (may be forged)) (authenticated bits=0) by sakura.ninth-nine.com (8.14.3/8.14.3/NinthNine) with ESMTP id n69FIjfn080463; Fri, 10 Jul 2009 00:18:50 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 10 Jul 2009 00:18:44 +0900 From: Norikatsu Shigemura To: Robert Noland Message-Id: <20090710001844.cc0ecaae.nork@FreeBSD.org> In-Reply-To: <1247151921.87002.22.camel@balrog.2hip.net> References: <20090707221250.68de5793.nork@FreeBSD.org> <1247006668.87002.2.camel@balrog.2hip.net> <20090709225707.946c9cc5.nork@FreeBSD.org> <1247148296.87002.17.camel@balrog.2hip.net> <20090709234735.2d0d8cd4.nork@FreeBSD.org> <1247151921.87002.22.camel@balrog.2hip.net> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.16.2; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org, nork@FreeBSD.org Subject: Re: drm(4) support Radeon HD 4770 (RV740)? 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: Thu, 09 Jul 2009 15:18:51 -0000 Hi rnoland. On Thu, 09 Jul 2009 10:05:21 -0500 Robert Noland wrote: > > Next mission is to support r600_dri.so on graphics/dri! > This is being worked on. Right now, disable AIGLX in your xorg.conf. > The newest drivers try to load r600_dri.so and AIGLX doesn't fallback > correctly. Please let me know, as I have approval to commit this as > soon as you verify it is working. Yes, I disable AIGLX so X doesn't require r600_dri.so, but still broken screen. So I disable DRI, and clear screen but not use drm:-(. Thank you!