|
|
发表于 2008-10-6 22:35:16
|
显示全部楼层
.config
- milo@APO ~ $grep FB /usr/src/linux/.config
- # CONFIG_BLK_DEV_OFFBOARD is not set
- CONFIG_FB=y
- # CONFIG_FB_DDC is not set
- CONFIG_FB_CFB_FILLRECT=y
- CONFIG_FB_CFB_COPYAREA=y
- CONFIG_FB_CFB_IMAGEBLIT=y
- # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
- # CONFIG_FB_SYS_FILLRECT is not set
- # CONFIG_FB_SYS_COPYAREA is not set
- # CONFIG_FB_SYS_IMAGEBLIT is not set
- # CONFIG_FB_FOREIGN_ENDIAN is not set
- # CONFIG_FB_SYS_FOPS is not set
- # CONFIG_FB_SVGALIB is not set
- # CONFIG_FB_MACMODES is not set
- # CONFIG_FB_BACKLIGHT is not set
- CONFIG_FB_MODE_HELPERS=y
- # CONFIG_FB_TILEBLITTING is not set
- # CONFIG_FB_CIRRUS is not set
- # CONFIG_FB_PM2 is not set
- # CONFIG_FB_CYBER2000 is not set
- # CONFIG_FB_ARC is not set
- # CONFIG_FB_ASILIANT is not set
- # CONFIG_FB_IMSTT is not set
- # CONFIG_FB_VGA16 is not set
- CONFIG_FB_UVESA=y
- # CONFIG_FB_VESA is not set
- # CONFIG_FB_EFI is not set
- # CONFIG_FB_N411 is not set
- # CONFIG_FB_HGA is not set
- # CONFIG_FB_S1D13XXX is not set
- # CONFIG_FB_NVIDIA is not set
- # CONFIG_FB_RIVA is not set
- # CONFIG_FB_LE80578 is not set
- # CONFIG_FB_INTEL is not set
- # CONFIG_FB_MATROX is not set
- # CONFIG_FB_RADEON is not set
- # CONFIG_FB_ATY128 is not set
- # CONFIG_FB_ATY is not set
- # CONFIG_FB_S3 is not set
- # CONFIG_FB_SAVAGE 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_VT8623 is not set
- # CONFIG_FB_TRIDENT is not set
- # CONFIG_FB_ARK is not set
- # CONFIG_FB_PM3 is not set
- # CONFIG_FB_GEODE is not set
- # CONFIG_FB_VIRTUAL is not set
- # CONFIG_FB_CON_DECOR is not set
复制代码
vbe_modes
- milo@APO ~ $cat /sys/bus/platform/drivers/uvesafb/uvesafb.0/vbe_modes
- 640x400-8, 0x0100
- 640x480-8, 0x0101
- 800x600-8, 0x0103
- 1024x768-8, 0x0105
- 1280x1024-8, 0x0107
- 320x200-16, 0x010e
- 320x200-32, 0x010f
- 640x480-16, 0x0111
- 640x480-32, 0x0112
- 800x600-16, 0x0114
- 800x600-32, 0x0115
- 1024x768-16, 0x0117
- 1024x768-32, 0x0118
- 1280x1024-16, 0x011a
- 1280x1024-32, 0x011b
- 320x200-8, 0x0130
- 320x400-8, 0x0131
- 320x400-16, 0x0132
- 320x400-32, 0x0133
- 320x240-8, 0x0134
- 320x240-16, 0x0135
- 320x240-32, 0x0136
- 640x400-16, 0x013d
- 640x400-32, 0x013e
- 1280x800-8, 0x0160
- 1280x800-32, 0x0161
- 768x480-8, 0x0162
- 1680x1050-8, 0x0168
- 1680x1050-32, 0x0169
复制代码 |
|