Ubuntu – Graphics drivers for Intel Nuc (DE3815TYKE)

14.04intel graphics

I'm searching for the graphics drivers for my Nuc with Ubuntu 14.04.

I found and installed "Intel Graphics Installer for Linux" which run fine but without effect. I updated the kernel (3.13 to 3.14.1)

I have to play 1080p videos, but it's still not fluid…

The hardware is new. It's maybe the cause the drivers are missing, but on PC with NVidia cards, I had no problem.

Best Answer

Have you tried using Oibaf's graphics driver PPA?

sudo add-apt-repository ppa:oibaf/graphics-drivers -y; sudo apt-get update; sudo apt-get dist-upgrade -y

You may also want to check whether or not you are actually getting a functional driver with glxinfo | grep OpenGL.

Related Question