NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-macppc/48600



The following reply was made to PR port-macppc/48600; it has been noted by GNATS.

From: scole_mail <scole_mail%gmx.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-macppc/48600
Date: Mon, 13 Oct 2014 10:45:09 -0400

 I've been working on this again recently.  Basically I adapted the
 valkyriefb code with linux platinumfb.  So far I can turn on the
 monitor, switch between virtual screens, see stuff being printed out
 when the kernel is booting with green and black on a white background.
 
 But the onscreen/typed characters look like garbage.  I've been
 printing out rasops_info such as:
 
 	      ri->ri_depth, ri->ri_width, ri->ri_height,
 		      ri->ri_stride, (uint32_t)ri->ri_bits,
 		      ri->ri_font->fontheight,
 		      ri->ri_font->fontwidth
 
 getting
  RASTER depth 8 width 640 height 480 stride 640 addr d5460000
  RASTER fonth 15 fontd 8
 
 and don't see anything unusual.  Anyone have suggestions on what else
 I could be looking for?
 



Home | Main Index | Thread Index | Old Index