diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-11-27 10:31:05 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-11-27 10:31:55 -0700 |
commit | 27028fcf741cf8bfc4da809b904e9d66866c94e5 (patch) | |
tree | 560b369e7408faa17a9486fb15ab2e8e59226298 /docs | |
parent | 5ef3a2c06d474891a667ef66ffd7aaa52af5fc04 (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 0d9e52cee4..c3724b3712 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> |