I am on day two of my first attempt at installing FreeBSD. I am stuck at the part of the setup where I generate a working xorg.conf file.
I ran
and
I got the blank screen and realized I hadn't install the nvidia drivers.
I went to
and did make install and got this error
I have added
to /boot/loader.conf based on a BSD document for Compiz fusion.
How do I go about installing nvidia so that it does find the tree? I can navigate to and view the make file, but not the skill to manipulate it yet.
Thank you
I ran
Code:
Xorg -configure
Code:
cp /root/xorg.conf.new /etc/X11/xorg.conf
I got the blank screen and realized I hadn't install the nvidia drivers.
I went to
Code:
/usr/ports/x11/nvidia-driver
Code:
"/usr/share/mk/bsd.kmod.mk", line 12: "cant find kernel source tree"
I have added
Code:
nvidia_load="YES"
How do I go about installing nvidia so that it does find the tree? I can navigate to and view the make file, but not the skill to manipulate it yet.
Thank you