LinuxSir.cn,穿越时空的Linuxsir!

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

Nvidia驱动安装上之后,开机时出现failed,这是怎么回事?

[复制链接]
发表于 2009-8-17 17:07:01 | 显示全部楼层 |阅读模式
最要命的是机子Xorg常常占用70%以后的CPU,现在做什么都很慢。当然了,刚开机时还是比较快的,我运行了kino一段时间后就慢了,现在打个字都慢得不行。以下是boot.log日志。


Setting up hotplug.

Creating block device nodes.

Creating character device nodes.

Loading pata_acpi module

Loading ata_generic module

Creating root device.

Mounting root filesystem.

Setting up other filesystems.

Switching to new root and running init.

                Welcome to Fedora

                Press 'I' to enter interactive startup.

Starting udev: %G[  OK  ]


Setting hostname QiPengos:  [  OK  ]


Setting up Logical Volume Management: [  OK  ]


Checking filesystems

/: clean, 205777/1281120 files, 1934027/5118702 blocks

/home: clean, 59027/2125760 files, 5762294/8498377 blocks

/boot: clean, 47/26104 files, 31824/104388 blocks

[  OK  ]


Remounting root filesystem in read-write mode:  [  OK  ]


Mounting local filesystems:  [  OK  ]


Enabling local filesystem quotas:  [  OK  ]


Enabling /etc/fstab swaps:  [  OK  ]


Entering non-interactive startup

Applying Intel CPU microcode update: [  OK  ]


Enabling ondemand cpu frequency scaling: [  OK  ]


ip6tables: Applying firewall rules: [  OK  ]


ip6tables: Loading additional modules: nf_conntrack_netbios_ns [  OK  ]


iptables: Applying firewall rules: [  OK  ]


iptables: Loading additional modules: nf_conntrack_netbios_ns [  OK  ]


Checking for module nvidia.ko: [  OK  ]


Enabling the nvidia driver: /etc/rc.d/init.d/functions: line 493:  2052 Segmentation fault      "$@"

[FAILED]


Starting auditd: [  OK  ]


Starting portreserve: [  OK  ]


Starting system logger: [  OK  ]


Starting irqbalance: [  OK  ]


Starting rpcbind: [  OK  ]


Starting NFS statd: [  OK  ]


Starting RPC idmapd: [  OK  ]


Starting system message bus: [  OK  ]


Starting acpi daemon: [  OK  ]


Starting HAL daemon: [  OK  ]


Starting PC/SC smart card daemon (pcscd): [  OK  ]


Setting network parameters... [  OK  ]


Starting NetworkManager daemon: [  OK  ]


Starting Bluetooth services:[  OK  ]


Starting console mouse services: [  OK  ]


Starting crond: [  OK  ]
[  OK  ]


Starting kerneloops:[  OK  ]


Enabling monthly Smolt checkin: [  OK  ]


Starting atd: [  OK  ]
[  OK  ]


Starting Avahi daemon... [  OK  ]


Starting cups: [  OK  ]


Starting anacron: [  OK  ]
发表于 2009-8-17 17:34:48 | 显示全部楼层
如何安装nvidia驱动的?
并且贴贴xorg.conf
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-17 18:22:41 | 显示全部楼层
这是xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Fri Apr 17 00:40:10 PDT 2009

# Xorg configuration created by livna-config-display

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    ModulePath      "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
    Option         "AIGLX" "on"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "rotocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Videocard0"
    SubSection     "Display"
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-17 18:29:03 | 显示全部楼层
安装过程如下:
#yum install kmod-nvidia

下面是yum.log里的日志:
Aug 17 17:50:43 Installed: fakeroot-libs-1.12.2-21.fc10.x86_64
Aug 17 17:50:44 Installed: fakeroot-1.12.2-21.fc10.x86_64
Aug 17 17:50:47 Installed: elfutils-libs-0.141-1.fc10.x86_64
Aug 17 17:50:48 Installed: kmodtool-1-15.fc10.noarch
Aug 17 17:50:49 Installed: elfutils-0.141-1.fc10.x86_64
Aug 17 17:50:51 Installed: rpm-build-4.6.1-1.fc10.x86_64
Aug 17 17:50:53 Installed: rpmdevtools-7.3-1.fc10.noarch
Aug 17 17:52:17 Installed: kernel-devel-2.6.27.29-170.2.79.fc10.x86_64
Aug 17 17:52:19 Installed: akmods-0.3.3-2.fc10.noarch
Aug 17 17:52:20 Installed: akmod-nvidia-180.60-1.fc10.x86_64
回复 支持 反对

使用道具 举报

发表于 2009-8-17 18:51:22 | 显示全部楼层
好奇怪啊,为为什么你装 kmod-nvidia 结果安装的却是 akmod-nvidia ?

/var/log/Xorg.0.log 里有什么东西?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-17 18:53:18 | 显示全部楼层
不好意思,我可能我打错字了吧。我不明白kmod和akmod的区别:(

再补充一点,我进系统的时候有出现nvidia的logo。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-17 19:17:38 | 显示全部楼层
/var/log/Xorg.0.log里有如下几行错误:
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
我不明白是什么意思?GLX是什么东东?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-8-17 20:00:45 | 显示全部楼层
NVIDIA部分信息如图所示。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

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

本版积分规则

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