Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 19061 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.4.20-gentoo-r3/drivers/video/vesafb.c (-1 / +1 lines)
Lines 520-526 Link Here
520
	video_width         = screen_info.lfb_width;
520
	video_width         = screen_info.lfb_width;
521
	video_height        = screen_info.lfb_height;
521
	video_height        = screen_info.lfb_height;
522
	video_linelength    = screen_info.lfb_linelength;
522
	video_linelength    = screen_info.lfb_linelength;
523
	video_size          = screen_info.lfb_size * 65536;
523
	video_size          = screen_info.lfb_width * screen_info.lfb_height * video_bpp;
524
	video_visual = (video_bpp == 8) ?
524
	video_visual = (video_bpp == 8) ?
525
		FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_TRUECOLOR;
525
		FB_VISUAL_PSEUDOCOLOR : FB_VISUAL_TRUECOLOR;
526
526

Return to bug 19061