linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Re: fbcon woes with closed source framebuffer kernel module
Date: Fri, 16 Sep 2005 21:59:17 +0800	[thread overview]
Message-ID: <432ACFB5.8020502@gmail.com> (raw)
In-Reply-To: <196b7d3105091606241b4d2ba4@mail.gmail.com>

Lior Balkohen wrote:
> hi list,
> 
> i got an STB with STB04xxx Digital Set-Top Box Integrated Controller
> from IBM (it's a 250Mhz embedded powerpc CPU).
> 
> the machine runs a 2.6.9 kernel with a closed source framebuffer
> kernel module "fb.ko".
> 
> I can perform lot of ioctls and mmap the framebuffer device, and
> implement a putpixel() to draw something on TV-Output.
> 
> but when i compile framebuffer based console driver "fbcon.ko" and the
> fonts "font.ko" and load those modules on the box, I DO NOT get a VT
> or console login prompt on the TV-output.

Are you sure fbcon is using your framebuffer?  Check lsmod output.
If fbcon is using the driver, and your kernel did not crash, then
that closed source driver is already implementing all the drawing
functions needed by fbcon.

If you don't see any output, then there's a bug somewhere or hopefully
just an incorrect setting.  Check the output of fbset -i and post it here.
An incorrect value in one of the settings can easily lead to a blank
screen.

> 
> what's wrong? or should i implement my own putc, scroll, etc... or

Don't, no use doing this.

> better a terminal for framebuffers like jfbterm, fbiterm???
> 

As a last resort, perhaps.  Why don't you ask IBM?

Tony


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php

  reply	other threads:[~2005-09-16 13:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-16 13:24 fbcon woes with closed source framebuffer kernel module Lior Balkohen
2005-09-16 13:59 ` Antonino A. Daplas [this message]
2005-09-16 16:27 ` Lior Balkohen
2005-09-18 23:03   ` Antonino A. Daplas
2005-09-19  6:31     ` Geert Uytterhoeven
2005-09-19  9:55       ` Antonino A. Daplas

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=432ACFB5.8020502@gmail.com \
    --to=adaplas@gmail.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).