All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] remove graphic linux logo on framebuffer, kernel-2-4-24
@ 2004-01-18 21:02 Szymon Tarnowski
  2004-01-18 21:16 ` Andreas Tolfsen
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Szymon Tarnowski @ 2004-01-18 21:02 UTC (permalink / raw)
  To: linux-kernel

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

Hello everyone
  I have made this cosmetic patch to remove linux graphics logo
presented during booting system. I have no objection to logo but when
console is ready to log in the system, I would like to remove it from
screen. Because I don`t have enought programing skils and enought free
time to solve this problem, I made this patch to remove logo at all.
It is made by changing value sent do framebuffer setup routine. Please
fell free to coment my patch, please send it to me directly because I
don`t receive subscription from linux-kernel message list. Please also
inform me if there will be big discusion at list.

-- 
Best regards,
 Szymon                             mailto:szymon@wpk.p.lodz.pl

[-- Attachment #2: nologo.tar.gz --]
[-- Type: application/x-gzip, Size: 1006 bytes --]

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

* Re: [patch] remove graphic linux logo on framebuffer, kernel-2-4-24
  2004-01-18 21:02 [patch] remove graphic linux logo on framebuffer, kernel-2-4-24 Szymon Tarnowski
@ 2004-01-18 21:16 ` Andreas Tolfsen
  2004-01-18 21:28 ` Ken Moffat
  2004-01-19 17:59 ` James Simmons
  2 siblings, 0 replies; 6+ messages in thread
From: Andreas Tolfsen @ 2004-01-18 21:16 UTC (permalink / raw)
  To: Szymon Tarnowski; +Cc: linux-kernel

Szymon Tarnowski wrote:

>Hello everyone
>  I have made this cosmetic patch to remove linux graphics logo
>presented during booting system.
>
I'm sick and tired of that logo as well.  Be gone!


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

* Re: [patch] remove graphic linux logo on framebuffer, kernel-2-4-24
  2004-01-18 21:02 [patch] remove graphic linux logo on framebuffer, kernel-2-4-24 Szymon Tarnowski
  2004-01-18 21:16 ` Andreas Tolfsen
@ 2004-01-18 21:28 ` Ken Moffat
  2004-01-18 23:10   ` Andreas Tolfsen
  2004-01-19 17:59 ` James Simmons
  2 siblings, 1 reply; 6+ messages in thread
From: Ken Moffat @ 2004-01-18 21:28 UTC (permalink / raw)
  To: Szymon Tarnowski; +Cc: linux-kernel

On Sun, 18 Jan 2004, Szymon Tarnowski wrote:

> Hello everyone
>   I have made this cosmetic patch to remove linux graphics logo
> presented during booting system. I have no objection to logo but when
> console is ready to log in the system, I would like to remove it from
> screen. Because I don`t have enought programing skils and enought free
> time to solve this problem, I made this patch to remove logo at all.
> It is made by changing value sent do framebuffer setup routine. Please
> fell free to coment my patch, please send it to me directly because I
> don`t receive subscription from linux-kernel message list. Please also
> inform me if there will be big discusion at list.
>
>

Why ?

 If your problem is that a few lines at the top of your screen stay
blank, there are two existing solutions:

(a) switch to another console, then back.
(b) create an init script using `setfont' to set a font of your choice.

Ken
-- 
This is a job for Riviera Kid!

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

* Re: [patch] remove graphic linux logo on framebuffer, kernel-2-4-24
  2004-01-18 21:28 ` Ken Moffat
@ 2004-01-18 23:10   ` Andreas Tolfsen
  2004-01-18 23:15     ` Andreas Tolfsen
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Tolfsen @ 2004-01-18 23:10 UTC (permalink / raw)
  To: Ken Moffat; +Cc: linux-kernel

Ken Moffat wrote:

>
>On Sun, 18 Jan 2004, Szymon Tarnowski wrote:
>
>>
>>Hello everyone
>>  I have made this cosmetic patch to remove linux graphics logo
>>presented during booting system. I have no objection to logo but when
>>console is ready to log in the system, I would like to remove it from
>>screen. Because I don`t have enought programing skils and enought free
>>time to solve this problem, I made this patch to remove logo at all.
>>It is made by changing value sent do framebuffer setup routine. Please
>>fell free to coment my patch, please send it to me directly because I
>>don`t receive subscription from linux-kernel message list. Please also
>>inform me if there will be big discusion at list
>>
>Why ?
>
> If your problem is that a few lines at the top of your screen stay
>blank, there are two existing solutions:
>
>(a) switch to another console, then back.
>
Doing that at every startup?  Bah!

>
>(b) create an init script using `setfont' to set a font of your choice.
>
Well anyway how you see it, having a option for it when making the 
kernel would be very nice.  Then you would have the trouble of making an 
init script every time you install it on a new machine.



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

* Re: [patch] remove graphic linux logo on framebuffer, kernel-2-4-24
  2004-01-18 23:10   ` Andreas Tolfsen
@ 2004-01-18 23:15     ` Andreas Tolfsen
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Tolfsen @ 2004-01-18 23:15 UTC (permalink / raw)
  To: Andreas Tolfsen; +Cc: linux-kernel

Andreas Tolfsen wrote:

> Well anyway how you see it, having a option for it when making the 
> kernel would be very nice.  Then you would have the trouble of making 
> an init script every time you install it on a new machine.

"Wouldn't" --- Most sorry :-(



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

* Re: [patch] remove graphic linux logo on framebuffer, kernel-2-4-24
  2004-01-18 21:02 [patch] remove graphic linux logo on framebuffer, kernel-2-4-24 Szymon Tarnowski
  2004-01-18 21:16 ` Andreas Tolfsen
  2004-01-18 21:28 ` Ken Moffat
@ 2004-01-19 17:59 ` James Simmons
  2 siblings, 0 replies; 6+ messages in thread
From: James Simmons @ 2004-01-19 17:59 UTC (permalink / raw)
  To: Szymon Tarnowski; +Cc: linux-kernel


You must like  2.6.X.  The logo is now optional.


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

end of thread, other threads:[~2004-01-19 18:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-18 21:02 [patch] remove graphic linux logo on framebuffer, kernel-2-4-24 Szymon Tarnowski
2004-01-18 21:16 ` Andreas Tolfsen
2004-01-18 21:28 ` Ken Moffat
2004-01-18 23:10   ` Andreas Tolfsen
2004-01-18 23:15     ` Andreas Tolfsen
2004-01-19 17:59 ` James Simmons

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.