umask
'' value of 022
because the X server requires
special permissions.
% su
# umask 022
/usr
partition ``cd
/usr
'' and skip to no. 4.
Otherwise, create a directory on another partition and sym link it into
/usr
:
# cd /usr/local
# mkdir X11R6
# ln -s /usr/local/X11R6 /usr/X11R6
# cd /usr/X11R6
# sh preinst.sh
# for i in X332*.tgz; do
# tar -x -z --unlink -f $i
# done
Else, if you are using csh:
% foreach i (X332*.tgz)
% tar -x -z --unlink -f $i
% end
X
'' that points to the server
that matches your video card. The XF86_* man pages list which
vga chip sets are supported by each server. For example, if you
have an ET4000 based card you will use the XF86_SVGA server:
# cd /usr/X11R6/bin; rm X; ln -s XF86_SVGA X