• D
    fbcon: add fbcon=margin:<color> command line option · 74c1c8b3
    David Lechner 提交于
    This adds a new command line option to select the fbcon margin color.
    
    The motivation for this is screens where black does not blend into the
    physical surroundings of the screen. For example, using an LCD (not the
    backlit kind), white text on a black background is hard to read, so
    inverting the colors is preferred. However, when you do this, most of the
    screen is filled with white but the margins are still filled with black.
    This makes a big, black, backwards 'L' on the screen. By setting
    fbcon=margin:7, the margins will be filled with white and the LCD looks as
    expected.
    Signed-off-by: NDavid Lechner <david@lechnology.com>
    [b.zolnierkie: ported over fbcon changes]
    Signed-off-by: NBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
    74c1c8b3
fbcon.txt 11.8 KB