mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] missing FB_VISUAL_PSEUDOCOLOR in fb_prepare_logo()
@ 2003-04-04  9:58 Andrey Panin
  2003-04-04 17:50 ` Joshua Kwan
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Panin @ 2003-04-04  9:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds, jsimmons

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

Hi,

this patch (2.5.66) fixes mighty penguin logo not appearing
on visual workstation framebuffer. The trouble is missing
'case FB_VISUAL_PSEUDOCOLOR:' in fb_prepare_logo() function.

Please apply.

Best regards.

-- 
Andrey Panin		| Embedded systems software developer
pazke@orbita1.ru	| PGP key: wwwkeys.pgp.net

[-- Attachment #2: patch-logo-fix --]
[-- Type: text/plain, Size: 453 bytes --]

diff -urN -X /usr/share/dontdiff linux-2.5.66.vanilla/drivers/video/fbmem.c linux-2.5.66/drivers/video/fbmem.c
--- linux-2.5.66.vanilla/drivers/video/fbmem.c	Mon Mar 31 13:40:56 2003
+++ linux-2.5.66/drivers/video/fbmem.c	Mon Mar 31 15:26:04 2003
@@ -670,6 +670,7 @@
 	case FB_VISUAL_MONO10:
 		fb_logo.needs_logo = 1;
 		break;
+	case FB_VISUAL_PSEUDOCOLOR:
 	case FB_VISUAL_STATIC_PSEUDOCOLOR:
 		if (fb_logo.depth >= 8) {
 			fb_logo.needs_logo = 8;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] missing FB_VISUAL_PSEUDOCOLOR in fb_prepare_logo()
  2003-04-04  9:58 [PATCH] missing FB_VISUAL_PSEUDOCOLOR in fb_prepare_logo() Andrey Panin
@ 2003-04-04 17:50 ` Joshua Kwan
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kwan @ 2003-04-04 17:50 UTC (permalink / raw)
  To: Andrey Panin; +Cc: linux-kernel mailing list

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

On Fri, Apr 04, 2003 at 01:58:37PM +0400, Andrey Panin wrote:
> Hi,
> 
> this patch (2.5.66) fixes mighty penguin logo not appearing
> on visual workstation framebuffer. The trouble is missing
> 'case FB_VISUAL_PSEUDOCOLOR:' in fb_prepare_logo() function.

This repairs the logo for me on i386 as well. Thanks.
If only the console cursor weren't so dodgy ... it would be 
perfect now ;)

-Josh

-- 
New PGP public key: 0x27AFC3EE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-04 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-04  9:58 [PATCH] missing FB_VISUAL_PSEUDOCOLOR in fb_prepare_logo() Andrey Panin
2003-04-04 17:50 ` Joshua Kwan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®