Intel Linux Graphics Installer which allows you to install the latest graphics and video driver for your Intel graphic hardware was recently updated to version 1.0.2 with support for deb package installer. This means, the driver package can be downloaded and easily installed via apt-get commands.

This brief tutorial is going to show you how to easily install it in Ubuntu. Installing the graphic stack allows the best user experience with Intel graphic hardware when using Linux operating system.

The latest package version (2013Q2), improves performance, fixes bugs, and introduces new hardware-accelerated media encoding formats and video processing features. For more about this release, check out its release notes’ page.

Unlike in previous releases where one must first add the software’s repository key and install its repository before install the driver, the deb installer makes it easy. It automatically installs the repository and its key and make it available via software center for easy upgrade to feature releases.

Some of the new features and/or bug that were fixed are listed below:

  • hotplug improvements
  • DDI code cleanup
  • Dynamic power well support for Haswell
  • Preserve lane reversal bits on DDI/FDI ports
    • Prevent Glamor from crashing if misconfigured.
    • Scaling on Intel® IronLake, SandyBridge, IvyBridge and Haswell.

To get started with installing the package, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the commands below to download 32-bit version of the installer.

wget https://download.01.org/gfx/ubuntu/13.04/main/pool/13.04/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.2-0intel3_i386.deb

 

To download the 64-bit version, run the commands below

wget https://download.01.org/gfx/ubuntu/13.04/main/pool/13.04/i/intel-linux-graphics-installer/intel-linux-graphics-installer_1.0.2-0intel3_amd64.deb

 

After downloading a version for your system, run the commands below to install it.

sudo dpkg -i intel-linux-graphics*.deb && sudo apt-get install –f

 

That’s it!

Now, there have been instances where users have run into trouble after installing the driver. So, before installing it make sure to backup your machine and settings. Here’s a forum that may help you in case you run into issues.

https://01.org/linuxgraphics/forums/general-discussion

 

Enjoy!

 

intel-graphics-installer

Frequently Asked Questions

How to install Intel Linux Graphics Installer in Ubuntu?

To install Intel Linux Graphics Installer in Ubuntu, you can use the deb package installer with apt-get commands. Simply download the appropriate package for your system architecture and run the installation commands provided in the article.

What are the benefits of installing Intel Linux Graphics Installer?

Installing Intel Linux Graphics Installer allows you to get the latest graphics and video drivers for your Intel graphic hardware, which enhances user experience on Linux operating systems. The latest packages offer improved performance, bug fixes, and new hardware-accelerated media encoding formats.

What new features are introduced in the latest Intel Linux Graphics Installer version?

The latest version of Intel Linux Graphics Installer (2013Q2) introduces features such as hotplug improvements, DDI code cleanup, dynamic power well support for Haswell, preservation of lane reversal bits on DDI/FDI ports, prevention of Glamor crashes, and scaling enhancements on Intel® IronLake, SandyBridge, IvyBridge, and Haswell.

How can I troubleshoot issues after installing Intel Linux Graphics Installer?

If you encounter issues after installing Intel Linux Graphics Installer, you can refer to the release notes or community forums for troubleshooting tips. It's important to ensure compatibility with your hardware and software configuration.

Is it necessary to add a repository key before installing Intel Linux Graphics Installer with deb package?

No, with the deb package installer, you no longer need to manually add the repository key before installing Intel Linux Graphics Installer. The deb installer automatically handles the repository and key installation, making the process simpler.

Can Intel Linux Graphics Installer be easily upgraded to future releases?

Yes, Intel Linux Graphics Installer installed using the deb package can be easily upgraded to future releases via the software center. The deb installer sets up the repository and key for seamless upgrades.

What system architectures are supported by Intel Linux Graphics Installer deb packages?

Intel Linux Graphics Installer deb packages are available for both 32-bit and 64-bit systems. You can download the appropriate package for your system architecture from the official Intel website.

Are there specific commands to install Intel Linux Graphics Installer deb package in Ubuntu?

Yes, specific commands are provided in the article for installing Intel Linux Graphics Installer deb package in Ubuntu. You can follow the step-by-step instructions to download and install the package on your system.