Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Sun, 2 Aug 1998 16:08:10 +1000

Re: bughunting II

Jan writes:

>  dispsw is set in fbcon-kgi.c:977-1019. if someone looks here he will see
>  that 
>  
>  # CONFIG_FBCON_CFB2 is not set
>  # CONFIG_FBCON_CFB4 is not set
>  CONFIG_FBCON_CFB8=y
>  CONFIG_FBCON_CFB16=y
>  # CONFIG_FBCON_CFB24 is not set
>  CONFIG_FBCON_CFB32=y
>  
>  should have been set.

Looks like people should set "Advanced low level driver options" in
make menuconfig and enable all these options by hand (including MFB).

And of course an unconfigured mode should be detected and the setting
of that mode should fail...

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

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