diff options
-rw-r--r-- | x11/nvidia-driver/files/pkg-message.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/nvidia-driver/files/pkg-message.in b/x11/nvidia-driver/files/pkg-message.in index 9b1dcb058b9..3053be464c7 100644 --- a/x11/nvidia-driver/files/pkg-message.in +++ b/x11/nvidia-driver/files/pkg-message.in @@ -9,12 +9,14 @@ or adding to your /boot/loader.conf. +Note for users of FreeBSD 7.X and above: you MUST edit /boot/loader.conf +and reboot, kldload'ing nvidia module will NOT do the trick. + If you build this port with WITH_FREEBSD_AGP=yes, make sure you have -agp.ko kernel module compiled and installed, since nvidia.ko will -depend on it, or have your kernel compiled with "device agp". Other- -wise the nvidia kernel module will not load. Also, care to specify -correct ``Option "NvAGP"'' in ``Device'' section of your X11 configu- -ration file. +agp.ko kernel module installed and loaded, since nvidia.ko will depend +on it, or have your kernel compiled with "device agp". Otherwise the +nvidia kernel module will not load. Also, care to specify correct +``Option "NvAGP"'' in ``Device'' section of your X11 configuration file. When building with Linux compatibility (WITH_LINUX=yes), make sure linux.ko is available as well (or have it compiled in kernel). It can |