|
|
发表于 2005-2-16 13:59:44
|
显示全部楼层
framebuffer?
我也不太懂.只能给你点提示了...最好找找论坛里的有关的文章
我的内核关于这部分的设置
- # Graphics support
- #
- CONFIG_FB=y
- # CONFIG_FB_PM2 is not set
- # CONFIG_FB_CYBER2000 is not set
- # CONFIG_FB_IMSTT is not set
- CONFIG_FB_VGA16=m
- CONFIG_FB_VESA=y
- CONFIG_VIDEO_SELECT=y
- # CONFIG_FB_HGA is not set
- CONFIG_FB_RIVA=m
- # CONFIG_FB_MATROX is not set
- # CONFIG_FB_RADEON_OLD is not set
- # CONFIG_FB_RADEON is not set
- # CONFIG_FB_ATY128 is not set
- # CONFIG_FB_ATY is not set
- # CONFIG_FB_SIS is not set
- # CONFIG_FB_NEOMAGIC is not set
- # CONFIG_FB_KYRO is not set
- # CONFIG_FB_3DFX is not set
- # CONFIG_FB_VOODOO1 is not set
- # CONFIG_FB_TRIDENT is not set
- # CONFIG_FB_VIRTUAL is not set
- #
- # Console display driver support
- #
- CONFIG_VGA_CONSOLE=y
- # CONFIG_MDA_CONSOLE is not set
- CONFIG_DUMMY_CONSOLE=y
- CONFIG_FRAMEBUFFER_CONSOLE=y
- CONFIG_PCI_CONSOLE=y
- # CONFIG_FONTS is not set
- CONFIG_FONT_8x8=y
- CONFIG_FONT_8x16=y
- #
- # Logo configuration
- #
- CONFIG_LOGO=y
- # CONFIG_LOGO_LINUX_MONO is not set
- # CONFIG_LOGO_LINUX_VGA16 is not set
- CONFIG_LOGO_LINUX_CLUT224=y
- #
复制代码 |
|