linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Noralf Trønnes" <notro@tronnes.org>
To: linux-fbdev@vger.kernel.org
Subject: fbcon gives mirrored fonts on monochrome display
Date: Thu, 22 Jan 2015 18:47:20 +0000	[thread overview]
Message-ID: <54C145B8.6080204@tronnes.org> (raw)

Hi,

I'm playing with a SSD1306 128x64 monochrome display and fbcon gives me 
mirrored fonts and some extra lines.
Running fbtest gives me the expected output.

fbtest dump: http://tronnes.org/downloads/fbtest.png

fbcon dump: http://tronnes.org/downloads/fbcon.png
The text should have been:
Raspbian GNU/Lin

raspberrypi logi

fbcon font:VGA8x8: http://tronnes.org/downloads/fbcon8x8.png

ProFont6x11 gives indecipherable text lines: 
http://tronnes.org/downloads/fbcon6x11.png

fbdev config:
   info->var.bits_per_pixel = 1;
   info->fix.visual = FB_VISUAL_MONO10;
   info->var.red.length = 1;
   info->var.red.offset = 0;
   info->var.green.length = 1;
   info->var.green.offset = 0;
   info->var.blue.length = 1;
   info->var.blue.offset = 0;
Uses: sys_fillrect, sys_copyarea, sys_imageblit (and deferred_io)

System: Raspberry Pi, ARM, Linux 3.18.3

Does anyone see what this might be?


Regards,
Noralf Trønnes


             reply	other threads:[~2015-01-22 18:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22 18:47 Noralf Trønnes [this message]
2015-01-22 19:44 ` fbcon gives mirrored fonts on monochrome display Geert Uytterhoeven
2015-01-22 19:55 ` Noralf Trønnes
2015-01-22 19:59 ` Geert Uytterhoeven
2015-01-22 20:38 ` Noralf Trønnes
2015-01-22 20:42 ` Geert Uytterhoeven
2015-01-22 20:58 ` Noralf Trønnes

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=54C145B8.6080204@tronnes.org \
    --to=notro@tronnes.org \
    --cc=linux-fbdev@vger.kernel.org \
    /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).