LinuxSir.cn,穿越时空的Linuxsir!

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

关于f12的两个问题

[复制链接]
发表于 2009-11-23 17:47:57 | 显示全部楼层 |阅读模式
安装显卡驱动的问题了 总共试了两个办法   都失败

nv5200  gf系列


去nvidia下载了官方驱动 然后按照这里提供的方法安装后 不成功,安装到100%后出现两个错误 让改内核...可我内核没动过 别的什么软件也没装



第一个办法 1.到 nvidia 上下载 173.14.22 版驱动。得到一个以 run 结尾的安装文件,赋予它可执行权限。

chmod +x NVIDIA-Linux-x86-173.14.22-pkg1.run

2.重新启动,由于显卡驱动的安装无法 X 服务运行时进行,所以需要进入运行级别 3 。在品牌 Logo 出现后按 ESC 键进入 GRUB 界面,在选择内核,按 e 键进行编辑,在 kernel 行未添加 3 这个参数。

比如我的 kernel 行就是从

kernel /vmlinuz-2.6.31.1-56.fc12.i686.PAE ro root=UUID=0a86cf1f-ea02-4016-9c15-c9c537489eaf LANG=zh_CN.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet

修改成

kernel /vmlinuz-2.6.31.1-56.fc12.i686.PAE ro root=UUID=0a86cf1f-ea02-4016-9c15-c9c537489eaf LANG=zh_CN.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet 3

完成后按 Enter 退出编辑模式,按 b 键引导。

3.在字符终端下登录,进入放置安装文件的目录,使用以下命令启动安装文件。

su -c './NVIDIA-Linux-x86-173.14.22-pkg1.run'

按照提示一步步进行。

4.编辑 /etc/modprobe.d/blacklist.conf 文件,以阻止 nouveau 模块的加载。

su -c 'vi /etc/modprobe.d/blacklist.conf'

在文件末尾添加

blacklist nouveau

保存退出。

5.编辑 /etc/grub.conf 文件,禁止 nouveau KMS 的使用。

su -c 'vi /etc/grub.conf'



kernel /vmlinuz-2.6.31.1-56.fc12.i686.PAE ro root=UUID=0a86cf1f-ea02-4016-9c15-c9c537489eaf LANG=zh_CN.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet

修改成

kernel /vmlinuz-2.6.31.1-56.fc12.i686.PAE ro root=UUID=0a86cf1f-ea02-4016-9c15-c9c537489eaf LANG=zh_CN.UTF-8 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet nouveau.modeset=0

保存退出。

这个办法不成功  提示的我也不知道是什么.............


第二个办法是  su -c 'yum install kmod-nvidia-173xx xorg-x11-drv-nvidia-173xx xorg-x11-drv-nvidia-173xx-libs'也不成功
说时没有...
不是都是不是rpmfusion里面没有


各位讨论讨论 帮忙想想办法 嘿嘿 谢谢了
发表于 2009-11-23 19:17:08 | 显示全部楼层
别折腾17XXX驱动了,那些方法都是针对190XXX的,你这驱动太老了。。。

要么用N卡开源驱动,要么。。。换个老版本把,xorg低点的。。。
回复 支持 反对

使用道具 举报

发表于 2009-11-23 20:02:12 | 显示全部楼层
那个包名不会打错了吧?……

你看一下这个链接:

http://rpmfusion.org/Howto/nVidi ... 6771857fa51c837fdaf

再不行你试试看 akmod ?

============================================================================

会不会是 rpmfusion 还没有加上相关的支持? yum search nvidia 都有哪些包呢?
回复 支持 反对

使用道具 举报

发表于 2009-11-23 20:49:03 | 显示全部楼层
mesa-dri-drivers-experimental

Graphics support improvements - Fedora 12 introduces experimental 3D support for AMD Radeon HD 2400 and later graphics cards. To try it out, install the mesa-dri-drivers-experimental package. On many cards, this support should allow desktop effects to be used. Kernel mode setting (KMS) support, which was introduced on AMD hardware in Fedora 10 and extended to Intel hardware in Fedora 11, is now extended to NVIDIA hardware as well, meaning the great majority of systems now benefit from the smooth, fully-graphical startup sequence made possible by KMS. The Fedora graphical startup sequence now works better on systems with multiple monitors. Also on multiple monitor systems, the desktop will now automatically be spread across all monitors by default, rather than having all monitors display the same output, including on NVIDIA chips (where multiple monitor spanning was not possible without manual configuration changes in Fedora 11). Systems with NVIDIA graphics chips also gain initial support for suspend and resume functionality via the default Nouveau driver. Initial support for the new DisplayPort display connector has been added for Intel graphics chips. Support for Nvidia and ATI systems is already under rapid development and will be included in the next release of Fedora. Thanks to the Red Hat Xorg team including Adam Jackson (X server), Kristian H?gsberg (Intel driver), Dave Airlie and Jerome Glisse (Radeon driver for AMD), and Ben Skeggs (Nouveau driver for NVIDIA).
回复 支持 反对

使用道具 举报

发表于 2009-11-24 13:19:26 | 显示全部楼层
nouveau.modeset=0 这一句改成 nouveau modeset=0
不要中间那个点
回复 支持 反对

使用道具 举报

发表于 2009-11-24 15:03:26 | 显示全部楼层
Post by 亚森罗平;2049418
nouveau.modeset=0 这一句改成 nouveau modeset=0
不要中间那个点


那是谁说要.的?!太坑人了~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-11-25 14:24:14 | 显示全部楼层
嘿嘿 我也试了以下  
变成nouveau modeset=0后 出现启动画面 但是不能进入系统 黑屏

fedora12
nv gf5200
nv173.14.22
回复 支持 反对

使用道具 举报

发表于 2009-11-25 14:30:26 | 显示全部楼层
重装驱动,190.42是没有问题的
回复 支持 反对

使用道具 举报

发表于 2009-11-25 20:05:56 | 显示全部楼层
nouveau.modeset=0这句其实不是关键,190驱动和blocklist才是关键,我再启动项里去掉了nouveau.modeset=0都可以正常用(这句本来就是错的,都有那么多朋友成功了,说明不是关键)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-11-26 00:59:35 | 显示全部楼层
。。。173的驱动是安装成功了 不过 觉得不如没安装显卡驱动   感觉开启kms后 画面显得很是细腻
回复 支持 反对

使用道具 举报

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

本版积分规则

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