aboutsummaryrefslogtreecommitdiffstats
path: root/x11/nvidia-driver
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2008-03-03 21:29:43 +0800
committerdanfe <danfe@FreeBSD.org>2008-03-03 21:29:43 +0800
commit2ff3b6d8eab78def20506791b86b018b2845ae2b (patch)
treeabfa987627cbcd97c9418dbfd0574c118c1bd16b /x11/nvidia-driver
parent32220d838047085d162c34449632f9873f35198e (diff)
downloadfreebsd-ports-graphics-2ff3b6d8eab78def20506791b86b018b2845ae2b.tar.gz
freebsd-ports-graphics-2ff3b6d8eab78def20506791b86b018b2845ae2b.tar.zst
freebsd-ports-graphics-2ff3b6d8eab78def20506791b86b018b2845ae2b.zip
- Add a note for users of 7.X/-CURRENT [*]
- Improve on text, get rid of hyphenation PR: ports/121239 [*]
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r--x11/nvidia-driver/files/pkg-message.in12
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