Linux 版 (精华区)
发信人: clx (楚留香), 信区: Unix
标 题: Linux XFree86 HOWTO 中译版(04)
发信站: 紫 丁 香 (Sat Jun 27 17:37:31 1998), 转信
Linux XFree86 HOWTO 中译版 : 安装 XFree86
Previous: 硬体需求
Next: 设定 XFree86
3. 安装 XFree86
很有可能,你取得的 XFree86 是 Linux distribution[发行套件]
的一部分, 在那种情形, 分开下载该软体是没有必要的. 在那情形
下,你可以略过这一节.
XFree86 的 Linux binary distribution 可以在许多 FTP 站找到.
在 XFree86 站, 它是在
ftp://ftp.xfree86.org/pub/XFree86/current/binaries/Linux-ix86
( 当笔者在写的时候, 目前的版本是 3.2A; 最新版本则定期地释
出).
在做任何其它东西之前,首先下载且执行 `preinst.sh' 的 shell
script. 这可以告诉你,在你继续你的安装之前,你需要在妥当位置
有关的先决要素.
如果你直接下载 XFree86, 这个列表列出在 XFree86-3.3 软体套件
中的档案.
以下 server 之一是必需的:
X338514.tgz
Server for 8514-based boards.
X33AGX.tgz
Server for AGX-based boards.
X33I128.tgz
Server for the Number Nine Imagine 128.
X33Mach32.tgz
Server for Mach32-based boards.
X33Mach64.tgz
Server for Mach64-based boards.
X33Mach8.tgz
Server for Mach8-based boards.
X33Mono.tgz
Server for monochrome video modes.
X33P9K.tgz
Server for P9000-based boards.
X33S3.tgz
Server for S3-based boards.
X33S3V.tgz
Server for the S3 ViRGE and ViRGE/VX (considered beta)
X33SVGA.tgz
Server for Super VGA-based boards.
X33W32.tgz
Server for ET4000/W32-based boards.
如果你不知道要取哪一个,就取 VGA16 server,X33VGA16.tgz. 不管
怎样,你都要下载这一个,因为你将需要它在下个步骤去执行自动设
定工具.
以下全部档案都是必须的:
preinst.sh
Pre-installation script
postinst.sh
Post-installation script
X33bin.tgz
The rest of the X11R6 binaries.
X33cfg.tgz
Config files for xdm, xinit and fs.
X33doc.tgz
Documentation.
X33man.tgz
Manual pages.
X33fnts.tgz
75dpi, misc and PEX fonts
X33lib.tgz
Shared X libraries and support files.
X33set.tgz
XF86Setup utility
X33VG16.tgz
Server for VGA/EGA-based boards.
以下档案是选择性的:
X33f100.tgz
100dpi fonts
X33fcyr.tgz
Cyrillic fonts
X33fnon.tgz
Other fonts (Chinese, Japanese, Korean, Hebrew)
X33fscl.tgz
Scalable fonts (Speedo and Type1)
X33fsrv.tgz
Font server and config files
X33prog.tgz
X header files, config files and compile-time libs
X33lkit.tgz
X server LinkKit
X33lk98.tgz
PC98 X server LinkKit
X33nest.tgz
Nested X server
X33prt.tgz
X print server
X33vfb.tgz
Virtual framebuffer X server
X33ps.tgz
PostScript version of the documentation
X33html.tgz
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 而定). 或者你可以简单地修改
/etc/.bashrc 或 /etc/.cshrc (视你的 shell 而定) 来把该目录加入你
个人的 path .
你也需要确定 /usr/X11R6/lib 能被 runtime linker ld.so 找到. 为
了这样,加这行
/usr/X11R6/lib
到这个档 /etc/ld.so.conf, 和以 root 身分去执行 /sbin/ldconfig,
Linux XFree86 HOWTO 中译版 : 安装 XFree86
Previous: 硬体需求
Next: 设定 XFree86
--
※ 来源:.紫 丁 香 bbs.hit.edu.cn.[FROM: 202.118.244.16]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:2.150毫秒