Solved [Solved]Fatal Error:No screens found (nvidia-driver: 331.20)

Hi. I've a problem. I'm not able to use the nvidia-driver 331.20. If I install it I get an "No screens found" error. However, it should work, because I've a Nvidia 6150SE NForce 430. It worked fine back in 9.1. Now I'm on 10.0.
I can still use nvidia-driver-96, but that driver is very outdated, and I can't play some games with it.
P.S.: According to the Nividia website, latest FreeBSD x86 driver is 304.1190. So... Where did the 331.20 version came from?

Here is the X.org log: http://pastebin.com/KF4snEt6
And here is the config file (Automatically generated by nvidia-xconfig): http://pastebin.com/figyXCQm
 
Re: Fatal Error: No screens found (nvidia-driver: 331.20)

I've thought that 96 and 331.20 were the only versions available...
I've just tried 304, but I got the same error message.
Here is the log: http://pastebin.com/qyVMwRBh
 
Re: Fatal Error: No screens found (nvidia-driver: 331.20)

This time it's saying that it's a problem with the kernel module. Try to reload it, you might have an old one still loaded kldunload nvidia; kldload nvidia then try it again. Or you can add nvidia_load="YES" to /boot/loader.conf and reboot.
 
Re: Fatal Error: No screens found (nvidia-driver: 331.20)

Thank you very much!
I had already added that line to loader.conf, but I didn't reboot the computer, so the old module was still loaded...
Those two commands solved the problem :)
 
Back
Top