Ubuntu – Ubuntu 16.10 on DELL XPS 13 9360 – (how) do I use Intel graphics drivers

delldriversintel graphicsxps

I searched on the internet but couldn't find exactly what I am looking for. I have a DELL XPS 13 9360 running Ubuntu 16.10 and I'm pretty sure that it's running the generic video drivers. I've downloaded the intel tool from https://01.org/linuxgraphics/downloads/intel-graphics-update-tool-linux-os-v2.0.3, installed it and rebooted the operating system. Now I have two questions:

  • How do I know if I'm running the intel drivers?

And just in case that I am not using them already …

  • How do I get them to be the ones being used?

Thanks for the help.

Best Answer

The first and most easy option to check whether you are using intel graphics and drivers would be to open the System Settings application and then open the Details tab ... there in Overview :

enter image description here

The intel drivers are installed and in use by default, there's really no need to download and install anything unless you have a dedicated NVIDIA adapter and want to use proprietary NVIDIA drivers instead. You can check which drivers you use by opening a terminal and executing this command :

lspci -k | grep VGA (when you only have an integrated intel GPU) or lspci -k | grep -EA2 'VGA|3D' (if you have an additional NVIDIA GPU). But as far as I know, DELL XPS 13 9360 comes with an integrated intel HD Graphics 620 solution. Conclusion : everything works out-of-the-box.

To check which video drivers are installed in the operating system, just execute this command :

$ dpkg --get-selections | grep xserver-xorg-video  
xserver-xorg-video-all              install
xserver-xorg-video-amdgpu           install
xserver-xorg-video-ati              install
xserver-xorg-video-fbdev            install
xserver-xorg-video-intel            install
xserver-xorg-video-nouveau          install
xserver-xorg-video-qxl              install
xserver-xorg-video-radeon           install
xserver-xorg-video-vesa             install
xserver-xorg-video-vmware           install

Find other available video drivers in the repositories with : $ apt search xserver-xorg-video

You can check which intel drivers versions are available and which one is installed by executing :

$ apt policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Installed: 2:2.99.917+git20160706-1ubuntu1
  Candidate: 2:2.99.917+git20160706-1ubuntu1
  Version table:
 *** 2:2.99.917+git20160706-1ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu yakkety/main amd64 Packages
        100 /var/lib/dpkg/status

More details about the installed drivers you get with : sudo lshw -c video and modinfo i915