Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2003 02:00:34 -0800 (PST)
From:      Simun Mikecin <sime@logos.hr>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/60094: NVIDIA drivers + SMP causes hard lock up
Message-ID:  <200312151000.hBFA0YmM033831@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/60094; it has been noted by GNATS.

From: Simun Mikecin <sime@logos.hr>
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312151000.hBFA0YmM033831>