linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Simmons <jsimmons@infradead.org>
To: Ludovic Drolez <ludovic.drolez@freealter.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: keep the linux logo displayed
Date: Mon, 21 Jul 2003 17:54:37 +0100 (BST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0307211749400.6905-100000@phoenix.infradead.org> (raw)
In-Reply-To: <3F1C0CF6.4010302@freealter.com>


> Hi !
> 
> I wondered if anyone knows about a 2 lines patch, to keep the linux logo 
> always displayed in a 2.5.x / 2.6.x kernel ??
> I've tried to patch a few lines in fbcon.c, without success :-(

That wouldn't be easy to do. In struct vc_data (data about VC tty device) 
you have vc_top and vc_bottom. Normally vc_top is 0 and vc_bottom is that 
last row on your screen. For the logo we move vc_top down a little bit. 
The problem is after we start minigetty on the various /dev/ttyX as soon 
as you VC switch you reintialize the screen to the standard behavior of 
vc_top = 0 and vc_bottom is the last row. It would take hacks to the upper 
console layer to do that. 
	You can write a userland app to do this. There are esc sequence 
that change vc_top. You could even alter minigetty if you want.




  reply	other threads:[~2003-07-21 16:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-21 15:55 keep the linux logo displayed Ludovic Drolez
2003-07-21 16:54 ` James Simmons [this message]
2003-07-24  9:33   ` Ludovic Drolez
2003-08-11 12:44   ` Ludovic Drolez
2003-08-11 17:25     ` James Simmons
2005-07-13 14:34     ` 2.6.12: yukon2 nics still not supported Ludovic Drolez
2005-07-14  6:30       ` Daniel Drake
2004-09-14 12:31   ` keep the linux logo displayed on 2.6.7 Ludovic Drolez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0307211749400.6905-100000@phoenix.infradead.org \
    --to=jsimmons@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.drolez@freealter.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).