- Get the necessary dependencies:
sudo apt-get build-dep xserver-xorg-video-intel - Download the driver version you want to install (either stable tagged or git) from:
http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/ - Now (extract the archive and) open a terminal in the folder
- Set the x64 library path:
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
This is necessary to otherwise the configuration step will fail. - Configure everything to set install path to /usr:
./autogen.sh --prefix=/usr - Build the driver:
make - Install the newly build driver to /usr:
sudo make install - Reboot and check whether new driver is installed and looking into:
/var/log/Xorg.0.log
Search for 'LoadModule: "intel"' (without ''). Three lines below you find your actual running driver version.
Donnerstag, 10. Oktober 2013
Install and update to latest Intel driver in Ubuntu (without PPAs)
If you are running a Laptop with integrated Intel graphics, it's pretty easy to update your drivers to the latest stable version, without running a PPA. You can easily build and install the driver on your own:
Abonnieren
Posts (Atom)