红联Linux门户
Linux帮助

fedora 8 怎么安装显卡驱动呀?NV8400

发布时间:2008-09-09 21:41:05来源:红联作者:baisemutong
听说出了最新驱动想试试,以前的官方驱动安装显示
Verifying archive integrity... Error in check sums 1863942768 1778679911


现在下载了这个新的好像有点进步,显示:
ERROR: You appear to be running an X server; please exit X before installing. For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available
on the Linux driver download page at www.nvidia.com.

按回车以后,有显示:
ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README
available on the Linux driver download page at www.nvidia.com.


下载的是最新的NVIDIA-Linux-x86-173.08-pkg1.run驱动包

不知道为什么装不上,英文不行,呵呵

麻烦大家了,谢谢
文章评论

共有 4 条评论

  1. vision 于 2008-09-10 09:52:14发表:

    LZ 辛苦了. . 正需要这个. 我的是MX440的显卡.. 升级F9新核心后就无法进图形模式了

  2. baisemutong 于 2008-09-09 22:07:57发表:

    在这个网站找到了这种安装方法:
    http://hi.baidu.com/ptf_phoenix/blog/item/fd6f3b3ddb14b9ea3c6d977b.html

    本打算用下载的NVIDIA-Linux-x86-100.14.11-pkg1.run来安装,不过安装过程中出现unable to build the NVIDIA kernel module的错误。

    没办法,用以下方法来搞定:

    1. 输入“yum -y install kmod-nvidia glx-utils”并回车。注意,如果您使用的是支持超线程技术的 CPU 或者双核 CPU,请用“kmod-nvidia-smp”代替“kmod-nvidia”,不过绝大多数情况下 yum 会自动选择合适的版本。如果您用的是很旧的 nVIDIA 显卡,那么就应该用“yum install kmod-nvidia-96xx”或“yum install kmod-nvidia-legacy”。

    2. 安装完成后,重新启动计算机。如果安装成功,在图形登录窗口出现前,会有一个 nVIDIA 的 logo 闪现一两秒。

    3. 重新打开一个终端,然后输入“glxinfo | grep direct”并回车。如果显示“Direct rendering: Yes”,则恭喜您,显卡驱动程序已经能够正常运行

    可我运行如下:
    yum -y install kmod-nvidia-smp glx-utils
    运行了一次,说下了什么东西,装了什么东西,我重新启动了,又重新运行是这样的:

    [root@bogon ~]# yum -y install kmod-nvidia-smp glx-utils
    Setting up Install Process
    Parsing package install arguments
    No package kmod-nvidia-smp available.
    Package glx-utils - 7.0.2-3.fc8.i386 is already installed.
    Nothing to do
    [root@bogon ~]# glxinfo | grep direct
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    OpenGL renderer string: Mesa GLX Indirect
    [root@bogon ~]#

  3. baisemutong 于 2008-09-09 21:48:17发表:

    这是/var/log/nvidia-installer.log里的内容:


    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Tue Sep 9 21:40:12 2008

    option status:
    license pre-accepted : false
    update : false
    force update : false
    expert : false
    uninstall : false
    driver info : false
    precompiled interfaces : true
    no ncurses color : false
    query latest version : false
    OpenGL header files : true
    no questions : false
    silent : false
    no recursion : false
    no backup : false
    kernel module only : false
    sanity : false
    add this kernel : false
    no runlevel check : false
    no network : false
    no ABI note : false
    no RPMs : false
    no kernel module : false
    force SELinux : default
    no X server check : false
    no cc version check : false
    force tls : (not specified)
    X install prefix : (not specified)
    X library install path : (not specified)
    X module install path : (not specified)
    OpenGL install prefix : (not specified)
    OpenGL install libdir : (not specified)
    utility install prefix : (not specified)
    utility install libdir : (not specified)
    doc install prefix : (not specified)
    kernel name : (not specified)
    kernel include path : (not specified)
    kernel source path : (not specified)
    kernel output path : (not specified)
    kernel install path : (not specified)
    proc mount point : /proc
    ui : (not specified)
    tmpdir : /tmp
    ftp mirror : ftp://download.nvidia.com
    RPM file list : (not specified)

    Using: nvidia-installer ncurses user interface
    -> Tagging shared libraries with chcon -t textrel_shlib_t.
    -> The file '/tmp/.X0-lock' exists and appears to contain the process ID '2679'
    of a runnning X server.
    ERROR: You appear to be running an X server; please exit X before installing.
    For further details, please see the section INSTALLING THE NVIDIA DRIVER
    in the README available on the Linux driver download page at
    www.nvidia.com.
    ERROR: Installation has failed. Please see the file
    '/var/log/nvidia-installer.log' for details. You may find suggestions
    on fixing installation problems in the README available on the Linux
    driver download page at www.nvidia.com.

  4. baisemutong 于 2008-09-09 21:43:17发表:

    找到了一篇fedora9安装教程,貌似和8还是有区别:

    http://huzuofeiwei.com/blog/fedora9-successfully-installed-nvidia-linux-x86-17308-pkg1run-drive-paste-teaching-posts-hoping-to-help/



    大家知道的,没有显卡驱动很难受的!!

    麻烦大家了,再次谢谢