Thank You ASX for the reply.
I do have a couple of more questions though, Do I need to install these same two files, or different ones for my driver package?
Also we need to install two additional packages:
pkg install nvidia-settings-340.24_1
pkg install nvidia-xconfig-310.14
Also, I used the 'No Loader' option when installing, so does that mean I need to use this set of commands:
Using this commands add needed lines to corresponding files (pay attention at Note!):
echo 'linux_load="YES"' >> /boot/loader.conf
echo 'linux_enable="YES"' >> /etc/rc.conf
echo 'hint.agp.0.disabled="1"' >> /boot/device.hints
Or this from the 'Notes' box? Or both? Like I say, I'm new to this on BSD. I understand it on linux, but it appears a bit different with BSD.
If you are using BSD loader you may use loader.conf:
echo 'nvidia_load="YES"' >> /boot/loader.conf
Or, if you know the exact commands I need to get them installed and loaded at startup, I would be greatly appreciated.
