Changed note, that everything can be done in the console.
authorNorbert Nopper <Norbert.Nopper@freescale.com>
Fri, 6 Feb 2015 20:06:58 +0000 (21:06 +0100)
committerNorbert Nopper <Norbert.Nopper@freescale.com>
Fri, 6 Feb 2015 20:06:58 +0000 (21:06 +0100)
BUILD.md

index 15bf2a5..75706af 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -20,11 +20,19 @@ 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:  
-1. Type in console (removes current driver):  
-sudo apt-get purge xserver-xorg-video-intel  
-2. Open in Firefox and allow file to open with software center (installs above driver):  
-http://launchpadlibrarian.net/189418339/xserver-xorg-video-intel_2.99.914-1%7Eexp1ubuntu4.1_amd64.deb  
-3. Either restart Ubuntu or just X11.  
+- 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