LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 718|回复: 3

如何安装FX5200显卡,请高手指点一下

[复制链接]
发表于 2007-7-3 13:51:11 | 显示全部楼层 |阅读模式
本人第一次用LINUX,安装的是要SUSE10.2,FX5200显卡驱动不会安装,请高手指点。。
以下是我找到的,但很多不明:
       
Linux Display Driver - AMD64/EM64T

Version: 1.0-9639
Operating System: Linux AMD64/EM64T
Release Date: May 29, 2007

Release Highlights

    * Improved interaction with newer Linux kernels.
    * Improved compatibility with newer versions of X.Org.
    * Please see the README for more information on this driver.

To download and install the drivers, follow the steps below:

STEP 1: Review the NVIDIA Software License.

You will need to accept this license prior to downloading any files.

STEP 2: Download the Driver File
Download - NVIDIA-Linux-x86_64-1.0-9639-pkg2.run

SuSE users: please read the SuSE NVIDIA Installer HOWTO before downloading the driver.

STEP 3: Install
Type "sh NVIDIA-Linux-x86_64-1.0-9639-pkg2.run" to install the driver, then edit your X config file as appropriate. If you are using a Linux 2.6 based system, type "modprobe -q agpgart", first. See the text README for more detailed instructions.

If you have any questions or problems, please check the linux discussion forum. If you don't find an answer to your question there, you can send email (in English) to linux-bugs@nvidia.com.

When emailing linux-bugs@nvidia.com, please attach an nvidia-bug-report.log, which is generated by running "nvidia-bug-report.sh".

Products Supports Linux 1.0-9639
Please view this website for products supported in 1.0-9639.


2. openSUSE 10.2-AMD64

It is recommended to use YaST for installation of the NVIDIA
driver. There are several reasons for this. First, it's
simple. Second, and this is the most important one, you won't need to
recompile the nvidia kernel module after a kernel update.

Update your Kernel via YOU (YaST Online Update). Use

  YaST -> Software -> Installation Source -> Add

  Protocol: HTTP
  Server Name: : download.nvidia.com
  Directory on Server: /opensuse/10.2

to add the NVIDIA ftp server as additional installation source.
Now use

  YaST -> Software -> Software Management

to install the NVIDIA driver. Select the following packages:

  x11-video-nvidiaG01
  nvidia-gfxG01-kmp-default

If you own one of the following NVIDIA graphics chips

  0x0110 GeForce2 MX/MX 400
  0x0111 GeForce2 MX 100/200
  0x0112 GeForce2 Go
  0x0113 Quadro2 MXR/EX/Go
  0x0170 GeForce4 MX 460
  0x0171 GeForce4 MX 440
  0x0172 GeForce4 MX 420
  0x0173 GeForce4 MX 440-SE
  0x0174 GeForce4 440 Go
  0x0175 GeForce4 420 Go
  0x0176 GeForce4 420 Go 32M
  0x0177 GeForce4 460 Go
  0x0178 Quadro4 550 XGL
  0x0179 GeForce4 440 Go 64M
  0x017A Quadro NVS
  0x017C Quadro4 500 GoGL
  0x017D GeForce4 410 Go 16M
  0x0181 GeForce4 MX 440 with AGP8X
  0x0182 GeForce4 MX 440SE with AGP8X
  0x0183 GeForce4 MX 420 with AGP8X
  0x0185 GeForce4 MX 4000
  0x0188 Quadro4 580 XGL
  0x018A Quadro NVS 280 SD
  0x018B Quadro4 380 XGL
  0x018C Quadro NVS 50 PCI
  0x01A0 GeForce2 Integrated GPU
  0x01F0 GeForce4 MX Integrated GPU
  0x0200 GeForce3
  0x0201 GeForce3 Ti 200
  0x0202 GeForce3 Ti 500
  0x0203 Quadro DCC
  0x0250 GeForce4 Ti 4600
  0x0251 GeForce4 Ti 4400
  0x0253 GeForce4 Ti 4200
  0x0258 Quadro4 900 XGL
  0x0259 Quadro4 750 XGL
  0x025B Quadro4 700 XGL
  0x0280 GeForce4 Ti 4800
  0x0281 GeForce4 Ti 4200 with AGP8X
  0x0282 GeForce4 Ti 4800 SE
  0x0286 GeForce4 4200 Go
  0x0288 Quadro4 980 XGL
  0x0289 Quadro4 780 XGL
  0x028C Quadro4 700 GoGL

select instead the packages:

  x11-video-nvidia
  nvidia-gfx-kmp-default

Use "sax2 -r" for X.Org configuration.

People who aren't afraid of recompiling the nvidia kernel module or
even reinstalling the nvidia driver each time the kernel has been
updated and want or need to use the latest and greatest nvidia driver
can use the following steps 1-3. The others should use the
instructions above using YaST and skip the steps below.

1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.

2) Use the nvidia installer for 100.14.09.

sh NVIDIA-Linux-x86_64-100.14.09-pkg2.run -q

3) Configure X.Org with

sax2 -r -m 0=nvidia (0 is a digit, not a letter!)

NOTE: There is no need to try to enable 3D support. It's already
      enabled, when the nvidia driver is running.

IMPORTANT: You need to recompile and install the nvidia kernel module
           after each kernel update.

sh NVIDIA-Linux-x86_64-100.14.09-pkg2.run -K


其中这里最困惑:
Use "sax2 -r" for X.Org configuration.

People who aren't afraid of recompiling the nvidia kernel module or
even reinstalling the nvidia driver each time the kernel has been
updated and want or need to use the latest and greatest nvidia driver
can use the following steps 1-3. The others should use the
instructions above using YaST and skip the steps below.

1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.

2) Use the nvidia installer for 100.14.09.

sh NVIDIA-Linux-x86_64-100.14.09-pkg2.run -q

3) Configure X.Org with

sax2 -r -m 0=nvidia (0 is a digit, not a letter!)

NOTE: There is no need to try to enable 3D support. It's already
      enabled, when the nvidia driver is running.

IMPORTANT: You need to recompile and install the nvidia kernel module
           after each kernel update.

sh NVIDIA-Linux-x86_64-100.14.09-pkg2.run -K

这些到底是什么:
Use "sax2 -r" for X.Org configuration.
sh NVIDIA-Linux-x86_64-100.14.09-pkg2.run -q
3) Configure X.Org with
小弟不才。。请教
sax2 -r -m 0=nvidia (0 is a digit, not a letter!)
发表于 2007-7-3 13:57:06 | 显示全部楼层
sax2 的手册上有详细说明。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-7-3 14:04:48 | 显示全部楼层
sax2 的手册在哪有呀
回复 支持 反对

使用道具 举报

发表于 2007-7-3 14:53:10 | 显示全部楼层
请看置顶的文章
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表