分页: 1 / 1

抱歉,我真的不行了(老问题,但解决不了.NVIDIA驱动安装配置问题)(已解决)

发表于 : 2007-09-27 11:27
klmun
找遍了网上的所有资料,依旧无法解决,只好来请教..
刚装完UBUNTU 7.04时,我去NVIDIA官网下载了100.14.19 FOR AMD 64的驱动,学着网上的办法
1,回到TTY,结束XSERVER
2,sudo sh NV*.pkg.run
3,在什么linux-common文件里添加了DISABLEMODULES="nv"
4,nvidia-xconfig
安装完成后能使用.重启后不能启动XSERVER,提示API MISMATCH,如果重新安装那个pkg.run就能进系统,几次下来我就使用

代码: 全选

cp /etc/x11/xorg.conf~ /etc/x11/xorg.conf
然后使用新立得安装nvidia-glx-new,也是安装完能用,重启提示那个错误,又安装nvidia-glx也不行.
我一火,把系统里所有带NVIDIA,或者相关的都删了,包括libGL.so.1,现在只能使用默认的配置才能进,即使安装驱动也没有用,提示是
failed load kernel module
请教,我怎么才能把这个kernel module给找回来?

附上配置
AMD ATHLON X2 3600+
主板GIGABYTE GA-M61SME-S2 (NFORCE 405)
NVIDIA GEFORCE 6100(板载)
附解决方法:
If you wish to install the NVIDIA Linux graphics driver on a Debian GNU/Linux or Ubuntu system that ships with Xorg 7.x, please ensure that your system meets the following requirements:

* development tools like make and gcc are installed
* the linux-headers package matching the installed Linux kernel is installed
* the pkg-config and xserver-xorg-dev packages are installed
* the nvidia-glx package has been uninstalled with the --purge option and the files /etc/init.d/nvidia-glx and /etc/init.d/nvidia-kernel do not exist

If you use Ubuntu, please also ensure that the linux-restricted-modules or linux-restricted-modules-common packages have been uninstalled. Alternatively, you can edit the /etc/default/linux-restricted-modules or /etc/default/linux-restricted-modules-common configuration file and disable the NVIDIA linux-restricted kernel modules (nvidia, nvidia_legacy) via:

DISABLED_MODULES="nv nvidia_new"

Additionally, delete the following file if it exists:

/lib/linux-restricted-modules/.nvidia_new_installed

发表于 : 2007-09-27 12:20
klmun
哎?人咧?
都在上班啊?...
我来的不是时候的样子.

发表于 : 2007-09-27 12:50
猛将兄
自己搜一下啊
手动安装,看nvidia自己的论坛
http://www.nvnews.net/vbulletin/showthread.php?t=72490
看Ubuntu那段,讲得很清楚啊

发表于 : 2007-09-28 11:11
klmun
多谢。