tany 发表于 2003-8-6 11:48:54

显卡驱动如何编译进内核?

1显卡驱动如何编译进内核?很复杂吗?
2如果我有NVIDIA的最近驱动,并且已经安装好,升级内核的时候是不是可以不选任何显卡?

Dragonfly 发表于 2003-8-6 22:22:25

1) u need not to do that. not so difficult, if u have interest.
2) when u upgrade kernel, (with kernel version change) u have to reinstall nvidia driver. nvidia will install driver to /lib/module/xxx/video/nvidia.o that xxx is u current kernel version. so if u upgrade the kernel, then u have to reinstall it.

Dragonfly 发表于 2003-8-6 23:02:06

it is not open sourced. i forget this. so i am wrong, u can not do that.
:-D

cnhnln 发表于 2003-8-7 01:08:21

ftp://download.nvidia.com/XFree86/Linux-x86/1.0-4496/ 有源码的rpm包

Dragonfly 发表于 2003-8-7 02:23:11

so they now publish it? with different license?

tany 发表于 2003-8-7 08:35:06

Of cause,the nvidia driver must be reinstalled after upgrade the kernel.
But i want to know whether i maybe not select any display cards.After i upgrade the kernel,i install it.
    By the way,i must select the AGP?When i install the driver,whether it also be installed?
   Thank you!!

Dragonfly 发表于 2003-8-7 09:14:49

u need not select other display card driver in kernel.
u had better chosoe agp. and you can read the readme from nvidia driver code, there are sth, tricky.
:-D

Dragonfly 发表于 2003-8-7 11:08:46

hehe, i am already confused.

cnspy 发表于 2003-8-8 11:12:07

我在2.6内核下用NVIDIA4496的驱动。安装没有问题,但是在使用的时候,第次重启机器都要
用ROOT身份去执行一下/sbin/modprobe nvidia才可以。否则没有办法进入到图开界面。这
是什么原因?

我应该怎么样才能让运行startx时自动加载nvidia的模块?

谢多指教

cnhnln 发表于 2003-8-8 12:03:57

很显然它们没有公开源码,上面的网址仅仅是公开了kernel_interface layerr的源码而已。
哦,知道了

我在2.6内核下用NVIDIA4496的驱动。安装没有问题,但是在使用的时候,第次重启机器都要
用ROOT身份去执行一下/sbin/modprobe nvidia才可以。否则没有办法进入到图开界面。这
是什么原因?

我应该怎么样才能让运行startx时自动加载nvidia的模块?

谢多指教
4496支持2.6了,呵呵
modprobe nvidia写到rc.local试试
页: [1]
查看完整版本: 显卡驱动如何编译进内核?