This guide will show you how to set up DeXtop CDE on almost any version of Slackware. If you have not installed Slackware yet, do NOT install any X11-related packages. You're going to discard /usr/X11R6 later on, in favor of a tiny-X server (from XFree86 4.6.0) and XiG's X11 environment.
# chmod +x /etc/rc.d/rc.portmap
# mv /usr/X11R6 /usr/X11R6.bak # mkdir /usr/X11R6
# cd /usr/X11R6 # ls -l /lib/libc-* -rwxr-xr-x 1 root root 1340373 2005-09-10 16:05 /lib/libc-2.3.5.so # wget ftp://ftp.xfree86.org/4.6.0/binaries/Linux-ix86-glibc23/Xtinyx.tgz # gunzip -c Xtinyx.tgz | tar xvf - bin/Xchips bin/Xfbdev bin/Xi810 bin/Xigs bin/Xipaq bin/Xmach64 bin/Xsavage bin/Xsis530 bin/Xtrident bin/Xtrio bin/Xts300 bin/Xvesa # rm Xtinyx.tgz
# cd bin # ln -s Xvesa X
# mount /mnt/cdrom # cd /mnt/cdrom # ./Install # cd # umount /mnt/cdrom
# mkdir -p /etc/dt/config # cp /usr/dt/config/Xservers /etc/dt/config/ # vi /etc/dt/config/Xservers
# shutdown -r now