Index: [thread] [date] [subject] [author]
  From: Mike McQuade <mmcquade@aa.net>
  To  : ggi-develop@eskimo.com
  Date: Mon, 08 Feb 1999 23:23:19 -0800

Re: LibGGI on Frame Buffer (Permedia 2)

Here is the result of fbset -i 

On my PCI Diamond FireGL 1000 Pro.

Driver is Ilario's latest code from:
http://www.cs.unibo.it/~nardinoc/pm2fb/


mode "default"
    # H: 80.002 kHz, V: 100.002 Hz
    geometry 1024 768 1024 768 8
    # RGB is 8:8:8 with offsets 0:0:0
    timings 8311 288 48 24 4 144 4
    hsync high
    vsync high
endmode

Frame buffer device information:
    Name        : `Permedia2'
    Address     : 0xe7000000
    Size        : 8388608
    Type        : PACKED PIXELS
    Visual      : PSEUDOCOLOR
    XPanStep    : 8
    YPanStep    : 1
    YWrapStep   : 0
    LineLength  : 0
    MMIO Address: 0xe8000000
    MMIO Size   : 65536
    Acceleration: 15 (UNKNOWN)







Andrew Apted wrote:
> 
> Mike McQuade writes:
> 
> >  Problem: LibGGI demos don't run correctly on my FB, runs fine in X.
> >  (running /libggi/programs/demos/demo)
> >
> >  In X, the demo runs properly, ie: I see boxes, text, and
> >  lines. In the FB, the screen is blank, and I see some graphics
> >  action in the first row of pixels across the top of
> >  the screen. There is nothing in the rest of the screen.
> 
> Does the "fbset" utility work ?  If you haven't got that yet, there is a
> copy in the GGI degas tarball, in the kgicon/util/fbset directory.
> 
> Please post the output of "fbset -i", that might give some clue...
> 
> Cheers,
> _____________________________________________  ____
>                                                \  /
>   Andrew Apted   <andrew@ggi-project.org>       \/
>

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