Debian Radeon fglrx build scripts ================================= This project contains a few simple scripts used to build Debian kernel modules for the Radeon Graphics adaptor. They include; * fglrx.diff.gz - a patch against the fglrx kernel source, including drm headers. This is old and nolonger needed. * build-modules - a script to build all extracted kernel modules against all installed kernel headers. * build-fglrx - a script to build the fglrx module using build modules, applying patches, etc. See http://www.melb.apana.org.au/Melb/MelbWiki/ATIRadeon9600 for details of what these scripts do. Installation ------------ Make sure everything needed to build using kernel-package is installed. Put fglrx.diff.gz into /usr/src/. Put the build-* scripts in /usr/local/sbin/. Install all desired kernel-headers packages. Install the fglrx source package. Usage ----- run build-fglrx. Note that these scripts will move the generated debs into /pub/debian-local and generate a Packages file... modify as needed for your own purposes.