Do graphics drivers for Intel HD 4600 exist?

I recently installed Precise on an Intel i7-4770 machine with a HD 4600 GPU and I've unfortunately been experiencing the dreaded "flickering mouse cursor" from the beginning.

I read that supposedly using the right graphics drivers for the GPU would have a high chance of fixing the issue.

Being pretty new to the Linux graphics drivers world, I'm not sure what exactly I should be looking for. Do Linux drivers specific to the HD 4600 exist in the wild, or do I instead want something like Mesa as the "next best thing". What other options do I have?


Following link points to the same issue: ubuntu 12.04 - intel hd4600 haswell graphics issue

Ubuntu 12.04 (Precise) uses older kernel, while better support of Intel HD4600 was added into later kernels. It should be solved in Ubuntu 13.04 kernel and command bellow allows to use Ubuntu 13.04 kernel in 12.04 Ubuntu.

Install Raring (13.04) kernel and x-server with following command:

sudo apt-get install linux-generic-lts-raring xserver-xorg-lts-raring

I tested this steps today on fresh install of 64bit Ubuntu Precise 12.04.2 with Intel i5-4670K processor.

Comments:

  • Link on top of this answer does not install 13.04 kernel (Raring), but only 12.10 kernel (Quantal)
  • Ubuntu Precise 12.04.2 64bit (image available for download today) already includes Quantal kernel and x-server as a default. This 12.10 kernel (Quantal) has some basic support of Haswell processors (more on this link)

OK, since Intel drivers are open source you can't find them in additional drivers as they should be installed doing the Ubuntu installation. I'd recommend trying to install the drivers from a ppa.

Open the terminal and write:

sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update 
sudo apt-get dist-upgrade

This adds a graphics repo and will(hopefully) update your drivers to the newest.

If this causes any problems then remove the repo and type this into the terminal:

sudo apt-get update 
sudo apt-get dist-upgrade