I try to solve the problem in other way, I've downloaded the
newest driver from nvidia site and I followed the install instructions:
|
Quote:
|
|
Installation instructions: Once you have downloaded the driver, change to the directory containing the driver package and install the driver by running, as root, tar xzf NVIDIA-FreeBSD-x86_64-304.37.tar.gz && cd NVIDIA-FreeBSD-x86_64-304.37 & make install
|
and receive the next error:
|
Code:
|
===> x11 (install)
===> x11/driver (install)
===> x11/extension (install)
===> x11/bin (install)
===> x11/man (install)
===> doc (install)
ERROR: Failed to load the NVIDIA module!
*** Error code 1
Stop in /usr/local/src/NVIDIA-FreeBSD-x86_64-304.37 |
This doesn't work so I modify the nvidia-driver port makefile to the version just I downloaded (304.37).
|
Code:
|
DISTVERSION?= 304.37 |
and run
The download and install of the driver went well, but after restart X still not started. Here is the log of errors received.
Xorg.0.log.zip
Kernel version:
|
Code:
|
#uname -r -m -s
FreeBSD 9.0-STABLE amd64 |
The system sources are synchronized with the kernel version (STABLE).Can someone give me an advice to solve this issue? Thank you in advance!