QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 902|回复: 7

NVIDIA-Linux-x86-1.0-7167驱动的安装

[复制链接]
发表于 2005-4-5 20:23:56 | 显示全部楼层 |阅读模式
我用./NVIDIA-Linux-x86-1.0-7167-pkg1.run -add-this-kernel
可是每次都提示,
不知道要怎么安装才好,请教!!
发表于 2005-4-5 20:25:22 | 显示全部楼层
提示什么了?
回复

使用道具 举报

 楼主| 发表于 2005-4-5 20:28:15 | 显示全部楼层
就是不能安装这个模块的意思
回复

使用道具 举报

 楼主| 发表于 2005-4-5 20:39:12 | 显示全部楼层
提示the install will need to complie a new kernel interface

在build后,又提示
unable to build the nvidia kernel module
回复

使用道具 举报

 楼主| 发表于 2005-4-5 20:50:50 | 显示全部楼层
在线等,请大家指教!!
回复

使用道具 举报

 楼主| 发表于 2005-4-5 21:46:37 | 显示全部楼层
提示the install will need to complie a new kernel interface

在build后,又提示
unable to build the nvidia kernel module
unable to add a precompiled kernel interface for the running kernel
回复

使用道具 举报

发表于 2005-4-5 23:11:12 | 显示全部楼层
你要先准备一下内核源代码

cd /usr/src/linux
cp /boot/config-2.6.9 .config
make oldconfig
make prepare-all
之后
再运行sh ./NVIDIA-Linux-x86-1.0-7167-pkg1.run -add-this-kernel
就OK了,至于后面的故事,自己看问题汇编吧,写得很清楚,上面我写的都多余~
回复

使用道具 举报

 楼主| 发表于 2005-4-6 07:39:31 | 显示全部楼层
谢谢楼上的兄弟,现在好了,

那我来总结一下吧,
首先进/usr/src/linux 把里面的config-2.6.9这个文件复制到/boot/下,
然后把这个config-1.6.9文件改名为.config
再进入/usr/src/linux
运行make oldconfig
再运行 prepare-all
完后,到显卡驱动目录下,运行./NVIDIA-Linux-x86-1.0-7167-pkg1.run
再按提示,接受,是否联网到Nvidia的主页下载,选NO 再按OK,就可以了

再最后就是vi /etc/X11/XF86Config
代码:
  Section "Device"

            Identifier  "Card0"
            Driver      "nv" ---> "nvidia" ----->这里要修改
            VendorName  "nVidia Corporation"

修改好,保存退出。
就可以了!
谢谢大家的帮忙!
            BoardName   "NV17 [GeForce4 MX 440]"
            BusID       "PCI:1:0:0"

    EndSection
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-26 14:39 , Processed in 0.043287 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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