Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Tue, 09 Feb 1999 15:50:28 +0100

Re: LibGGI on Frame Buffer (Permedia 2)

Geert Uytterhoeven wrote:
> 
> On Tue, 9 Feb 1999, Andrew Apted wrote:
> > >  Frame buffer device information:
> > >      Name        : `Permedia2'
> > >      Address     : 0xe7000000
> > >      Size        : 8388608
> > >      Type        : PACKED PIXELS
> > >      Visual      : PSEUDOCOLOR
> > >      XPanStep    : 8
> > >      YPanStep    : 1
> > >      YWrapStep   : 0
> > >      LineLength  : 0
> >        ^^^^^^^^^^^^^^^
> > Well there's the problem, that should not be 0.  Geert mentioned that
> 
> It's allowed to be zero. In that case the application should assume linelength
> == xres_virtual*bpp/8. XF68_FBDev does (it's older than the introduction of the
> linelength field), the fbdev target of libGGI probably doesn't.

Ok, that's easy to fix in LibGGI then.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]