Index: [thread] [date] [subject] [author]
  From: Tano Fotang <fotang@yahoo.com>
  To  : ggi-develop@eskimo.com
  Date: Tue, 02 Feb 1999 22:27:11 +0100

More trouble with kgicon.o

good evening,
After insmod:ing kgicon, all terminals go pitch black. Cannot
see anything. I'd be greatful for any tips as I can't think
of anything else to try.
/fotang
----
I have experimented with the following without any success:

insmod kgicon
insmod kgicon kgicon_width=640 kgicon_height=400 
insmod kgicon kgicon_width=640 kgicon_height=400 kgicon_bpp=1

My graphics board:Elsa Winner 1000Trio/V (2MB)

kernel log is always the same:
#tail /var/log/messages:
Feb  2 20:28:49 sula kernel: S3 86c765 (Trio64) chipset driver rev
$Revision: 1.9 $
Feb  2 20:28:49 sula kernel: 86c765.c:342: default values: ff 01 f1 1b
ff ff ff 80 ff
Feb  2 20:28:49 sula kernel: VGA clock driver rev $Revision: 1.5 $, 
common code:$Revision: 1.7 $
Feb  2 20:28:49 sula kernel: Manufacturer Model driver loaded.
Feb  2 20:28:49 sula kernel: kgifb_init: xres 640 yres 400 bpp 8 vaddr
0xc5858000 paddr 0xf8000000 size 1048576
Feb  2 20:28:49 sula kernel: Console: switching to colour frame buffer
device 80x25
Feb  2 20:28:49 sula kernel: fb0: KGI frame buffer device using 1024K of
video memory

# /usr/src/linux/.config:
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
CONFIG_FBCON_ADVANCED=y
CONFIG_FBCON_MFB=y
CONFIG_FBCON_CFB2=m
CONFIG_FBCON_CFB4=m
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=m
CONFIG_FBCON_VGA=m
CONFIG_FBCON_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
------------
#(after insmod:ing all)lsmod:
Module                  Size  Used by
kgicon                 45076  63 
fbcon-vga               1736   0  [kgicon]
fbcon-cfb32             3260   0  [kgicon]
fbcon-cfb4              1932   0  [kgicon]
fbcon-cfb2              1808   0  [kgicon]

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