From: Andrey Panin attached patch fixes penguin with sgi framebuffer logo for visws subarch. It was broken in 2.5.68 IIRC. drivers/video/logo/logo.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) diff -puN drivers/video/logo/logo.c~visws-logo-fix drivers/video/logo/logo.c --- 25/drivers/video/logo/logo.c~visws-logo-fix 2003-05-12 21:23:19.000000000 -0700 +++ 25-akpm/drivers/video/logo/logo.c 2003-05-12 21:23:19.000000000 -0700 @@ -79,8 +79,10 @@ const struct linux_logo *fb_find_logo(in logo = &logo_parisc_clut224; #endif #ifdef CONFIG_LOGO_SGI_CLUT224 - /* SGI Linux logo on MIPS/MIPS64 */ + /* SGI Linux logo on MIPS/MIPS64 and VISWS */ +#ifndef CONFIG_X86_VISWS if (mips_machgroup == MACH_GROUP_SGI) +#endif logo = &logo_sgi_clut224; #endif #ifdef CONFIG_LOGO_SUN_CLUT224 _