Update the install docs to make explicit note of libdrm version dependency.
authorAdam Jackson <ajax@freedesktop.org>
Thu, 30 Mar 2006 19:21:20 +0000 (19:21 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Thu, 30 Mar 2006 19:21:20 +0000 (19:21 +0000)
Change pdx.fd.o to {anon,}cvs.fd.o as appropriate.

docs/cvs_access.html
docs/fbdev-dri.html
docs/install.html

index c57f1c832932811bac972e0f1321dda3b0a3823f..797bcb693ca6e81fea76d5b1eb8a730cd354649d 100644 (file)
@@ -40,14 +40,14 @@ Here are the basic instructions for Unix systems:
     Version 1.9.28 is known to work.
 <li>Login as an anonymous user:
     <pre>
-    cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa login
+    cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa login
     </pre>
     Just press Enter/Return when prompted for a password.
     <br>
     <br>
 <li>Check out the code:
     <pre>
-    cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa co Mesa
+    cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa co Mesa
     </pre>
 </ol>
 
@@ -56,7 +56,7 @@ Here are the basic instructions for Unix systems:
 
 <ol>
 <li><code>cd Mesa</code>
-<li><code>cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa update</code>
+<li><code>cvs -z3 -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa update</code>
 </ol>
 
 
@@ -86,7 +86,7 @@ with:
 </pre>
 followed by:
 <pre>
-   cvs -d:ext:yourusername@pdx.freedesktop.org:/cvs/mesa co Mesa
+   cvs -d:ext:yourusername@cvs.freedesktop.org:/cvs/mesa co Mesa
 </pre>
 
 <p>
index 18b0ca815e7eb3a8e090bc564234eb172aaa6f71..4af503932be9cae3f35ddde511be6831fbb499ac 100644 (file)
@@ -70,13 +70,13 @@ They're found in a module of the DRI CVS tree.
 To obtain the code do the following:
 </p>
 <pre>
-   cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri login
+   cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri login
 </pre>
 <p>
 Press Enter/Return when prompted for a password.  Then,
 </p>
 <pre>
-   cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri co drm
+   cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri co drm
 </pre>
 
 <p>
index 129daced42717d88d14f1679ab3327d3e6e6768c..fbaf8fe9f34b9279b594d5b5e1dc952850d25048 100644 (file)
@@ -50,26 +50,18 @@ Rendering Manager) kernel drivers and header files.
 They're available from the <a href="http://dri.sf.net/" target="_parent">DRI</a> project.
 </p>
 <p>
-You can get them from CVS by doing:
+Your distribution should already have both the kernel modules and support
+library already installed.  If not, you can get them from CVS by doing:
 <pre>
-cvs -d:pserver:anonymous@pds.freedesktop.org:/cvs/dri login
-(hit enter when prompted for a password)
-cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri co drm
+cvs -z3 -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri co drm
 </pre>
 <p>
-Make note of the directory in which the drm files are placed.
-</p>
-<p>
 See the <a href="http://dri.freedesktop.org/wiki/Building" target="_parent">
-DRI Building Instructions</a> for the steps to build the DRM modules.
-</p>
-<p>
-Next, in the <code>Mesa-x.y.z/configs/default</code> file, set the
-<code>DRM_SOURCE_PATH</code> variable to indicate where the DRM files
-are located.
+DRI Building Instructions</a> for the steps to build the DRM modules.  This
+version of Mesa requires at least libdrm 2.0.1 or greater.
 </p>
 <p>
-Now build Mesa and the DRI drivers by running
+Build Mesa and the DRI drivers by running
 </p>
 <pre>
 make linux-dri