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

Re: Problems with ATI Mach64 Driver...

Peter Hawkins writes:

>  Hi there...
>  Andrew Apted wrote:
>  
>  > insmod fbcon-cfb8 ?
>  
>  Same error. I hadn't inserted it or compiled it before. Tried compiling
>  cfb[2-8] and mfb into kernel. Same error. Tried compiling them all as
>  modules and inserting them all. Same error. Any ideas?

OK I just realized the problem.  First you have to enable support in the
kernel for the cfb* (etc) and probably have them compiled into the
kernel (I hadn't tried them as modules myself).  Second, remake the
kgicon.o module (`make clean ; make') which will add the necessary code.

This happens because we do "#ifdef FBCON_HAS_CFB8" in fbcon-kgi.c, which
makes it _compile time_ dependent on those options being enabled.
Whether this should be changed, I'm not sure yet (other fbcon low-level
drivers do it this way too).

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

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