Xorg current version: 7.1.1
Beryl current version: 0.2.1
This guide explains how I installed Xorg-7.1.1 and Beryl-0.1.4 (using xorg/fedora's aiglx extensions) on Slackware 11 with Dropline Gnome 2.16.2
root@bit:/usr/share/aclocal# for i in `ls /usr/X11R7/share/aclocal/`;do rm $i;done root@bit:/usr/share/aclocal# for i in `ls /usr/X11R7/share/aclocal/`;do ln -s /usr/X11R7/share/aclocal/$i .;done
You will need all the packages in http://thoughtbit.com/xorg-build/packages/x/. If you plan on using Beryl, then you will also need all the packages in http://thoughtbit.com/xorg-build/packages/xap2/.
Make sure you also have access to your Slackware installation disc or installation files.
Here's a quick guide to installing my xorg-7.1 packages.
I think the cleanest way to do this (without linking all sorts of things inside /usr/X11R*), is to first remove everything that is in /usr/X11R6, install xorg-7.1, link /usr/X11 and /usr/X11R6 to /usr/X11R7, and then reinstall your removed packages that you still need. Here's my process:
grep X11R6 * |cut -f 1 -d ":" |uniq
- if any packages are listed, make a note, and then remove them.
ln -s /usr/X11R7 /usr/X11
ln -s /usr/X11R7 /usr/X11R6
ln -s /usr/X11R7/bin /usr/bin/X11
ln -s /usr/X11R7/include/X11 /usr/include/X11
ln -s /usr/X11R7/lib/X11 /usr/lib/X11