From owner-freebsd-questions@FreeBSD.ORG Sun Nov 13 04:15:30 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C98C716A420 for ; Sun, 13 Nov 2005 04:15:30 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B6B743D46 for ; Sun, 13 Nov 2005 04:15:30 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [192.168.1.101] (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (sccrmhc12) with ESMTP id <200511130415170120026549e>; Sun, 13 Nov 2005 04:15:29 +0000 From: Josh Paetzel To: dev@unixdaemon.org Date: Sat, 12 Nov 2005 22:15:16 -0600 User-Agent: KMail/1.8.3 References: <200511122009.03250.josh@tcbug.org> <1131850933.6427.7.camel@dracula> In-Reply-To: <1131850933.6427.7.camel@dracula> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Message-Id: <200511122215.16654.josh@tcbug.org> Cc: questions@freebsd.org Subject: Re: Lockup/Halt issues on FreeBSD-6.0-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2005 04:15:31 -0000 On Saturday 12 November 2005 09:02 pm, Dev Tugnait wrote: > Remove device agp from kernel or set it to use freebsd's agp in > xorg.conf. This shouldn't cause the machine to hang though, having > no trouble with nvidia here. > > On Sat, 2005-11-12 at 20:09 -0600, Josh Paetzel wrote: > > nvidia0: mem > > 0xe8000000-0xe8ffffff,0xd0000000-0xdfffffff,0xe9000000-0xe9ffffff > > irq 16 at device 0.0 on pci1 > > nvidia0: [GIANT-LOCKED] > > NVRM: detected agp.ko, aborting NVIDIA AGP setup! > > NVRM: detected agp.ko, aborting NVIDIA AGP setup! Thanks for your rapid reply. Here's some more details: #kldstat Id Refs Address Size Name 1 12 0xc0400000 63070c kernel 2 1 0xc0a31000 7794 snd_emu10k1.ko 3 2 0xc0a39000 1d408 sound.ko 4 16 0xc0a57000 568dc acpi.ko 5 1 0xc2755000 37d000 nvidia.ko 6 1 0xc2adc000 15000 linux.ko #grep agp /sys/i386/conf/GIMPY #device agp # support several AGP chipsets I set Option "NvAGP" "2" and now it stops complaining about detecting agp.ko although I'm curious how it was detecting it in the first place since the module wasn't loaded and the device wasn't compiled in the kernel. At any rate I'll give this a go and report back if I am still having problems. -- Thanks, Josh Paetzel