Nvidia 驱动安装资讯收集(附N卡驱动安装后可能出现的常见问题,仅供参考 2008-jun-28更新)

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。

2007-08-26新建非官方投票:您的N卡驱动安装是否顺利?

顺利安装
132
27%
不顺利但最后成功
60
12%
没安装成功
247
51%
不清楚
44
9%
 
总计票数: 483
头像
woainba15
帖子: 833
注册时间: 2006-11-11 17:14
来自: 浙江宁波
联系:

#31

帖子 woainba15 » 2007-10-27 12:14

我的是nv 7300gt的显卡。。。。
时间过得快啊!
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#32

帖子 skyx » 2007-10-27 12:27

正常情况下,7300安装源中的驱动就可以的。如果new不行,那就安装nvidia-glx试下

再不行,就手动编译安装,如果上网方便,也可以试下envy
no security measure is worth anything if an attacker has physical access to the machine
ZHY1930
帖子: 35
注册时间: 2007-01-14 21:02

#33

帖子 ZHY1930 » 2007-10-27 14:53

7.10安装很简单,直接点一下受限制驱动里面的启用然后重启即可,然而我的显卡始终解决不了刷新率的问题,Ti4200的卡……
play9091
帖子: 3
注册时间: 2007-10-24 9:04

#34

帖子 play9091 » 2007-10-27 15:14

後來我按照,你文中的方法去更新硬體……發現就是你所說頻率問題,我更新過驅動程式……但是只能顯示「800*600_60hz」,但試過好多方法都行不通……不知道是不是因為我在虛擬環境下的關係……
头像
woainba15
帖子: 833
注册时间: 2006-11-11 17:14
来自: 浙江宁波
联系:

#35

帖子 woainba15 » 2007-10-27 22:27

skyx 写了:正常情况下,7300安装源中的驱动就可以的。如果new不行,那就安装nvidia-glx试下

再不行,就手动编译安装,如果上网方便,也可以试下envy
都不行啊,手动编译安装提示缺少很么模块,编译环境我已经装上了的。。。
时间过得快啊!
头像
uusky
帖子: 159
注册时间: 2006-09-02 10:02

#36

帖子 uusky » 2007-10-29 15:06

楼主,真是好人啊。答疑解惑!唉,好人做到底吧!

我有一个问题:
我安装了源里面的nvidia-glx-new驱动啊!配置好xorg.conf后!X启动不来!其实这个问题,我说过的。
现在就是有点不明白啊!报这样的错误:
-------------------------------------------------------------------------------------
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
-------------------------------------------------------------------------------------
将xorg.conf文件中下面一段:
Section "Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5200 Ultra]"
Driver "nvidia" #<-----这里!!!
EndSection
nvidia改成nv就可以启动X了。但是屏幕位置向右偏移,而且3D不能开启!

想问一下楼主,有药方可治吗?
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#37

帖子 skyx » 2007-10-29 15:17

uusky 写了:楼主,真是好人啊。答疑解惑!唉,好人做到底吧!

我有一个问题:
我安装了源里面的nvidia-glx-new驱动啊!配置好xorg.conf后!X启动不来!其实这个问题,我说过的。
现在就是有点不明白啊!报这样的错误:
-------------------------------------------------------------------------------------
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
-------------------------------------------------------------------------------------
device改成nv就可以启动X了。但是屏幕位置向右偏移,而且3D不能开启!

想问一下楼主,有药方可治吗?
My X server fails to start, and my X log file contains the error:

(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!


The X driver will abort with this error message if the NVIDIA kernel module fails to load. If you receive this error, you should check the output of dmesg for kernel error messages and/or attempt to load the kernel module explicitly with modprobe nvidia. If unresolved symbols are reported, then the kernel module was most likely built against a Linux kernel source tree (or kernel headers) for a kernel revision or configuration that doesn't match the running kernel.

You can specify the location of the kernel source tree (or headers) when you install the NVIDIA driver using the --kernel-source-path command line option (see sh NVIDIA-Linux-x86-1.0-8174-pkg1.run --advanced-options for details).

Old versions of the module-init-tools include modprobe binaries that report an error when instructed to load a module that's already loaded into the kernel. Please upgrade your module-init-tools if you receive an error message to this effect.

The X server reads /proc/sys/kernel/modprobe to determine the path to the modprobe utility and falls back to /sbin/modprobe if the file doesn't exist. Please make sure that this path is valid and refers to a modprobe binary compatible with the Linux kernel running on your system.

The "LoadKernelModule" X driver option can be used to change the default behavior and disable kernel module auto-loading.
no security measure is worth anything if an attacker has physical access to the machine
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#38

帖子 skyx » 2007-10-29 15:52

回41楼:从源中安装的有这种提示有点不可思议,根据Nvidia提供的 troubleshooting :


这种问题是由于你现在用的N卡驱动模块,它在编译时的环境和你当前运行的环境不同造成的。


 我倒感觉不可思议,从源中安装的驱动,怎么会有这种问题呢? 源中的nvidia-glx-new 依赖虚包 nvidia-kernel ,而nvidia-kernel 又依赖对应的linux内核




这样的话,你可以试下卸载源中驱动后,从N卡官方下载驱动后在本地编译安装,本地译也许不会有这个问题。


同时也可以找下bios的原因,中断,acpi apic 等等。

另外,不清楚你的主板型号,显卡型号,还有ubuntu的版本,怎么装的ubuntu
no security measure is worth anything if an attacker has physical access to the machine
头像
skyx
论坛版主
帖子: 9202
注册时间: 2006-12-23 13:46
来自: Azores Islands
联系:

#39

帖子 skyx » 2007-10-30 22:49

41楼人呢? 过两天后我就要消失很长一段时间啦!
no security measure is worth anything if an attacker has physical access to the machine
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#40

帖子 leeaman » 2007-10-31 11:38

skyx 写了:41楼人呢? 过两天后我就要消失很长一段时间啦!
出去花钱没空上网啊,传说中的富婆,他那个有可能是用了server的内核,那个好像没有受限制模块的,至少我在新立得里面没有找到,但是用vesa是可以的
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
jdwgb
帖子: 218
注册时间: 2007-10-16 9:36

#41

帖子 jdwgb » 2007-11-01 12:07

搞不定
换了
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#42

帖子 hcym » 2007-11-23 20:25

折腾折腾N卡

:D
芳芳郁金香
帖子: 179
注册时间: 2005-10-06 18:49

#43

帖子 芳芳郁金香 » 2007-11-25 19:33

公版卡是一切的保证不光是N卡如此,A卡也是这样
zhouting41
帖子: 27
注册时间: 2007-12-01 20:37

#44

帖子 zhouting41 » 2007-12-01 21:02

越看越不行了。。脑袋快要爆炸喇。
eloongcn
帖子: 4
注册时间: 2007-12-03 16:52

#45

帖子 eloongcn » 2007-12-03 18:34

谢谢楼主,解决了我很多的困惑,orz
回复