linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "ankur maheshwari" <ankur_maheshwari@procsys.com>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: how to enable logo
Date: Tue, 29 Aug 2006 20:29:34 +0530	[thread overview]
Message-ID: <005601c6cb7b$bd9592b0$f301a8c0@procsys> (raw)
In-Reply-To: Pine.LNX.4.62.0606151037450.19321@pademelon.sonytel.be

hi,

I have written a framebuffer driver of my own, which is base on virtual
framebuffer driver (vfb.c).
After linux boot up I can see my framebuffer in /proc/fb as device 0

0 myfbdriver

I am working on 2.6.11 uclinux.
What I want to know is ----
what are the option I need to enable in menuconfig in 2.6 kernel for
displaying logo on bootup.


Currently I tried
Device Driver -> Character device -> Virtual Terminal
Device Driver -> Character device -> Serial Driver -> Support for console on
serial device.
Graphic support -> Support of frame buffer devices
Graphic support ->Console display driver support -> Frame buffer console
support
Graphic support ->Logo configuration -> Standard 224-color Linux logo.
and My framebuffer driver.


After boot linux when I do cat /dev/fb0, I get a logo on my hyperterminal.
But console remains blank, I copied other files (.ppm) on /dev/fb0 and its
getting written on /dev/fb0 but console remains blank.

Can anyone share basic steps for logo display on linux 2.6 ???

I observed that while boot up console gives print ....
Console: Dummy colour device 80x25 .....

later when fb driver get loaded, I get following prints
Console: switching to frame buffer device 80x30

I have given fix. params as 640x480 but even then it switchs to 80x30.

Can any one explain me what going wrong ???? I am not passing any command
line params at present also I am not using _setup for command line parsing,
is that must ??

One more observation I made when I enable support for logo16 or black&white
logo, my driver gets loaded after fbcon and other fb modules, so doing cat
/dev/fb0 does not show me anything.


thanks
Ankur




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

  reply	other threads:[~2006-08-29 14:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <0ab101c69042$ed73d330$f301a8c0@procsys>
2006-06-15  8:38 ` Suggestions req for new fb driver Geert Uytterhoeven
2006-08-29 14:59   ` ankur maheshwari [this message]
2006-08-29 15:03     ` how to enable logo Geert Uytterhoeven
2006-09-07 15:30       ` ankur maheshwari
2006-09-07 15:45         ` Geert Uytterhoeven
2006-09-11  5:44           ` ankur maheshwari

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='005601c6cb7b$bd9592b0$f301a8c0@procsys' \
    --to=ankur_maheshwari@procsys.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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).