From owner-freebsd-stable@FreeBSD.ORG Tue Aug 26 19:14:19 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C945B16A4BF; Tue, 26 Aug 2003 19:14:19 -0700 (PDT) Received: from remt21.cluster1.charter.net (remt21.cluster1.charter.net [209.225.8.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5C6543FAF; Tue, 26 Aug 2003 19:14:18 -0700 (PDT) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by remt21.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 135486473; Tue, 26 Aug 2003 22:14:15 -0400 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.9/8.12.9) with ESMTP id h7R2ECcm001032; Tue, 26 Aug 2003 21:14:13 -0500 (CDT) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.9/8.12.9/Submit) id h7R2E1BA001031; Tue, 26 Aug 2003 21:14:01 -0500 (CDT) (envelope-from glenn) Date: Tue, 26 Aug 2003 21:14:01 -0500 From: Glenn Johnson To: Sean_Welch@alum.wofford.org Message-ID: <20030827021401.GA959@gforce.johnson.home> Mail-Followup-To: Sean_Welch@alum.wofford.org, Eric Anholt , freebsd-current@freebsd.org, freebsd-stable@freebsd.org, Vulpes Velox References: <5664182.1061937162729.JavaMail.nobody@misspiggy.psp.pas.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5664182.1061937162729.JavaMail.nobody@misspiggy.psp.pas.earthlink.net> User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org cc: Vulpes Velox cc: freebsd-current@freebsd.org Subject: Re: Radeon 7500 w/ DRI locking on restart of X X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 02:14:19 -0000 On Tue, Aug 26, 2003 at 03:31:29PM -0500, Sean Welch wrote: > I have precisely the same symptoms as what Glenn listed. > > I have now tried the forcepcimode option on the laptop and > unfortunately experienced what appears to be the opposite effect to > what Glenn noted. I get a black screen with lots of disk activity. > I can log in remotely (at least that seemed to work every time) and > a top listing shows X taking up more and more CPU cycles. It seems > to be scribbling to the disk making temporary files as well because > eventually I couldn't edit the XF86Config file any longer -- I was > getting a "no space left on device" error. I ended up taking out all > options short of disabling DRI altogether and eventually discovered > the only way I could run with DRI switches on and forcepcimode set > to true was to unload the agp module from kernel space. This got it > started just fine but there was no DRI. It seems that X is getting > confused and somehow PCI and AGP modes are duking it out... Does it work on your desktops? I do not have agp in the kernel config. When X starts it loads both the radeon and agp modules, or maybe the radeon module is loading the agp module. Either way, both radeon.ko and agp.ko get loaded up. Here is some info about my hardware: - The motherboard is an Abit IS7 (P4c w/865PE chipset) - The graphics card is an ATI Radeon 9100 Here is the device section of my XF86Config (sans comments): Section "Device" Identifier "Card0" Driver "ati" VendorName "ATI Technologies Inc" BoardName "Radeon R200 QM [Radeon 9100]" BusID "PCI:1:0:0" Option "DDCMode" "true" Option "ForcePCIMode" "true" EndSection Finally, here are the first few lines of glxinfo: name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 -- Glenn Johnson