linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.69: Missing logo?
@ 2003-05-06 17:07 Russell King
  2003-05-06 17:25 ` Andy Pfiffer
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Russell King @ 2003-05-06 17:07 UTC (permalink / raw)
  To: Linux Kernel List, James Simmons

Hi,

I seem to have a penguin missing in action, somewhere between 2.5.68 and
2.5.69.  Has anyone else lost a penguin under similar circumstances?

$ grep LOGO linux-sa1100/.config
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y

Other than the missing logo, the fb display looks as it did under 2.5.68.

assabet$ fbset

mode "320x240-60"
        geometry 320 240 320 240 16
        timings 171521 61 9 3 0 5 1
        accel false
        rgba 5/11,6/5,5/0,0/0
endmode

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


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

* Re: 2.5.69: Missing logo?
  2003-05-06 17:07 2.5.69: Missing logo? Russell King
@ 2003-05-06 17:25 ` Andy Pfiffer
  2003-05-06 17:42   ` James Simmons
  2003-05-06 17:58 ` Balram Adlakha
  2003-05-13 22:41 ` James Simmons
  2 siblings, 1 reply; 8+ messages in thread
From: Andy Pfiffer @ 2003-05-06 17:25 UTC (permalink / raw)
  To: Russell King; +Cc: Linux Kernel List, James Simmons

On Tue, 2003-05-06 at 10:07, Russell King wrote:
> Hi,
> 
> I seem to have a penguin missing in action, somewhere between 2.5.68 and
> 2.5.69.  Has anyone else lost a penguin under similar circumstances?

Tux is AWOL for me, too.

bk/linux-2.5.69+kexec2> grep LOGO .config
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
bk/linux-2.5.69+kexec2> grep CONFIG_FB .config | grep =y
CONFIG_FB=y
CONFIG_FB_VESA=y
CONFIG_FB_I810=y
CONFIG_FB_I810_GTF=y
bk/linux-2.5.69+kexec2> lspci | grep -i VGA
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP
(rev 85)
bk/linux-2.5.69+kexec2>


> $ grep LOGO linux-sa1100/.config
> CONFIG_LOGO=y
> # CONFIG_LOGO_LINUX_MONO is not set
> CONFIG_LOGO_LINUX_VGA16=y
> CONFIG_LOGO_LINUX_CLUT224=y
> 
> Other than the missing logo, the fb display looks as it did under 2.5.68.



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

* Re: 2.5.69: Missing logo?
  2003-05-06 17:25 ` Andy Pfiffer
@ 2003-05-06 17:42   ` James Simmons
  0 siblings, 0 replies; 8+ messages in thread
From: James Simmons @ 2003-05-06 17:42 UTC (permalink / raw)
  To: Andy Pfiffer; +Cc: Russell King, Linux Kernel List, James Simmons


It is the reversal of the changes of cfbimgblit.c. It brought back this 
bug :-(

> On Tue, 2003-05-06 at 10:07, Russell King wrote:
> > Hi,
> > 
> > I seem to have a penguin missing in action, somewhere between 2.5.68 and
> > 2.5.69.  Has anyone else lost a penguin under similar circumstances?
> 
> Tux is AWOL for me, too.
> 
> bk/linux-2.5.69+kexec2> grep LOGO .config
> CONFIG_LOGO=y
> CONFIG_LOGO_LINUX_MONO=y
> CONFIG_LOGO_LINUX_VGA16=y
> CONFIG_LOGO_LINUX_CLUT224=y
> bk/linux-2.5.69+kexec2> grep CONFIG_FB .config | grep =y
> CONFIG_FB=y
> CONFIG_FB_VESA=y
> CONFIG_FB_I810=y
> CONFIG_FB_I810_GTF=y
> bk/linux-2.5.69+kexec2> lspci | grep -i VGA
> 01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP
> (rev 85)
> bk/linux-2.5.69+kexec2>
> 
> 
> > $ grep LOGO linux-sa1100/.config
> > CONFIG_LOGO=y
> > # CONFIG_LOGO_LINUX_MONO is not set
> > CONFIG_LOGO_LINUX_VGA16=y
> > CONFIG_LOGO_LINUX_CLUT224=y
> > 
> > Other than the missing logo, the fb display looks as it did under 2.5.68.
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


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

* Re: 2.5.69: Missing logo?
  2003-05-06 17:07 2.5.69: Missing logo? Russell King
  2003-05-06 17:25 ` Andy Pfiffer
@ 2003-05-06 17:58 ` Balram Adlakha
  2003-05-06 18:22   ` James Simmons
  2003-05-13 22:41 ` James Simmons
  2 siblings, 1 reply; 8+ messages in thread
From: Balram Adlakha @ 2003-05-06 17:58 UTC (permalink / raw)
  To: Russell King, andyp; +Cc: linux-kernel

On Tue, May 06, 2003 at 06:07:07PM +0100, Russell King wrote:
> Hi,
> 
> I seem to have a penguin missing in action, somewhere between 2.5.68 and
> 2.5.69.  Has anyone else lost a penguin under similar circumstances?
> 
> $ grep LOGO linux-sa1100/.config
> CONFIG_LOGO=y
> # CONFIG_LOGO_LINUX_MONO is not set
> CONFIG_LOGO_LINUX_VGA16=y
> CONFIG_LOGO_LINUX_CLUT224=y
> 
> Other than the missing logo, the fb display looks as it did under 2.5.68.
> 
> assabet$ fbset
> 
> mode "320x240-60"
>         geometry 320 240 320 240 16
>         timings 171521 61 9 3 0 5 1
>         accel false
>         rgba 5/11,6/5,5/0,0/0
> endmode
> 
> -- 
> Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
>              http://www.arm.linux.org.uk/personal/aboutme.html
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


Me too. I think it happens with all configs. The empty space is there
for the penguin but I guess it gets eaten somewhere on the way.
-- 

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

* Re: 2.5.69: Missing logo?
  2003-05-06 17:58 ` Balram Adlakha
@ 2003-05-06 18:22   ` James Simmons
  0 siblings, 0 replies; 8+ messages in thread
From: James Simmons @ 2003-05-06 18:22 UTC (permalink / raw)
  To: Balram Adlakha; +Cc: Russell King, andyp, linux-kernel


> Me too. I think it happens with all configs. The empty space is there
> for the penguin but I guess it gets eaten somewhere on the way.

Hm. Someone submitted a patch without testing it fully. This time it 
wasn't me :-/ Hey we are all human.
  


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

* Re: 2.5.69: Missing logo?
  2003-05-06 17:07 2.5.69: Missing logo? Russell King
  2003-05-06 17:25 ` Andy Pfiffer
  2003-05-06 17:58 ` Balram Adlakha
@ 2003-05-13 22:41 ` James Simmons
  2003-05-13 22:55   ` Russell King
  2 siblings, 1 reply; 8+ messages in thread
From: James Simmons @ 2003-05-13 22:41 UTC (permalink / raw)
  To: Russell King; +Cc: Linux Kernel List, James Simmons


> I seem to have a penguin missing in action, somewhere between 2.5.68 and
> 2.5.69.  Has anyone else lost a penguin under similar circumstances?
> 
> $ grep LOGO linux-sa1100/.config
> CONFIG_LOGO=y
> # CONFIG_LOGO_LINUX_MONO is not set
> CONFIG_LOGO_LINUX_VGA16=y
> CONFIG_LOGO_LINUX_CLUT224=y
> 
> Other than the missing logo, the fb display looks as it did under 2.5.68.
> 
> assabet$ fbset
> 
> mode "320x240-60"
>         geometry 320 240 320 240 16
>         timings 171521 61 9 3 0 5 1
>         accel false
>         rgba 5/11,6/5,5/0,0/0
> endmode

At the very bottom of cfbimgblt.c change 

} else if (image->depth == bpp)

to 

} else if (image->depth <= bpp)

and tell me if this works.

P.S
  Is it possible we could move the irq code for the acorn driver from 
fbcon.c to the acorn driver itself. 


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

* Re: 2.5.69: Missing logo?
  2003-05-13 22:41 ` James Simmons
@ 2003-05-13 22:55   ` Russell King
  2003-05-14  8:37     ` Russell King
  0 siblings, 1 reply; 8+ messages in thread
From: Russell King @ 2003-05-13 22:55 UTC (permalink / raw)
  To: James Simmons; +Cc: Linux Kernel List

On Tue, May 13, 2003 at 11:41:34PM +0100, James Simmons wrote:
> At the very bottom of cfbimgblt.c change 
> 
> } else if (image->depth == bpp)
> 
> to 
> 
> } else if (image->depth <= bpp)
> 
> and tell me if this works.

Will report later.

> P.S
>   Is it possible we could move the irq code for the acorn driver from 
> fbcon.c to the acorn driver itself. 

I don't see why not.  Do you have a patch for this?

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


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

* Re: 2.5.69: Missing logo?
  2003-05-13 22:55   ` Russell King
@ 2003-05-14  8:37     ` Russell King
  0 siblings, 0 replies; 8+ messages in thread
From: Russell King @ 2003-05-14  8:37 UTC (permalink / raw)
  To: James Simmons, Linux Kernel List

On Tue, May 13, 2003 at 11:55:28PM +0100, Russell King wrote:
> On Tue, May 13, 2003 at 11:41:34PM +0100, James Simmons wrote:
> > At the very bottom of cfbimgblt.c change 
> > 
> > } else if (image->depth == bpp)
> > 
> > to 
> > 
> > } else if (image->depth <= bpp)
> > 
> > and tell me if this works.
> 
> Will report later.

This change makes it work.  Thanks.

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


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

end of thread, other threads:[~2003-05-14  8:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-06 17:07 2.5.69: Missing logo? Russell King
2003-05-06 17:25 ` Andy Pfiffer
2003-05-06 17:42   ` James Simmons
2003-05-06 17:58 ` Balram Adlakha
2003-05-06 18:22   ` James Simmons
2003-05-13 22:41 ` James Simmons
2003-05-13 22:55   ` Russell King
2003-05-14  8:37     ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).