blob: dafe93281811d4826fa077521ab6240a01913826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
To use these drivers, make sure that you have loaded the nvidia kernel
module, by doing
# kldload nvidia
If you compile this package with WITH_FREEBSD_AGP=yes, you must load
the agp.ko kernel module *at boot time* by putting the following
line into your /boot/loader.conf:
agp_load="YES"
or have your kernel compiled with "device agp".
Otherwise the nvidia kernel module will not load.
See ${PREFIX}/share/doc/NVIDIA/README for more information.
|