From 846060d3e728465e04a5ef4c4bb8ac192afeffaf Mon Sep 17 00:00:00 2001 From: Norbert Nopper Date: Fri, 6 Feb 2015 20:56:32 +0100 Subject: Added note on how to reinstall working driver. --- BUILD.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BUILD.md b/BUILD.md index 1604d6aa..1ab5105c 100644 --- a/BUILD.md +++ b/BUILD.md @@ -17,6 +17,15 @@ 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: +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. + ##Linux Build The sample driver uses cmake and should work with the usual cmake options and utilities. -- cgit v1.2.3 From 847207ac9ba6d80a0e67810928735395ff45ecf1 Mon Sep 17 00:00:00 2001 From: Norbert Nopper Date: Fri, 6 Feb 2015 20:57:52 +0100 Subject: Improved note layout. --- BUILD.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/BUILD.md b/BUILD.md index 1ab5105c..15bf2a53 100644 --- a/BUILD.md +++ b/BUILD.md @@ -17,15 +17,15 @@ 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: -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. - +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. + ##Linux Build The sample driver uses cmake and should work with the usual cmake options and utilities. -- cgit v1.2.3 From 6d3c576f85ae749697e971eef6001527dd0ce67a Mon Sep 17 00:00:00 2001 From: Norbert Nopper Date: Fri, 6 Feb 2015 21:06:58 +0100 Subject: Changed note, that everything can be done in the console. --- BUILD.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index 15bf2a53..75706af7 100644 --- 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 -- cgit v1.2.3