aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-06 17:19:19 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-02-06 17:19:19 -0700
commitda1ad51f1fe863a5f2e9efee6ab23b5606580031 (patch)
tree3a17104ec82eaa508038e8c2e7035a28c20b9c9e
parent9e5fce3ae104bf67a9bb6578e73679a833e21434 (diff)
parent6d3c576f85ae749697e971eef6001527dd0ce67a (diff)
downloadusermoji-da1ad51f1fe863a5f2e9efee6ab23b5606580031.tar.xz
Merge branch 'FslNopper-master'
-rw-r--r--BUILD.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 1604d6aa..75706af7 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -17,6 +17,23 @@ To see status of this package:
dpkg -s xserver-xorg-video-intel
```
+Note:
+Version 2:2.99.914-1~exp1ubuntu4.2 does not work anymore.
+To install the working driver from launchpadlibrarian.net:
+- Remove the current driver:
+```
+sudo apt-get purge xserver-xorg-video-intel
+```
+- Download the old driver:
+```
+wget http://launchpadlibrarian.net/189418339/xserver-xorg-video-intel_2.99.914-1%7Eexp1ubuntu4.1_amd64.deb
+```
+- Install the driver:
+```
+sudo dpkg -i xserver-xorg-video-intel_2.99.914-1~exp1ubuntu4.1_amd64.deb
+```
+- Either restart Ubuntu or just X11.
+
##Linux Build
The sample driver uses cmake and should work with the usual cmake options and utilities.