红联Linux门户
Linux帮助

fedora 9 下降级xserver 安装NVIDIA驱动成功

发布时间:2008-05-21 12:56:00来源:红联作者:duxiaochen
从网上找的办法,历时40分钟,安装成功。

切换到root用户
#su -
删除1.5版本xorg和mesa libraries.
#yum -y remove xorg-x11-server-Xorg xorg-x11-server-common
#rpm -e --nodeps --allmatches mesa-libGL mesa-libGLU mesa-libGL-devel mesa-libGLU-devel glx-utils
使用fedora 8源
#cd /etc/yum.repos.d
#wget http://www.linux-ati-drivers.homecall.co.uk/fedora8.repo
#perl -i -pe "s/(\[.*\])/\1\nexclude=xorg* linuxwacom* rhpxl* mesa*/" fedora.repo
#perl -i -pe "s/(\[.*\])/\1\nexclude=xorg* linuxwacom* rhpxl* mesa*/" fedora-updates.repo
安装Development Tools/Libraries
#yum -y groupinstall "Development Tools" "Development Libraries"
#yum -y install kernel-devel
安装xorg1.3
#yum -y groupinstall "X Window System"
#yum -y install mesa-libGL mesa-libGLU mesa-libGL-devel mesa-libGLU-devel synaptics
至此降级完成,reboot,安装nvidia最新驱动173.08,
#sh nvidia....pkg1.run.
#reboot
应该就可以看到熟悉的NVIDIA的LOGO了。
173.08是BETA版,如果想安装169.12(这个是稳定驱动)的话,需要下载[attach]7602[/attach]补丁文件
#sh NVIDIA-Linux-x86-169.12-pkg1.run \--apply-patch 169.12-2286310.diff.txt
#sh NVIDIA-Linux-x86-169.12-pkg1-custom.run
#reboot
编辑/etc/yum.repos.d/fedora.repo 和 /etc/yum.repos.d/fedora-updates.repo,删除exclude=xorg* linuxwacom* rhpxl* mesa*这行。
删除fedora8.rpeo
#rm /etc/yum.rpeos.d/fedora8.rpeo
搞定。

不会抓图。。。
[root@localhost ~]# uname -a
Linux localhost 2.6.25-14.fc9.i686 #1 SMP Thu May 1 06:28:41 EDT 2008 i686 i686 i386 GNU/Linux
[root@localhost ~]# glxinfo | grep direct
direct rendering: Yes
开启3D桌面成功。
文章评论

共有 8 条评论

  1. wyw472231 于 2008-07-11 12:32:53发表:

    快捷键 PrtScnSys RQ or Alt + PrtScnSys RQ

  2. smqt 于 2008-07-11 12:07:07发表:

    引用:
    原帖由 Teaclass 于 2008-7-11 11:48 发表
    Great...
    I will try it late..

    别,现在新版驱动都出来了

  3. Teaclass 于 2008-07-11 11:48:28发表:

    Great...
    I will try it late..

  4. xiaolin3325 于 2008-05-22 16:59:36发表:

    成功了,今天装了173beta失败之后,不想再重装系统,就降级了... ...
    it is cool... ....huhu ...

  5. Arthur1989 于 2008-05-21 15:36:00发表:

    学习了

  6. suidong 于 2008-05-21 14:35:43发表:

    如果不能上网怎么办呢???我手里有f8的安装盘,该怎么操作呢????

  7. yourfriend 于 2008-05-21 12:58:56发表:

    高手!!顶一下!!

  8. eometry 于 2008-05-21 12:58:52发表:

    受教了