Originally Posted by dracheflieger
|
Welcome to the forums ryon. You are not out of luck but you will need your sources and the ports tree. Read chapter 5 of the Quick Guide on your desktop to see how.
Once you get those, you can install it from the ports tree. You will need to open konsole, su to root and
|
Code:
|
cd usr/ports/x11/nvidia-driver-7184 && make install clean && reboot |
and that will install it.
|
Should this still work the same?
I've just installed PCBSD on a machine with an Nvidia Fx5200 -- which I know needs the 173 drivers.
I did select both ports and src at install.
However when I try to make the dirver I get:
|
Code:
|
[james@amarice] /usr/ports/x11/nvidia-driver-173# make install clean
===> Vulnerability check disabled, database not found
===> License NVIDIA accepted by the user
===> Found saved configuration for nvidia-driver-173.14.31
=> NVIDIA-FreeBSD-x86-173.14.31.tar.gz is not in /usr/ports/x11/nvidia-driver-173/../nvidia-driver/distinfo.
=> Either /usr/ports/x11/nvidia-driver-173/../nvidia-driver/distinfo is out of date, or
=> NVIDIA-FreeBSD-x86-173.14.31.tar.gz is spelled incorrectly.
*** Error code 1
Stop in /usr/ports/x11/nvidia-driver-173.
*** Error code 1
Stop in /usr/ports/x11/nvidia-driver-173. |
N.B. This was the second try, hence the saved configuration.
Is the port broken or have I missed something?