Articles

Thursday, August 16, 2012

Installing the Intel HD integrated graphics drivers on Linux

To get the Intel HD x000 drivers working in Linux do the following:

sudo apt-add-repository ppa:glasen/intel-driver
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install xserver-xorg-video-intel
sudo init 6
 
I am using Kubuntu 12.04 x64 but any Ubuntu derivative should work.

No comments:

Post a Comment