First do numbers 1, 2 and 4 above. Then unpack the required archives:
# for i in bin fnts lib xicf; do
# tar -x -z --unlink -f X332$i.tgz
# done
Then unpack a server archive corresponding to your vga card. The
server man pages, X11R6/man/man1/XF86_*
, list the vga chip
sets supported by each server. For example, if you have an ET4000
based card you will use the XF86_SVGA server:
# tar -x -z --unlink -f X332SVGA.tgz
# cd /usr/X11R6/bin; rm X; ln -s XF86_SVGA X