diff options
-rw-r--r-- | docs/install.html | 5 | ||||
-rw-r--r-- | docs/relnotes-7.3.html | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/install.html b/docs/install.html index d740477c13..be61ef3043 100644 --- a/docs/install.html +++ b/docs/install.html @@ -39,9 +39,10 @@ The following are required for DRI-based hardware acceleration with Mesa 7.3: <ul> <li><a href="http://xorg.freedesktop.org/releases/individual/proto/">dri2proto</a> version 1.99.3 or later -<li><a href="http://dri.freedesktop.org/libdrm/" target="_parent">DRM</a> +<li>Linux 2.6.28 +<li><a href="http://dri.freedesktop.org/libdrm/" target="_parent">libDRM</a> version 2.4.3 or later -<li>Xorg server version 1.4 or 1.5. +<li>Xorg server version 1.5 or later </ul> </p> diff --git a/docs/relnotes-7.3.html b/docs/relnotes-7.3.html index 5cb7dc20fd..c00e5fe2f8 100644 --- a/docs/relnotes-7.3.html +++ b/docs/relnotes-7.3.html @@ -21,8 +21,8 @@ glGetString(GL_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 2.1. </p> <p> -<p> -DRM version 2.4.3 or later should be used with Mesa 7.3 +See the <a href="install.html">Compiling/Installing page</a> for prerequisites +for DRI ardware acceleration. </p> |