很有可能,你取得的 XFree86 是 Linux 發行套件的一部分, 在那種情形, 分開下載該軟體是沒有必要的. 在那情形下,你可以略過這一節.
XFree86 的 Linux 二元碼版本可以在許多 FTP 站找到. 在 XFree86 站, 它是在 ftp://ftp.xfree86.org/pub/XFree86/current/binaries/Linux-ix86 ( 當筆者在寫的時候, 目前的版本是 3.2A; 最新版本則定期地釋出).
在做任何其它東西之前,首先下載且執行 `preinst.sh' 的 shell script. 這可以告訴你,在你繼續你的安裝之前,你需要在妥當位置有關的先決要素.
如果你直接下載 XFree86, 這個列表列出在 XFree86-3.3 軟體套件中的檔案.
以下 server 之一是必需的:
Server for 8514-based boards.
Server for AGX-based boards.
Server for the Number Nine Imagine 128.
Server for Mach32-based boards.
Server for Mach64-based boards.
Server for Mach8-based boards.
Server for monochrome video modes.
Server for P9000-based boards.
Server for S3-based boards.
Server for the S3 ViRGE and ViRGE/VX (considered beta)
Server for Super VGA-based boards.
Server for ET4000/W32-based boards.
以下全部檔案都是必須的:
Pre-installation script
Post-installation script
The rest of the X11R6 binaries.
Config files for xdm, xinit and fs.
Documentation.
Manual pages.
75dpi, misc and PEX fonts
Shared X libraries and support files.
XF86Setup utility
Server for VGA/EGA-based boards.
以下檔案是選擇性的:
100dpi fonts
Cyrillic fonts
Other fonts (Chinese, Japanese, Korean, Hebrew)
Scalable fonts (Speedo and Type1)
Font server and config files
X header files, config files and compile-time libs
X server LinkKit
PC98 X server LinkKit
Nested X server
X print server
Virtual framebuffer X server
PostScript version of the documentation
HTML version of the documentation
那個 XFree86 目錄應該包含有目前版本的 release notes 在 RELNOTES.
對於安裝細節,可查閱於該文件[RELNOTES].
所要安裝 XFree86 的工作的是取得以上檔案, (以 root 身分) 建立
/usr/X11R6 目錄, 和從 /usr/X11R6 解開那些檔案如下列指令:
gzip -dc X33bin.tgz | tar xfB -
記住這些 tar 檔案是相對於 /usr/X11R6 目錄所包裝起來的,
所以很重要的是要在那�婺悒]包裝.
你需要確定 /usr/X11R6/bin 是有設在你的 path 中.
這可以藉由編輯你系統內定的 /etc/profile 或 /etc/csh.login
(此乃根據你,或在你系統中的其他使用者,所使用的 shell 而定).
或者你可以簡單地修改 .bashrc 或 .cshrc
(視你的 shell 而定) 來把該目錄加入你個人的 path .
你也需要確定 /usr/X11R6/lib 能被 runtime linker ld.so 找到.
為了這樣,加這行
/usr/X11R6/lib
到這個檔 /etc/ld.so.conf, 和以 root 身分去執行
/sbin/ldconfig,