Jerry_GD 发表于 2005-7-13 01:39:24

有成功在FC4上安装nvidia 7667驱动的吗?

偶咋不行咧。装好了,修改xorg.conf的时候是按照readme里面说的去做的

Remove the line:

      Driver "nv"
(or Driver "vesa")
(or Driver "fbdev")

and replace it with the line:

    Driver "nvidia"

Remove the following lines:

    Load "dri"
    Load "GLCore"

In the "Module" section of the file, add the line (if it does not already
exist):

    Load "glx"



结果启动不到xwindow

大家研究研究

diyself 发表于 2005-7-13 09:06:18

:mrgreen: http://www.linuxsir.org/bbs/showthread.php?t=204856

TangChaoMH 发表于 2005-7-13 22:48:43

sh NVIDIA-Linux-x86-1.0-7664-pkg1-custom.run这步成功没。

我就安装了,一点问题都没有阿!!!

cnhnln 发表于 2005-7-13 23:46:05

先关闭selinux然后再安装

druggo 发表于 2005-7-17 13:24:07

为什么要关闭SELINUX ?

dolphin2000 发表于 2005-7-19 11:55:18

selinux 是加强 linux 安全的内部模块,不过好像设置起来很复杂,一般我都是禁止的,这样安装别的软件都没有出过问题,楼主不妨试试禁用 selinux

lingyiwx 发表于 2005-8-4 02:19:36

怎么禁用selinux啊??

tinginmyroom 发表于 2005-8-5 13:57:11

我是GF FX5200U显卡,在RH AS4装nvidia 1.0-7667
关了selinux
一切按步骤进行
#su
#/sbin/telinit 3
ctrl+alt+f2
root登录
#sh NVIDIA-Linux-x86-1.0-7667-pkg1.run
安装
#vi /etc/X11/xorg.conf
Section "Device" 里的Driver "nv"改Driver "nvidia"
Section "Module"中留下Load "glx" 删了Load "dri"
保存退出
#/sbin/telinit 5
注消启动有个nvidia的画面闪了一下
可是硬件浏览器里显示卡驱动依然是系统原来自带的NVIDIA GeForce FX(generic)
怎么回事?是没装上还是哪有毛病?

ghllwj 发表于 2005-8-6 11:33:10

我也是这个问题,不知道哪里出错了?
还有请问怎么关闭Selinux?

druggo 发表于 2005-8-6 14:08:45

我是GF FX5200U显卡,在RH AS4装nvidia 1.0-7667
关了selinux
一切按步骤进行
#su
#/sbin/telinit 3
ctrl+alt+f2
root登录
#sh NVIDIA-Linux-x86-1.0-7667-pkg1.run
安装
#vi /etc/X11/xorg.conf
Section "Device" 里的Driver "nv"改Driver "nvidia"
Section "Module"中留下Load "glx" 删了Load "dri"
保存退出
#/sbin/telinit 5
注消启动有个nvidia的画面闪了一下
可是硬件浏览器里显示卡驱动依然是系统原来自带的NVIDIA GeForce FX(generic)
怎么回事?是没装上还是哪有毛病?

cat /proc/drivers/nvidia/agp/status
就知道装上没有了,硬件浏览器里显示的可能只是名字而已,这个你并没有修改过,当然还是不变了。

cnhnln 发表于 2005-8-11 21:38:18

nvidia的readme里的官方解释

Q. Why does X crash when starting on Fedora Core 4?

A. There are interaction problems with SELinux (enabled by default on Fedora
   Core 4) and the NVIDIA graphics driver. NVIDIA is investigating this, but
   it is recommended that you append the kernel boot option "selinux=0" to the
   kernel boot line in your grub.conf file. You must reinstall the NVIDIA
   driver after adding this option.

miwu 发表于 2005-8-13 02:15:49

我的是gf4 mx440
好像装都不能装
试了n种方法都不行
页: [1]
查看完整版本: 有成功在FC4上安装nvidia 7667驱动的吗?