LinuxSir.cn,穿越时空的Linuxsir!

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

FC6安装NVIDIA显卡驱动,启动nvidia-installer程序,提示没有匹配的precompiled kernel

[复制链接]
发表于 2006-11-18 13:53:02 | 显示全部楼层 |阅读模式
在FC6中安装NVIDIA显卡驱动出问题,启动nvidia-installer程序后,提示“no precompiled kernel interface was found to match your kernel ,would you like the installer to attempt to download a kernel interface for you kernel from the NVIDIA ftp site?”。请问是什么原因,怎么解决,我的电脑没有上网。
发表于 2006-11-18 15:02:38 | 显示全部楼层
是不是前面帖子说的FC安装时把i586的内核错误的装上了?
回复 支持 反对

使用道具 举报

发表于 2006-11-18 22:10:39 | 显示全部楼层
1.kernel是否i686
2.显卡是否被nvidia驱动支持。
3.nvidia驱动安装rpm包较简单。
回复 支持 反对

使用道具 举报

发表于 2006-11-18 22:26:38 | 显示全部楼层
uname -r -p
如果是
2.6.18-1.2798.fc6 i686
那就没装错内核!!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-19 08:25:50 | 显示全部楼层

我的内核正是2.6.18-1.2798.fc6 i686,应该没有装错,主板是C51G。

我的内核正是2.6.18-1.2798.fc6 i686,应该没有装错,主板是C51G。
回复 支持 反对

使用道具 举报

发表于 2006-11-19 10:00:44 | 显示全部楼层
楼主。
咱俩问题一样啊。
我到现在还没有解决呢。
继续分析中啊。
回复 支持 反对

使用道具 举报

发表于 2006-11-19 10:32:30 | 显示全部楼层
刚才在nvidia找到这个,共同交流一下:

Installing NVIDIA Linux graphics drivers on recent distributions (FC, Ubuntu, etc)

--------------------------------------------------------------------------------

Fedora Core 5/6

If you wish to install the NVIDIA Linux graphics driver on a Fedora Core 5/6 system, please ensure that your system meets the following requirements:

* the latest update kernel is installed and in use
* a kernel-devel RPM is installed that corresponds to the kernel that is in use
* the pkgconfig and xorg-x11-server-sdk RPMs are installed
* Xen kernels are not currently supported
* the SELinux environment allows the NVIDIA Linux graphics driver to work (only for drivers older than 1.0-9629 and 1.0-7184 (legacy), respectively)

The first three items above can be addressed with the following commands (they need to be run as root):
# yum install kernel-devel xorg-x11-server-sdk pkgconfig
# yum update
# reboot

If you are using an SMP (multi-CPU and/or multi-core) enabled system in FC5(only), please replace kernel-devel with kernel-smp-devel in the command above.

The SELinux requirement can be addressed via two mechanisms after the NVIDIA Linux graphics driver has been installed:

1) If you do not wish to use SELinux enforcement, you can disable it by running the `setenforce 0` command before starting X, or by adding selinux=0 to the end of the kernel line in /etc/grub.conf and rebooting.

2) If you wish to use SELinux enforcement, you will need to change the security context of the NVIDIA X driver module and of the server-side NVIDIA GLX extension module. To achieve this, please run the commands listed for your platform below:

Linux/x86 (32-bit):
# chcon -t texrel_shlib_t /usr/lib/xorg/modules/drivers/nvidia_drv.so
# chcon -t texrel_shlib_t /usr/lib/xorg/modules/extensions/libglx.so.1.0.9629
# chcon -t texrel_shlib_t /usr/lib/tls/libnvidia-tls.so.1
# chcon -t texrel_shlib_t /usr/lib/libGLcore.so.1.0.9629

Linux/x86-64 (64-bit):
# chcon -t texrel_shlib_t /usr/lib64/xorg/modules/drivers/nvidia_drv.so
# chcon -t texrel_shlib_t /usr/lib64/xorg/modules/extensions/libglx.so.1.0.9629
# chcon -t texrel_shlib_t /usr/lib64/libGLcore.so.1.0.9629
# chcon -t texrel_shlib_t /usr/lib64/tls/libnvidia-tls.so.1


Debian GNU/Linux or Ubuntu with Xorg 7.x

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 file /etc/init.d/nvidia-glx does not exist.
If you use Ubuntu, please also ensure that the linux-restricted-modules packages have been uninstalled. Alternatively, you can edit the /etc/default/linux-restricted-modules configuration file and disable the NVIDIA linux-restricted kernel modules (nvidia, nvidia_legacy) via:

DISABLED_MODULES="nv"
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-19 16:33:04 | 显示全部楼层

那么一大段英文,我看不懂啊,谁给翻译一下

那么一大段英文,我看不懂啊,谁给翻译一下
回复 支持 反对

使用道具 举报

发表于 2006-11-19 16:50:17 | 显示全部楼层
我的ATI显卡9550搞了一个多月还没装上。。。
反正也不玩游戏
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-11-21 16:20:18 | 显示全部楼层

我才发现我的内核是2.6.18-1.2798.fc6XEN i686,而不是2.6.18-1.2798.fc6 i686,是不是

我才发现我的内核是2.6.18-1.2798.fc6XEN i686,而不是2.6.18-1.2798.fc6 i686,是不是要用不同的驱动,从什么地方下载,怎么安装
回复 支持 反对

使用道具 举报

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

本版积分规则

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