Update Intel graphics driver for Ubuntu 14.04
September 21, 2014 22:47:48 Last update: September 23, 2014 21:18:18
- Trust the Intel Graphics Installer:
$ wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | sudo apt-key add -
$ wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | sudo apt-key add -
- Download the installer debian package from https://01.org/linuxgraphics/downloads
- Install the debian package.
- Run
intel-linux-graphics-installer
Note: the
--no-check-certificate
option does not seem necessary since the website does have a valid SSL cert.