From owner-freebsd-x11@FreeBSD.ORG Thu Jan 11 23:28:22 2007 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 283F816A403; Thu, 11 Jan 2007 23:28:22 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (b.mx.visualtech.com [208.16.19.9]) by mx1.freebsd.org (Postfix) with ESMTP id F092713C45D; Thu, 11 Jan 2007 23:28:19 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from [192.168.0.101] (c-68-45-180-45.hsd1.nj.comcast.net [68.45.180.45]) by b.mx.visualtech.com (Postfix) with ESMTP id 6429A483AC; Thu, 11 Jan 2007 18:05:32 -0500 (EST) From: Adam K Kirchhoff To: Andrew Pantyukhin In-Reply-To: References: <20070111153802.161a89a4.stas@FreeBSD.org> <20070112013132.00041269.stas@FreeBSD.org> Content-Type: text/plain Date: Thu, 11 Jan 2007 18:05:27 -0500 Message-Id: <1168556727.10746.7.camel@sorrow.ashke.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Stanislav Sedov , x11@freebsd.org Subject: Re: xorg-7.2.r3_3 on current/amd64 with ATI Radeon Xpress 1100 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, 11 Jan 2007 23:28:22 -0000 On Fri, 2007-01-12 at 01:42 +0300, Andrew Pantyukhin wrote: > On 1/12/07, Stanislav Sedov wrote: > > On Fri, 12 Jan 2007 00:41:17 +0300 > > "Andrew Pantyukhin" mentioned: > > > > > > > > The tar contains logs from 6.9 and 7.2 and a conf > > > file which is similar for both versions. > > > > > > Unfortunately drm won't work as there's no drm > > > support for Xpress 1100 yet. I tried adding the > > > pciid, but xorg just hangs at start. No skill/ > > > motivation to hack radeon driver at the moment. > > > > > > However, the white screen problem stays with > > > drm/glx/GLcore turned off. > > > > > > > OK, I'll take a look at your logs ASAP. AFAIK, ati drm hangs on FreeBSD > > currently due to locking problems. You can try a patch attached. I must have missed this e-mail about the ati drm hanging (unless, of course, it was originally sent off list), but I just wanted to point out that this is not completely accurate. I have direct rendering working on an AGP x700 with 7.2.0 RC3 and haven't experienced a hang yet. I only see three real issues with the ATI support at the moment: 1) Enabling AIGLX will hang the machine (perhaps this is the hang mentioned above... If that's the case, I'd love to get my hands on the patch mentioned as well). 2) PCIe is not 100% supported most likely due to problems with ati_pcigart.c 3) The linux_dri-devel port is older than I would personally like :-) That's easily worked around if you can compile the drivers on a linux box and copy them over. Adam