From owner-freebsd-bugs@FreeBSD.ORG Mon Dec 15 02:00:35 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B85B16A4CE for ; Mon, 15 Dec 2003 02:00:35 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D05843D37 for ; Mon, 15 Dec 2003 02:00:34 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) hBFA0YFR033832 for ; Mon, 15 Dec 2003 02:00:34 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id hBFA0YmM033831; Mon, 15 Dec 2003 02:00:34 -0800 (PST) (envelope-from gnats) Date: Mon, 15 Dec 2003 02:00:34 -0800 (PST) Message-Id: <200312151000.hBFA0YmM033831@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Simun Mikecin Subject: Re: kern/60094: NVIDIA drivers + SMP causes hard lock up X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Simun Mikecin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 10:00:35 -0000 The following reply was made to PR kern/60094; it has been noted by GNATS. From: Simun Mikecin To: freebsd-gnats-submit@FreeBSD.org, bacon@smithers.neuro.mcw.edu Cc: Subject: Re: kern/60094: NVIDIA drivers + SMP causes hard lock up Date: Mon, 15 Dec 2003 10:53:27 +0100 Try this: 1) use kernel AGPGART (either compile it in the kernel, or put agp_load="YES" in /boot/loader.conf 2) do: cd /usr/ports/x11/nvidia-driver make -DWITH_FREEBSD_AGP install clean reboot 3) after rebooting: kldload nvidia sysctl -w hw.nvidia.registry.UpdateKernelAGP=0 startx If it still doesn't work remove agp from the kernel if you compiled it in and remove agp_load line from the /boot/loader.conf. After booting with a new kernel try "make install clean" instead of the above make command. That will use NVidia's AGP driver instead of the one from the kernel.