fb - framebuffer - is some "advanced" entity in development state, most obviosly
planned to become quite a promising substitute of the long time missing mickeysoft style of
resources useage, to wasting whatever can be and to every possible extent, memory,
swapspace, system resources and, users's time! - it doesn't offer anything which could be
suspected to compensating those advanced features.
Which, once experienced, will certainly remain known. So the short patch, below, was made
to fighting pengin abuse, suppressing its appearance ever so often at each system start,
and to leaving the sometimes much more valuable system messages in place:
--- drivers-video-fbcon.c Mon Feb 14 01:44:56 2000
+++ ../linux/drivers/video/fbcon.c Mon Feb 14 01:55:29 2000
@@ -431,7 +431,7 @@
unsigned short *save = NULL, *r, *q;
int i, charcnt = 256;
struct fbcon_font_desc *font;
-
+ logo=0; /**//* disable that silly thing! .hpr 2/00 */
if (con != fg_console || (p->fb_info->flags & FBINFO_FLAG_MODULE) ||
p->type == FB_TYPE_TEXT)
logo = 0;
and
--- drivers-video-newport_con.c Mon Aug 9 19:04:40 1999
+++ ../linux/drivers/video/newport_con.c Mon Feb 14 01:57:25 2000
@@ -88,7 +89,7 @@
static inline void newport_show_logo(void)
{
unsigned long i;
-
+ return; /**//* suppress that silly thing .hpr'2/00 */
for(i = 0; i < LINUX_LOGO_COLORS; i++) {
newport_bfwait();
newport_cmap_setaddr(npregs, i + 0x20);