|
|

楼主 |
发表于 2007-12-16 19:04:48
|
显示全部楼层
找到了一点帮助,好像是要改一个Kconfig文件,在里面
加入相应的内容。如下所示:
config FB_NVIDIA
tristate "nVidia Framebuffer Support"
depends on FB && PCI
select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT
select FB_MODE_HELPERS
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select BITREVERSE
select VGASTATE
help
This driver supports graphics boards with the nVidia chips, TNT
and newer. For very old chipsets, such as the RIVA128, then use
the rivafb.
Say Y if you have such a graphics board.
To compile this driver as a module, choose M here: the
module will be called nvidiafb.
但现在就是不知道NVIDIA-Linux-x86-169.04-pkg1这个驱动需要配置什么内容才可以让它在make menuconfig里面出现。 |
|