diff --git a/docs/cvs_access.html b/docs/cvs_access.html index c57f1c83293..797bcb693ca 100644 --- a/docs/cvs_access.html +++ b/docs/cvs_access.html @@ -40,14 +40,14 @@ Here are the basic instructions for Unix systems: Version 1.9.28 is known to work.
- cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa login
+ cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa login
Just press Enter/Return when prompted for a password.
- cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa co Mesa
+ cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa co Mesa
@@ -56,7 +56,7 @@ Here are the basic instructions for Unix systems:
cd Mesa
-cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa update
+cvs -z3 -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa update
- cvs -d:ext:yourusername@pdx.freedesktop.org:/cvs/mesa co Mesa + cvs -d:ext:yourusername@cvs.freedesktop.org:/cvs/mesa co Mesa
diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html index 18b0ca815e7..4af503932be 100644 --- a/docs/fbdev-dri.html +++ b/docs/fbdev-dri.html @@ -70,13 +70,13 @@ They're found in a module of the DRI CVS tree. To obtain the code do the following:
- cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri login + cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri login
Press Enter/Return when prompted for a password. Then,
- cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri co drm + cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri co drm
diff --git a/docs/install.html b/docs/install.html index 129daced427..fbaf8fe9f34 100644 --- a/docs/install.html +++ b/docs/install.html @@ -50,26 +50,18 @@ Rendering Manager) kernel drivers and header files. They're available from the DRI project.
-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:
-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
-Make note of the directory in which the drm files are placed. -
-See the -DRI Building Instructions for the steps to build the DRM modules. +DRI Building Instructions for the steps to build the DRM modules. This +version of Mesa requires at least libdrm 2.0.1 or greater.
-Next, in the Mesa-x.y.z/configs/default file, set the
-DRM_SOURCE_PATH variable to indicate where the DRM files
-are located.
-
-Now build Mesa and the DRI drivers by running +Build Mesa and the DRI drivers by running
make linux-dri