How To Install The Intel Linux Graphics 1.0.3 Drivers On Ubuntu 13.10, Linux Mint 16 And Fedora 19

Hello Linux Geeksters. In this article I will show you how to install the Intel Linux Graphics 1.0.3 on Ubuntu 13.10 Saucy Salamander, Linux Mint 16 Petra and Fedora 19.

Watch Free Movies

As you may know, the Intel Linux Graphics Installer is a tool created by Intel to help users install video drivers for Intel hardware easily. The latest Intel Linux Graphics driver is Intel Linux Graphics 1.0.3, which works only on Ubuntu 13.10 and Fedora 19.

Since the needed packages are available via 01.org, installing Intel Linux Graphics 1.0.3 on the listed Ubuntu, Linux Mint and Fedora is easy. Follow the instructions for your system and architecture exactly, in order to get a successful installation.

How to install Intel Linux Graphics 1.0.3 on Ubuntu 13.10 Saucy Salamander and Linux Mint 16 Petra:

Instructions for 32 bit systems:

$ wget https://download.01.org/gfx/ubuntu/13.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.3_i386.deb
$ sudo dpkg -i intel-linux-graphics-installer_1.0.3_i386.deb

Instructions for 64 bit systems:

$ wget https://download.01.org/gfx/ubuntu/13.10/main/pool/main/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.3_amd64.deb
$ sudo dpkg -i intel-linux-graphics-installer_1.0.3_amd64.deb

How to install Intel Linux Graphics 1.0.3 on Fedora 19:

Instructions for 32 bit systems:

$ wget https://download.01.org/gfx/fedora/19/i686/intel-linux-graphics-installer-1.0.3-3.5.i686.rpm
$ sudo dpkg -i intel-linux-graphics-installer-1.0.3-3.5.i686.rpm

Instructions for 64 bit systems:

$ wget https://download.01.org/gfx/fedora/19/x86_64/intel-linux-graphics-installer-1.0.3-3.5.x86_64.rpm
$ sudo dpkg -i intel-linux-graphics-installer-1.0.3-3.5.x86_64.rpm

Scroll to Top