Index: [thread] [date] [subject] [author]
  From: Matthew Wilkins <wilco@wilco.dyn.ml.org>
  To  : ggi-develop@eskimo.com
  Date: Sat, 15 Aug 1998 02:22:28 -0400

more kgicon...

Hi,

I wrote yesterday mentioning my difficulties getting kgicon to work;
after more experimenting, I can get a nice black screen in 1bpp mode.
the keyboard is still usable, _as long as I don't run con2fbmap_ .

# cat /proc/fb > fblog     at this point gives

0 VGA+
1 KGI

however, if I do a 'con2fbmap 0 1', I stop getting any response from
the keyboard, and the screen stays black.  
The computer isn't locked up though, because if I instead 
run a command like

# con2fbmap 0 1 ; sleep 2s; con2fbmap 0 0
it works okay.  Also, I can 

# rmmod kgicon.o ; textmode

and that gets me my text mode back.  
Here's a clip from my syslog.
I've cut some lines because I was on DEBUG level3...


fbcon-kgi.c:1296: kgifb_init: Start
IBM VGA chipset driver rev $Revision: 1.1 $
Detected 256KBytes of Video RAM
Monosync monitor driver rev $Revision: 1.1 $
monosync.c:83: standard 14" VGA (800x480 pxl, 240 x 180 mm˛, 31-31 kHz, 50-70 Hz)
VGA DAC driver rev. $Revision: 1.1 $
VGA clock driver rev $Revision: 1.1 $,  common code:$Revision: 1.1 $
IBM VGA driver loaded.
fbcon-kgi.c:980: Activating kgicon mode 640x400#640x0[1].
fbcon-kgi.c:854: Activating success: 640x400#640x400 D1x1 [0x2]
kgifb_init: xres 640 yres 400 bpp 1 vaddr 0xa0000 paddr 0xa0000 size 65536
fb1: KGI frame buffer device using 64K of video memory
fb1: unregistered.
VGA clock driver unloaded
VGA DAC driver removed.
Monosync monitor driver removed.
exit_kgi: Finished.

so, what's wrong with con2fbmap?

many thanks,
MW

-- 
Matt Wilkins
7mw2@qlink.queensu.ca

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