misc: Add warning about recent Ubuntu 14.10 issue
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 6 Feb 2015 00:02:39 +0000 (17:02 -0700)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 6 Feb 2015 00:03:58 +0000 (17:03 -0700)
BUILD.md
README.md

index 21cb030..1604d6a 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -4,12 +4,18 @@ Support for Windows is for the loader and layers (additional info below).  Addit
 Support for Android is TBD.
 
 ##Linux System Requirements
-Ubuntu 14.04 LTS, (Ubuntu 14.10 needed for DRI 3 demos)
+Ubuntu 14.10 needed for DRI 3
 
 ```
 sudo apt-get install git subversion cmake libgl1-mesa-dev freeglut3-dev libglm-dev libpng12-dev libmagickwand-dev qt5-default
 sudo apt-get build-dep mesa
 ```
+Warning: Recent versions of 14.10 have **REMOVED** DRI 3.  
+Version: 2:2.99.914-1~exp1ubuntu4.1 is known to work.  
+To see status of this package:
+```
+dpkg -s xserver-xorg-video-intel
+```
 
 ##Linux Build
 
index a2e544d..72ba984 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,6 +39,8 @@ The following components are available:
   APIDump layer is working with these new API elements.\r
   Glave can trace and replay the cube and tri demos.\r
   Other layers in progress.\r
+- Warning: Recent versions of 14.10 have **REMOVED** DRI 3.  \r
+  Version: 2:2.99.914-1~exp1ubuntu4.1 is known to work.  \r
 \r
 ## Prior updates\r
 \r