Lines Matching +full:interleave +full:- +full:mode
2 arkfb - fbdev driver for ARK Logic chips
12 - only BIOS initialized VGA devices supported
13 - probably not working on big endian
20 * 8 bpp pseudocolor mode (with 18bit palette)
22 * 24 bpp truecolor mode (RGB 888)
23 * 32 bpp truecolor mode (RGB 888)
24 * text mode (activated by bpp = 0)
25 * doublescan mode variant (not available in text mode)
29 Text mode is supported even in higher resolutions, but there is limitation to
31 hardware). This limitation is not enforced by driver. Text mode supports 8bit
33 limitation). Unfortunately character attributes (like color) in text mode are
36 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with
37 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
38 with interleaved planes (1 byte interleave), MSB first. Both modes support
53 * interlaced mode variant
55 * support for fontheight != 16 in text mode
59 * acceleration support (8514-like 2D)
65 * character attributes (and cursor) in text mode are broken
67 --