In order to build xvidtune you MUST have an X Consortium or XFree86 source tree. If you don't, don't try to build this, it won't work. (There's no reason to build it on non Intel x86 machines either, so if you're on some other kind of system, stop right now.) In order to build, it is assumed that xvidtune is in your "contrib" tree and that the contrib tree is adjacent to your "xc" tree, e.g.: /usr/local/src/X11R6.1/xc/... /usr/local/src/X11R6.1/contrib/programs/xvidtune Step 1: Make a Makefile for your particular system. `imake -I../../../xc/config/cf -DTOPDIR=../../../xc -DCURDIR=../contrib/programs/xvidtune` Step 2: (Optional but recommended) Build the dependencies. `make depend` Step 3: Build `make` Step 4: Install. `make install` You are now ready to tune your display mode lines with xvidtune. $XConsortium: README /main/1 1995/12/31 14:24:09 kaleb $