diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-06 17:19:19 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-02-06 17:19:19 -0700 |
| commit | da1ad51f1fe863a5f2e9efee6ab23b5606580031 (patch) | |
| tree | 3a17104ec82eaa508038e8c2e7035a28c20b9c9e | |
| parent | 9e5fce3ae104bf67a9bb6578e73679a833e21434 (diff) | |
| parent | 6d3c576f85ae749697e971eef6001527dd0ce67a (diff) | |
| download | usermoji-da1ad51f1fe863a5f2e9efee6ab23b5606580031.tar.xz | |
Merge branch 'FslNopper-master'
| -rw-r--r-- | BUILD.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. |
