How to install Intel graphics drivers (with Vulkan support) for Ubuntu 16.04 Xenial?

8,207

Solution 1

The padoka PPA (linked in Sascha Willems's answer) worked for me as well, on Ubuntu 16.04.

After adding the PPA to apt, I did the following:

  1. sudo apt upgrade libglapi-mesa libgl1-mesa-dri vulkan-utils
  2. For some reason I had to create an extra symlink for the intel driver:
    sudo ln -s /usr/lib/x86_64-linux-gnu/mesa/libvulkan_intel.so /usr/lib/x86_64-linux-gnu/libvulkan_intel.so

Solution 2

Try using the PPA from https://launchpad.net/~paulo-miguel-dias/+archive/ubuntu/mesa

It's mostly up-to-date and also includes Vulkan drivers for Intel GPUs. I'm using that one too for development.

Share:
8,207

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments