So if you just downloaded the latest Intel Graphics Installer and just found that it doesn’t support Ubuntu 14.10. Fear not you can trick it into installing by doing the following: First backup sudo cp /etc/lsb-release /etc/lsb-release.backup Then edit the file sudo nano /etc/lsb-release And put the following in there DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty This will allow […]