沧海123 发表于 2004-12-11 10:12:20

:oops: 不好意思,我刚刚看到呢。

latam_2008 发表于 2004-12-11 18:50:25

好像在在kernel删东西那几步不要也可以正常安装啊!!
删除又添加那几步是什么意思啊!
可不可以讲解一下啊!@

kan2 发表于 2004-12-19 19:36:44

Re: FedoraCore3上面安装nvidia显卡驱动-zt

首先到 http://www.nvidia.com 网站下载最新的 Linux Driver
执行 sh NVIDIA-Linux-x86-1.0-6629-pkg1.run 把它装进去
然后修改 /etc/X11/xorg.conf 中的 nv 换成 nvidia
接著修改 /etc/grub/grub.conf
要先将 kernel 启动的 append 中的 rhgb 去掉
并且将 modprobe nvidia 加到 /etc/rc.local 最后一行
重新启动 FC3 然后
cp -a /dev/nvidia* /etc/udev/devices
chown root.root /etc/udev/devices/nvidia*
接下来把 rhgb 的 append 加回去
去掉 /etc/rc.local 中的 modprobe nvidia
再重新启动 FC3 就可以了... Enjoy it! *^^*

俺这一步就失败!提示Nvidia什么kernel什么的?

kan2 发表于 2004-12-19 19:50:14

我是选择fc3默认安装.这个应该没关系吧...

cnhnln 发表于 2004-12-19 23:38:33

Re: FedoraCore3上面安装nvidia显卡驱动-zt

首先到 http://www.nvidia.com 网站下载最新的 Linux Driver
执行 sh NVIDIA-Linux-x86-1.0-6629-pkg1.run 把它装进去
然后修改 /etc/X11/xorg.conf 中的 nv 换成 nvidia
接著修改 /etc/grub/grub.conf
要先将 kernel 启动的 append 中的 rhgb 去掉
并且将 modprobe nvidia 加到 /etc/rc.local 最后一行
重新启动 FC3 然后
cp -a /dev/nvidia* /etc/udev/devices
chown root.root /etc/udev/devices/nvidia*
接下来把 rhgb 的 append 加回去
去掉 /etc/rc.local 中的 modprobe nvidia
再重新启动 FC3 就可以了... Enjoy it! *^^*

俺这一步就失败!提示Nvidia什么kernel什么的?
能不能详细些?

kan2 发表于 2004-12-21 08:54:11

No precomplied kernel interface was found to match your kernel;would you like the installer to attempt to download a kernel interface for your kernel from the Nvidia ftp site(ftp://download.nvidia.com)?   (Cannot connect to the internet,select:NO)

NO precompiled kernel interface was found to match your kernel;this means that the installer will need to compile a new kernel interface.   (OK)

ERROR:Unable to find the development tool 'cc' in your patch;please make sure that you have the package 'gcc' installed.If gcc is installed on your system,then please check that 'cc' is in your patch.      (OK)

ERROR:Installation has failed.Please see the file '/var/log/nvidia-installer.log' for details.You may find suggestions on fixing installtion problems in the Readme available on the Linux driver download page at www.nvidia.com   (OK)

It's over!It seems that I should install the tool 'gcc'!

kan2 发表于 2004-12-21 08:58:44

I had installed the linux system form the harddisk,then how to use the add/delete programs,how to insert .iso file to the cdrom?

cnhnln 发表于 2004-12-21 11:59:42

没装gcc?
mount -o loop xxxx.iso /mnt/cdrom

kan2 发表于 2004-12-21 21:07:38

mount -o loop xxxx.iso /mnt/cdrom
用这个命令挂上.iso文件,但添加/删除应用程序说无法读取!

cnhnln 发表于 2004-12-21 21:32:50

直接rpm -ivh

kan2 发表于 2004-12-21 22:09:00

我用System-config-packages --isodir=/.iso镜象文件存放目录/命令安装了gcc并安装了Nvidia的6629驱动,也修改了xorg.conf文件,重起fc3不行了,出现下面的提示,停住了...
Configuring kernel parameters...

stgain 发表于 2004-12-21 22:58:00

我参照这里的说明上网上的资料好象是安装成功,在启动时也见了Nvdia的画面,但是怎么没有效果,还是老样子,在设置,显示属性时还是没有高级选项,但为在xorg.conf里修改了。显示效果也没有变,俺的是Gforce3 ti200,Fedora Core 3下。

cnhnln 发表于 2004-12-22 12:22:10

kan2, 走到哪停住了?把log贴上来。不能在X下安装的
stgain, 根win不一样,本来就没有“高级选项” 用nvidia-settings进行设置

kan2 发表于 2004-12-23 08:50:47

我已经搞定了...我用single模式进入系统:
modprobe nvidia
cp -a /dev/nvidia* /etc/udev/devices
chown root:root /etc/udev/devices/nvidia*
再重起就好了.
谢谢各位的帮助!

kan2 发表于 2004-12-23 08:52:56

系统刚刚启动的时候啊!不能截图的.
页: 1 [2] 3 4 5 6
查看完整版本: FedoraCore3上面安装nvidia显卡驱动-zt