|
翻译原文:
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=4642
已经校对过的
编号001-007:
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=5738
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=6466
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=6526
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=6842
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=6973
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=7451
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=8154
有新意见的朋友还可以继续跟贴,谢谢!
今天开始校对编号008,希望大家热情参与:
******************************
008
附录 B
:最小软件要求
__________________________________________________________________________
o linux kernel 2.2.12 # cat /proc/version
o XFree86 4.0.1 # XFree86 -version
o Kernel modutils 2.1.121 # insmod -V
If you need to build the NVdriver kernel module:
o binutils 2.9.5 # size --version
o GNU make 3.77 # make --version
o gcc 2.91.66 # gcc --version
--如果你从源代码 rpms 安装:
o spec-helper rpm # rpm -qi spec-helper
(说明助理)
-支持从 2.2.12起所有的官方的稳定的内核
不支持测试版如 "2.4.3-pre2"
例如 2.3.x 或 2.5.x 的开发系列内核也一样不被支持。
linux 内核能从 www.kernel.org 或它的镜像站下载
只当你以srpm或tar文件安装NVIDIA_kernel包并且能在www.gnu.org或其镜像站被检索,才要求安装binutils 和 gcc
笔记: 二进制的RPM不要求安装binutils 和 gcc 。
如果你正在使用 XFree86 ,但是没有/var/log/XFree86.0.log文件 ,你可能在用XFree86的一个 3.x
版本并且必须升级。
如果你第一次安装 XFree86 4.x ,它经常首先安装对 XFree86 开放源代码的一个驱动程序(“ nv ”,“ vga
”或“vesa')。
一旦 XFree86 与开放源代码驱动程序一起正正常运行,换成 nvidia 驱动程序,是更容易的。
注意新版的 NVIDIA GPUs 可能不能被 XFree86 的“ nv ”的旧版本驱动。
例如,那 XFree86 4.0.1 没认出 GeForce2 family和 Quadro2 的“ nv ” MXR GPUs 。
然而,这在 XFree86 版本 4.0.2 被修正( XFree86 能从 www.xfree86.org 被检索)。
这些软件包可以也通过你的 linux 经销商得到。
-----------------------
英文原文:
__________________________________________________________________________
(app-b) APPENDIX B: MINIMUM SOFTWARE REQUIREMENTS
__________________________________________________________________________
o linux kernel 2.2.12 # cat /proc/version
o XFree86 4.0.1 # XFree86 -version
o Kernel modutils 2.1.121 # insmod -V
If you need to build the NVdriver kernel module:
o binutils 2.9.5 # size --version
o GNU make 3.77 # make --version
o gcc 2.91.66 # gcc --version
If you build from source rpms:
o spec-helper rpm # rpm -qi spec-helper
All official stable kernel releases from 2.2.12 and up are supported;
"prerelease" versions such as "2.4.3-pre2" are not supported, nor are
development series kernels such as 2.3.x or 2.5.x. The linux kernel
can be gotten from www.kernel.org or one of its mirrors.
binutils and gcc are required only if you install the NVIDIA_kernel
package by srpm or tar file and can be retrieved from www.gnu.org or
one of its mirrors. Note: binutils and gcc are not required by binary
RPM installations.
If you are using XFree86, but do not have a file /var/log/XFree86.0.log,
then you probably have a 3.x version of XFree86 and must upgrade.
If you are setting up XFree86 4.x for the first time, it is often easier
to begin with one of the open source drivers that ships with XFree86
(either 'nv', 'vga' or 'vesa'). Once XFree86 is operating properly with
the open source driver, then it is easier to switch to the nvidia driver.
Note that newer NVIDIA GPUs may not work with older versions of the "nv"
driver shipped with XFree86. For example, the "nv" driver that shipped
with XFree86 version 4.0.1 did not recognize the GeForce2 family and
the Quadro2 MXR GPUs. However, this was fixed in XFree86 version 4.0.2
(XFree86 can be retrieved from www.xfree86.org).
These software packages may also be available through your linux
distributor. |
|