diff options
author | Brian <[email protected]> | 2007-11-27 10:30:48 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-27 10:32:39 -0700 |
commit | 440d6203080650bc112c4759dad6bcb3ed9e7fa2 (patch) | |
tree | 23aba6c9b4aca3640cb7925c9a65a2a9b647ad47 /docs | |
parent | 8dd9df0f3e53549acc874d891388cfa34ab038c0 (diff) |
minor additions to avoid FAQs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/fbdev-dri.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html index 0d9e52cee47..c3724b37129 100644 --- a/docs/fbdev-dri.html +++ b/docs/fbdev-dri.html @@ -34,6 +34,11 @@ in the normal Mesa releases so you'll need to get the latest sources sources from the <a href="repository.html">git repository</a>. </p> +<p> +This fbdev/DRI environment isn't well supported. +Code and documentation updates/patches are welcomed. +</p> + <h1>2. Compilation</h1> @@ -66,6 +71,7 @@ You'll need fbdev header files. Check with: </pre> <p> +You'll need to get Mesa from git (see above). Compile Mesa with the 'linux-solo' configuration: </p> <pre> |