This solved a very annoying problem for me, as the screen was heavily tearing and I didn’t like the video playback performance.
All you need to do is the following:
- If you are using Ubuntu 16.04, then you don’t need this step. If you are using a variant that is based on it, like LinuxMint 18.1 in my case, you have to edit the name of your distribution, as the installer must detect that your OS is Ubuntu 16.04, not anything else.
- Edit the file /etc/lsb_release and comment out the following lines:
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=18.1
DISTRIB_CODENAME=serena
DISTRIB_DESCRIPTION=”Linux Mint 18.1 Serena” - Add the following lines:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION=”Ubuntu 16.04 LTS”
- Edit the file /etc/lsb_release and comment out the following lines:
- Download the Intel installer compatible with Ubuntu 16.04 from here: https://download.01.org/gfx/ubuntu/16.04/main/pool/main/i/intel-graphics-update-tool/intel-graphics-update-tool_2.0.2_amd64.deb and install it**
- You will find a new software installed called “Intel Graphics Update Tool for Linux* OS”, open it and enter your password, as it needs administrative access
- You don’t need to change any settings, just click Next on all screens and start the installation. It will need to download some packages, so you have to be connected to the Internet
- After it’s done, restart your computer
- Enjoy!
**Note: If it complains about missing dependency for the ttf-ancient-fonts, just install it via apt-get
Greate post Amr. I tried to install it and got the following error:
intel-graphics-update-tool depends on ttf-ancient-fonts; however:
Package ttf-ancient-fonts is not installed.
Basically, the tool depends on this ttf-ancient-fonts. Some intel developers mention that it’s needed for some spacial characters…
LikeLike
A workaround was:
after trying to install, do:
sudo apt-get update
sudo apt-get -f install
This has installed the followings:
Setting up fonts-ancient-scripts (2.59-1) …
Setting up ttf-ancient-fonts (2.59-1) …
Setting up intel-graphics-update-tool (2.0.2) …
Cheers
LikeLiked by 1 person
Article Updated, thanks.
LikeLike
Ancient fonts were not enough for me:
`intel-graphics-update-tool depends on libpackagekit-glib2-18 (>= 0.9.4); however:`
[…]
`E: Package ‘libpackagekit-glib2-18’ has no installation candidate`
Only `libpackagekit-glib2-16` and `libpackagekit-glib2-dev` available 😦
LikeLike