This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[STICKY] Intel Graphics Installer 1.0.6 for ZorinOS 9

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:
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

spiderobert

Thu Jul 24, 2014 7:24:39 am

when I do this I get several errors. I seem to have quite a few missing dependencies. I'm still pretty new to linux and I'm not sure how to get these or to get around this. I launched from term

Code:
    Finished : Done  [  ] ◦
    package-manager-ubuntu.c/run_transaction_finished: APT transaction finished
    transaction-view.c/on_pm_op_failed: Package manager operation failed: Error running transaction: GDBus.Error:org.debian.apt.TransactionFailed: error-dep-resolution-failed: The following packages have unmet dependencies:

    intel-gpu-tools: Depends: libc6 (>= 2.15) but 2.17-93ubuntu4 is to be installed
                     Depends: libdrm-intel1 (>= 2.4.36) but 2.4.52-1~saucy1 is to be installed
                     Depends: libdrm2 (>= 2.4.31) but 2.4.52-1~saucy1 is to be installed
                     Depends: libpython3.4 (>= 3.4~b1) but it is not going to be installed
                     Depends: libudev1 (>= 183) but 204-0ubuntu19.2 is to be installed
    libva-wayland1: Depends: libc6 (>= 2.3.4) but 2.17-93ubuntu4 is to be installed
                    Depends: libdrm2 (>= 2.3.1) but 2.4.52-1~saucy1 is to be installed
                    Depends: libwayland-client0 (>= 1.3.92) but 1.1.0-2ubuntu3 is to be installed
    vainfo: Depends: libc6 (>= 2.3.4) but 2.17-93ubuntu4 is to be installed
            Depends: libwayland-client0 (>= 1.3.92) but 1.1.0-2ubuntu3 is to be installed

    on_pm_op_failed
    Finished : Error running transaction: GDBus.Error:org.debian.apt.TransactionFailed: error-dep-resolution-failed: The following packages have unmet dependencies:

    intel-gpu-tools: Depends: libc6 (>= 2.15) but 2.17-93ubuntu4 is to be installed
                     Depends: libdrm-intel1 (>= 2.4.36) but 2.4.52-1~saucy1 is to be installed
                     Depends: libdrm2 (>= 2.4.31) but 2.4.52-1~saucy1 is to be installed
                     Depends: libpython3.4 (>= 3.4~b1) but it is not going to be installed
                     Depends: libudev1 (>= 183) but 204-0ubuntu19.2 is to be installed
    libva-wayland1: Depends: libc6 (>= 2.3.4) but 2.17-93ubuntu4 is to be installed
                    Depends: libdrm2 (>= 2.3.1) but 2.4.52-1~saucy1 is to be installed
                    Depends: libwayland-client0 (>= 1.3.92) but 1.1.0-2ubuntu3 is to be installed
    vainfo: Depends: libc6 (>= 2.3.4) but 2.17-93ubuntu4 is to be installed
            Depends: libwayland-client0 (>= 1.3.92) but 1.1.0-2ubuntu3 is to be installed
      [  ] ◦
    on_pm_op_failed
    Finished : The following packages have unmet dependencies:

    intel-gpu-tools: Depends: libc6 (>= 2.15) but 2.17-93ubuntu4 is to be installed
                     Depends: libdrm-intel1 (>= 2.4.36) but 2.4.52-1~saucy1 is to be installed
                     Depends: libdrm2 (>= 2.4.31) but 2.4.52-1~saucy1 is to be installed
                     Depends: libpython3.4 (>= 3.4~b1) but it is not going to be installed
                     Depends: libudev1 (>= 183) but 204-0ubuntu19.2 is to be installed
    libva-wayland1: Depends: libc6 (>= 2.3.4) but 2.17-93ubuntu4 is to be installed
                    Depends: libdrm2 (>= 2.3.1) but 2.4.52-1~saucy1 is to be installed
                    Depends: libwayland-client0 (>= 1.3.92) but 1.1.0-2ubuntu3 is to be installed
    vainfo: Depends: libc6 (>= 2.3.4) but 2.17-93ubuntu4 is to be installed
            Depends: libwayland-client0 (>= 1.3.92) but 1.1.0-2ubuntu3 is to be installed
      [  ] ◦
    main-window.c/on_transaction_finished: Package transaction finished with an error
    transaction_view_start
    Installing packages... : Failed  [  ] ◦

Swarfendor437

Thu Jul 24, 2014 11:43:00 am

Hi jonas99, thought your efforts were worthy of making this post a true [STICKY] so that it gets to the top of the tree and because of a lot of discussion on the subject of late! :D 60 blue jewels to you sir! :D

jonas99

Thu Jul 24, 2014 3:00:18 pm

Hi spiderobert as per Wolfman in you other post. Intel has dropped support for all previous of its linux driver. so Zorin OS 8 is no longer supported.you need to upgrade to Zorin OS 9 for this to work.
use this link to help update as per wolfmans suggestion.
http://www.zoringroup.com/forum/viewtopic.php?f=6&t=4848

So Intel Graphic Installer 1.0.5 will not work for Zorin 8 and below
Intel Graphic installer 1.0.4 for linux is still avail for now and it supports Zorin 8
https://01.org/linuxgraphics/downloads/2014/intelr-graphics-installer-1.0.4-linux
so substitute the 1.0.5 files with the 1.0.4 files.

Barry F

Mon Aug 11, 2014 3:21:04 pm

Hi
I was trying to install the new intel driver for os9 and i got to the step where you add the driver and when i put the command to add the 32 bit driver i get the following message

noway@zorinos9:~$ cd /tmp && wget https://download.01.org/gfx/ubuntu/14.0 ... 1_i386.deb
--2014-08-11 10:09:00-- https://download.01.org/gfx/ubuntu/14.0 ... 1_i386.deb
Resolving download.01.org (download.01.org)... 23.64.123.111
Connecting to download.01.org (download.01.org)|23.64.123.111|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-08-11 10:09:00 ERROR 404: Not Found.

noway@zorinos9:/tmp$

As of now my comptuer is still running but i have no idea what to do now or if any thing happened to my comptuer.

What should i do now so i can complete the installtion of the new intel driver.

Thanks in advance

Barry F

Tue Aug 12, 2014 5:22:42 pm

Hi
I was trying to install the Intel Graphics Installer 1.0.5 for ZorinOS 9 and when I got to step where to install the 32 bit version I got a Error 404 message. So I went and did a Google search about it and I found out that a new version came out on 8/4/2014 Intel Graphics Installer 1.0.6 for ZorinOS 9 you can find it here
https://01.org/linuxgraphics/downloads

I went and installed 1.0.6 and then updated my the graphic driver and for my graphic card which is a
Mobile Intel(R) 4 Series Express Chipset Family I had no problems (at least not yet lol).

I just thought I let you guys know so maybe the guide above can be updated for the new version that is out now because if anyone tries to use the 1.0.5 guide it you will get a Error 404 message (just a suggestion).

Thanks

Swarfendor437

Fri Aug 15, 2014 5:14:48 am

Great find BarryF - 120 blue jewels to you sir! :D

@jonas99 - any chance you could do the updated information? ;)

jonas99

Sat Aug 16, 2014 4:10:40 pm

Done--

Swarfendor437

Sun Aug 17, 2014 8:44:52 pm

Great job jonas99! Another 120 blue jewels for your efforts! :D

scootermcgee

Sat Nov 01, 2014 3:06:10 am

Hello, first THANK YOU. This was amazing and it helped so much. But I some how messed up the backup and now it is playing the ubuntu start up every time I reset my computer. Is this a big deal? Is there a way to fix it?

scootermcgee

Sun Nov 02, 2014 2:29:02 am

Never mind, it seems to have fixed itself.