From owner-cvs-src@FreeBSD.ORG Sat Apr 9 09:17:32 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B98F16A4CE; Sat, 9 Apr 2005 09:17:32 +0000 (GMT) Received: from mail.psychoholics.org (www.psychoholics.org [64.185.102.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E3043D2F; Sat, 9 Apr 2005 09:17:32 +0000 (GMT) (envelope-from ebola@psychoholics.org) Received: from S010600deadc0de00.su.shawcable.net (S010600deadc0de00.su.shawcable.net [24.76.125.156]) by mail.psychoholics.org (Postfix) with ESMTP id B69F6157173; Sat, 9 Apr 2005 03:37:01 -0700 (PDT) From: Adam Gregoire To: Eric Anholt In-Reply-To: <1113013083.52552.15.camel@leguin> References: <200504081804.j38I4dfl067085@repoman.freebsd.org> <1113009378.753.11.camel@S010600deadc0de00.su.shawcable.net> <1113010111.52552.13.camel@leguin> <1113012455.849.2.camel@S010600deadc0de00.su.shawcable.net> <1113013083.52552.15.camel@leguin> Content-Type: text/plain Date: Sat, 09 Apr 2005 05:17:28 -0400 Message-Id: <1113038248.33712.6.camel@S010600deadc0de00.su.shawcable.net> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci agp_amd64.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2005 09:17:32 -0000 On Fri, 2005-04-08 at 19:18 -0700, Eric Anholt wrote: > On Fri, 2005-04-08 at 22:07 -0400, Adam Gregoire wrote: > > On Fri, 2005-04-08 at 18:28 -0700, Eric Anholt wrote: > > > On Fri, 2005-04-08 at 21:16 -0400, Adam Gregoire wrote: > > > > > > > > Options "BusType" "PCI" in your Device section of xorg.conf will avoid > > > all AGP stuff and tell you a little more about where to point the > > > finger. > > > > > > > Same result, I lose console and X locks. > > OK, as long as you don't have agp loaded at the time of doing this, you > can rule out agp for sure (otherwise, I would still say that > misconfiguration could cause issues. I've seen agp do weird things.). > I recompiled for radeondrm and agp to be modules, set agp_load=yes in /boot/loader.conf, followed your suggestion and was able to have DRI running with Option "BusType" "PCI". With this in mind, and the failing of apgtest as previously mentioned, would you think this is indeed gart related? from agptest: Testing data integrity (1st pass): failed on first pass! Testing data integrity (2nd pass): failed on second pass! -- Adam Gregoire