Source Code and Precompiled Binaries
Compiling and/or upgrading video drivers in Linux is a complex
and error-prone task. If you are not experienced doing this,
we recommend that you get precompiled
packages from one of the many Linux distributions.
Source code repositories
X.org 2D driver
The Intel driver for X.org is available from the public X.org git repository:$ git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
DRM kernel module
The DRM kernel modules are available from the public DRM git repository:$ git-clone git://anongit.freedesktop.org/git/mesa/drm
Mesa 3D GL driver
The GL drivers are available from the public Mesa git repository:$ git-clone git://anongit.freedesktop.org/git/mesa/mesa