Index: [thread] [date] [subject] [author]
  From: James A Simmons <jsimmons@acsu.buffalo.edu>
  To  : ggi-develop <ggi-develop@eskimo.com>
  Date: Wed, 26 Aug 1998 14:24:36 -0400 (EDT)

kernel patch

Get it at http://www.acsu.buffalo.ed/~jsimmons/linux-kgi.tar.gz

Unzip and tar in directory ABOVE the linux kernel source tree. Then move
degas/kgicon/kgi to driver/video. 
  
   -  change to kernel source top directory

   -  make config
   
   -  make dep

   -  edit kgicon/kgi/.make_rules, and comment out the -DMODULE from the
      MODFLAGS variable.

   -  edit kgicon/kgi/fbcon-kgi.c, look for "initial geometry" and
      change the kgicon_* initializers to something that definitely
      works (e.g.  width=320, height=200, bpp=8 with the VGA driver).
   
   -  cd drivers/video/kgi ; make clean ; make

   -  cd back to linux kernel source top directory

   -  make zImage

   -  make modules, make modules_install




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