import NVIDIA-FreeBSD-x86-180.29
[nvidia.git] / doc / html / chapter-02.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta name="generator" content=
5 "HTML Tidy for FreeBSD (vers 1 September 2005), see www.w3.org">
6 <meta http-equiv="Content-Type" content=
7 "text/html; charset=us-ascii">
8 <title>Chapter&nbsp;2.&nbsp;Installing the NVIDIA Driver</title>
9 <meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
10 <link rel="start" href="index.html" title=
11 "NVIDIA Accelerated FreeBSD Graphics Driver README and Installation Guide">
12 <link rel="up" href="part-01.html" title=
13 "Part&nbsp;I.&nbsp;Installation and Configuration Instructions">
14 <link rel="prev" href="appendix-a.html" title=
15 "Appendix&nbsp;A.&nbsp;Minimum Software Requirements">
16 <link rel="next" href="appendix-b.html" title=
17 "Appendix&nbsp;B.&nbsp;Installed Components">
18 </head>
19 <body>
20 <div class="navheader">
21 <table width="100%" summary="Navigation header">
22 <tr>
23 <th colspan="3" align="center">Chapter&nbsp;2.&nbsp;Installing the
24 NVIDIA Driver</th>
25 </tr>
26 <tr>
27 <td width="20%" align="left"><a accesskey="p" href=
28 "appendix-a.html">Prev</a>&nbsp;</td>
29 <th width="60%" align="center">Part&nbsp;I.&nbsp;Installation and
30 Configuration Instructions</th>
31 <td width="20%" align="right">&nbsp;<a accesskey="n" href=
32 "appendix-b.html">Next</a></td>
33 </tr>
34 </table>
35 <hr></div>
36 <div class="chapter" lang="en">
37 <div class="titlepage">
38 <div>
39 <div>
40 <h2 class="title"><a name="installdriver" id=
41 "installdriver"></a>Chapter&nbsp;2.&nbsp;Installing the NVIDIA
42 Driver</h2>
43 </div>
44 </div>
45 </div>
46 <p>This installation procedure will likely be simplified further in
47 the future, but for the moment you will need to download the NVIDIA
48 FreeBSD Graphics Driver archives from the NVIDIA website, extract
49 them to a temporary location of your choice, and run the following
50 from the root of the extracted directory hierarchy:</p>
51 <pre class="screen">
52     % make install
53 </pre>
54 <p>This will compile the NVIDIA FreeBSD kernel module, install it,
55 and kldload it. It will also remove any conflicting OpenGL
56 libraries, and install the NVIDIA OpenGL libraries. The
57 <code class="filename">/dev/nvidia</code> device files will be
58 created (unless the system is using devfs), and your <code class=
59 "filename">/boot/loader.conf</code> file will be updated to
60 automatically load the NVIDIA kernel module on boot, as well as the
61 Linux ABI compatibility module should you not have it compiled into
62 your kernel.</p>
63 </div>
64 <div class="navfooter">
65 <hr>
66 <table width="100%" summary="Navigation footer">
67 <tr>
68 <td width="40%" align="left"><a accesskey="p" href=
69 "appendix-a.html">Prev</a>&nbsp;</td>
70 <td width="20%" align="center"><a accesskey="u" href=
71 "part-01.html">Up</a></td>
72 <td width="40%" align="right">&nbsp;<a accesskey="n" href=
73 "appendix-b.html">Next</a></td>
74 </tr>
75 <tr>
76 <td width="40%" align="left" valign="top">
77 Appendix&nbsp;A.&nbsp;Minimum Software Requirements&nbsp;</td>
78 <td width="20%" align="center"><a accesskey="h" href=
79 "index.html">Home</a></td>
80 <td width="40%" align="right" valign="top">
81 &nbsp;Appendix&nbsp;B.&nbsp;Installed Components</td>
82 </tr>
83 </table>
84 </div>
85 </body>
86 </html>