jonas99
Thu Jul 24, 2014 2:21:20 am
UPDATED FOR 1.0.6
thanks goto Madvineger and Gizmuntu for their posts on this .
I took snippets from both and modified for the new 1.0.5 driver
If you surely know that your computer has an Intel graphic card and you’re
running Ubuntu 14.04 > Zorin OS 9, continue below to learn how to install this package,
Some users have had issues with their systems after installing and configuring
the driver package, so you should be cautious and backup your system before
installing.
Check here first to see if your card is supported
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=13815
1. Create a backup of your lsb-release file. In terminal:
2. Create a new lsb-release file:
inside the file we copy/paste the following:
We save the file, exit and then we reboot.
Signatures - Ubuntu*
In order to "trust" the Intel® Graphics Installer for Linux*, you will need to
add keys to Ubuntu's software package manager ("apt"). Open a terminal, and
execute these line:
and
For those running 32-bit Ubuntu, run the command below to download the 32-bit
version.
32-bit Ubuntu Linux
For those running 64-bit Ubuntu, run the command below to download the 64-bit
version.
64-bit Ubuntu Linux
Install Deps
run the command below to install.
Once installed, you can find the Intel Graphics Installer for Linux* in your
application dashboard. Just look for the logo, or begin typing 'Intel'.
you can also open a terminal and execute:
After you run the intel installer and the installation is complete,DON'T REBOOT,
revert back to your old lsb-release file by doing the following in terminal:
and reboot
thanks goto Madvineger and Gizmuntu for their posts on this .
I took snippets from both and modified for the new 1.0.5 driver
If you surely know that your computer has an Intel graphic card and you’re
running Ubuntu 14.04 > Zorin OS 9, continue below to learn how to install this package,
Some users have had issues with their systems after installing and configuring
the driver package, so you should be cautious and backup your system before
installing.
Check here first to see if your card is supported
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=13815
1. Create a backup of your lsb-release file. In terminal:
- Code:
sudo mv /etc/lsb-release /etc/lsb-release_backup
2. Create a new lsb-release file:
- Code:
sudo gedit /etc/lsb-release
inside the file we copy/paste the following:
- Code:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04"
We save the file, exit and then we reboot.
- Code:
sudo reboot
Signatures - Ubuntu*
In order to "trust" the Intel® Graphics Installer for Linux*, you will need to
add keys to Ubuntu's software package manager ("apt"). Open a terminal, and
execute these line:
- Code:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | \
sudo apt-key add -
and
- Code:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | \
sudo apt-key add -
For those running 32-bit Ubuntu, run the command below to download the 32-bit
version.
32-bit Ubuntu Linux
- Code:
cd /tmp && wget https://download.01.org/gfx/ubuntu/14.04/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.6-0intel1_i386.deb
For those running 64-bit Ubuntu, run the command below to download the 64-bit
version.
64-bit Ubuntu Linux
- Code:
cd /tmp && wget https://download.01.org/gfx/ubuntu/14.04/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.6-0intel1_amd64.deb
Install Deps
- Code:
sudo apt-get install ttf-ancient-fonts
run the command below to install.
- Code:
sudo dpkg -i intel-linux-graphics-installer*.deb
Once installed, you can find the Intel Graphics Installer for Linux* in your
application dashboard. Just look for the logo, or begin typing 'Intel'.
you can also open a terminal and execute:
- Code:
sudo intel-linux-graphics-installer
After you run the intel installer and the installation is complete,DON'T REBOOT,
revert back to your old lsb-release file by doing the following in terminal:
- Code:
sudo rm /etc/lsb-release
sudo mv /etc/lsb-release_backup /etc/lsb-release
and reboot
- Code:
sudo reboot