|

楼主 |
发表于 2010-3-26 17:26:13
|
显示全部楼层
这个nvidiafb,好像和官方的这驱动冲突吧?在emerge官方的驱动时,提示不能要这个的好像。
Post by U571;2077960
lilo VGA参数控制的应该是FrameBuffer的参数吧
开机的时候重新配置VGA,是因为VGA参数失效了
没有加载到Framebuffer的内核选项吧
重新配置内核吧
+------------------------- nVidia Framebuffer Support -------------------------+
| CONFIG_FB_NVIDIA: |
| |
| 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. |
| |
| Symbol: FB_NVIDIA [=n] |
| Prompt: nVidia Framebuffer Support |
| Defined at drivers/video/Kconfig:982 |
| Depends on: HAS_IOMEM [=y] && FB [=y] && PCI [=y] |
| Location: |
| -> Device Drivers |
| -> Graphics support |
| -> Support for frame buffer devices (FB [=y]) |
| Selects: FB_BACKLIGHT [=n] && FB_MODE_HELPERS [=n] && FB_CFB_FILLRECT [=y] |
把这个选项选上重新编辑下试试 |
|