How do I upgrade from XFree-3.1 to XFree-3.1.1? I had XFree-3.1 with
Slackware 2.0. I downloaded the following files from sunsite.unc.edu
X311S3.tgz (I have S3 based video card), X311bin.tgz, X311cfg.tgz,
X311doc.tgz, X311fnt.tgz, X311inc.tgz, and X311lib.tgz. They were in
the /pub/X11/XFree-3.1.1 directory. I unpacked the files using the
command mentioned in the INSTALL file which is
gunzip < xxx.tgz | tar xfBp -
where xxx is the name of the tgz file that I want to uncompress. After
doing that I added the line /usr/X11R6/lib in the /etc/ld.so.conf file
and ran 'ldconfig'. Now when I do 'X -probeonly > /tmp/x.out 2>&1' it
still shows that I have XFree-3.1. How do I know that I am running
XFree-3.1.1? Is there any other command which shows what version of
XFree I am using? Is there anything else I have to do?
Please send me email.
Thanks in advance,
Sikander
P.S. I also gave the command 'chmod 755 `find /usr/X11R6 -type d -perm 777`
after unpacking the files, but it gave me the message that check the
help on chmod. I am not sure if it ran successfully.