|
|
发表于 2006-5-20 11:16:07
|
显示全部楼层
这是因为你的内核配置中的framebuffer和 nVidia Framebuffer Support支持有冲突,这两个只能选择一个,一般只用framebuffer,而不选 nVidia Framebuffer Support支持。
所以要取消 nVidia Framebuffer Support和 nVidia Riva support的支持。
-> Device Drivers │
│ -> Graphics support │
nVidia Framebuffer Support
只要选择:
<*> VGA 16-color graphics support │ │
│ │ <*> VESA VGA graphics support │ │
│ │ VESA driver type (vesafb-tng) ---> │ │
│ │ (1024x768@85) VESA default mode
<*> Virtual Frame Buffer support (ONLY FOR TESTING!) │ │
│ │ Console display driver support ---> │ │
│ │ Logo configuration ---> │ │
│ │ [ ] Backlight & LCD device support ---> │ │
│ │ Support for the framebuffer splash |
|