Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Mon, 3 Aug 1998 22:47:55 +1000

Kgicon update

Hi folks,

I've committed some more fixes to kgicon (fbcon-kgi.c).  
Here's the log message:

    More reworking.  Rearranged things (especially) kgifb_set_var to
    handle the fact that kgifb_display.mmio is only valid _after_ a mode
    has been set.  Put back the code that handles mmio == NULL.  Made it
    so that unsupported modes (either unsupported by the KGI driver, or
    unsupported by an fbcon handler) will fail gracefully.  An insmod
    with an unsupported mode should also fail gracefully now.  Made the
    initial width, height & depth specifiable on the insmod command
    line.

Also fixed a problem with panning left & right.  It now doesn't go to
pieces when insmodding or fbsetting with an invalid mode.  To set the
default mode when insmodding, use something like :

    insmod kgicon.o kgicon_initial_width=1024 kgicon_initial_height=768
		    kgicon_initial_bpp=16

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

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