lkml.org 
[lkml]   [1999]   [Apr]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] big size LOGO problem
Hi,

I wanted to display big LOGO (800x400 pixels, vga=0x314) in boot-time.
I made LOGO-KIT.

However, the LOG messages has been overwritten on LOGO.
I made patch.

Thanks.

--
big LOGO<http://www.sainet.or.jp/~yamasaki/picture/logo800x440.gif>--- drivers/video/fbcon.c.orig Wed Apr 14 16:34:11 1999
+++ drivers/video/fbcon.c Wed Apr 14 16:35:08 1999
@@ -548,6 +548,8 @@
conp->vc_pos += logo_lines * conp->vc_size_row;
}
}
+ if((conp->vc_y < logo_lines) && (logo_lines < nr_rows))
+ conp->vc_y = logo_lines;
scr_memsetw((unsigned short *)conp->vc_origin, conp->vc_video_erase_char,
conp->vc_size_row * logo_lines);
}
\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.089 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site