linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Antonino Daplas <adaplas@pol.net>
To: "André Stierenberg" <stierenberg@gmx.de>
Cc: Linux Fbdev development list <linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: Mirrored and shiftet fonts and logos
Date: 15 Dec 2002 05:30:10 +0500	[thread overview]
Message-ID: <1039911145.1008.41.camel@localhost.localdomain> (raw)
In-Reply-To: <004501c2a3ab$015a5eb0$ee3c078b@nb1>

On Sun, 2002-12-15 at 00:53, André Stierenberg wrote:
> Now the characters are printed correctly. And in the linux logo, the
> pinguin, something is also wrong. It seems the some pixels are mirrored too
> whereas other pixels are correct.
> 
> What could this be and in what way can i fix the problem?
> 
The logo is drawn directly to the framebuffer by fbcon_show_logo() in
linux/drivers/video/fbcon.c.

In your case, (is this cfb4?), the code segment is enclosed by this
conditional:

#if defined(CONFIG_FBCON_CFB4)
...
#endif

You can apply the same reversal techniques to correct your problem.

Tony




-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/

  parent reply	other threads:[~2002-12-14 21:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-14 19:53 Mirrored and shiftet fonts and logos André Stierenberg
2002-12-14 21:12 ` James Simmons
2002-12-15  0:30 ` Antonino Daplas [this message]
2002-12-15 16:33 ` Michael Kaufmann

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=1039911145.1008.41.camel@localhost.localdomain \
    --to=adaplas@pol.net \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=stierenberg@gmx.de \
    /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).