Building a new release tarball

Building from a git snapshot

  ./autogen.sh
  git log > ChangeLog
  rm -rf .git autom4te.cache config.log config.h config.status
  find . -name Makefile | xargs rm

Building and installing manually straight from git

 ./autogen.sh && make
 sudo cp --remove-destination src/.libs/intel_drv.so /usr/lib/xorg/modules/drivers/
 sudo killall X

Ubuntu X Updates PPA

We maintain a semi-official PPA repository of X.org driver updates at:

ubuntu-x-swat members are welcome to upload new package updates here, but please note the guidelines below.

We encourage users to rely on these packages as updates on top of a regular stable distribution. Thus it is important that packages we place in here be well tested and known to be stable. Do not upload packages for testing purposes - use the main X-Testing PPA, or a PPA in xorg-edgers, or your own PPA in these cases.

Packages should be named in one of the following forms:

The idea here is to select version numbering that is both consistent, and enables the packages to be gracefully upgraded from if a new version is released to Ubuntu via an SRU.

X/DriverBuilding (last edited 2012-10-17 05:39:21 by static-50-53-68-114)