2003-01-20 08:29:06 +01:00
|
|
|
To use these drivers, make sure that you have loaded the nvidia kernel
|
|
|
|
module, by doing
|
|
|
|
|
2003-07-04 16:35:20 +02:00
|
|
|
# kldload nvidia
|
2003-01-20 08:29:06 +01:00
|
|
|
|
2003-06-04 19:15:04 +02:00
|
|
|
If you compile this package with WITH_FREEBSD_AGP=yes, you must load
|
2003-01-20 08:29:06 +01:00
|
|
|
the agp.ko kernel module *at boot time* by putting the following
|
|
|
|
line into your /boot/loader.conf:
|
|
|
|
|
2003-07-04 16:35:20 +02:00
|
|
|
agp_load="YES"
|
|
|
|
|
|
|
|
or have your kernel compiled with "device agp".
|
2003-01-20 08:29:06 +01:00
|
|
|
|
|
|
|
Otherwise the nvidia kernel module will not load.
|
|
|
|
|
|
|
|
See ${PREFIX}/share/doc/NVIDIA/README for more information.
|