kern/60094: NVIDIA drivers + SMP causes hard lock up
Simun Mikecin
sime at logos.hr
Mon Dec 15 02:00:35 PST 2003
The following reply was made to PR kern/60094; it has been noted by GNATS.
From: Simun Mikecin <sime at logos.hr>
To: freebsd-gnats-submit at FreeBSD.org, bacon at 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.
More information about the freebsd-bugs
mailing list