README for XFree86 on FreeBSD : Installing the Binaries : Minimal Install:
Previous: Full Install:
Next: After either Full or Minimal Install above:

2.2. Minimal Install:

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  X33$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 X33SVGA.tgz
 # cd /usr/X11R6/bin; rm X; ln -s XF86_SVGA X


README for XFree86 on FreeBSD : Installing the Binaries : Minimal Install:
Previous: Full Install:
Next: After either Full or Minimal Install above: