Index: [thread] [date] [subject] [author]
  From: Jan Kneschke <Jan.Kneschke@kiel.netsurf.de>
  To  : ggi-develop@eskimo.com
  Date: Thu, 30 Jul 1998 00:13:36 +0200 (MEST)

partial succes in kgicon

i just tried the same thing radolphe did with my modified virge-driver.

i just '#if 0'ed the io_check_region and renamed kgim_graphic -> kgim_accel.

insmod kgicon works, i got the well known flashing of the screen. next step
was the 'con2fbmap 0 1'. oops, i got an oops. .(

this is a vanilla 2.1.111 kernel. i selected vgafb, vesafb, vgacon in the 
config, made the nodes 

mknod /dev/fb0 c 29 0
mknod /dev/fb1 c 29 32

links are made.

weigon@weigon:/linux2/home/weigon/degas/kgicon/util > ls /dev/fb* -l
crw-rw-rw-   1 root     root      29,   0 Jul 27 01:18 /dev/fb0
lrwxrwxrwx   1 root     root            8 Jul 29 16:16 /dev/fb0current -> /dev/fb0
crw-r--r--   1 root     root      29,  32 Jul 29 16:16 /dev/fb1
lrwxrwxrwx   1 root     root            8 Jul 29 16:16 /dev/fb1current -> /dev/fb1

weigon@weigon:/linux2/home/weigon/degas/kgicon/util > cat /proc/fb
0 VGA+
1 KGI

is there someone out there who can help me ???

Using `/home/weigon/linux/System.map' to map addresses to symbols.

>>EIP: c01b8486 <fbcon_setup+126/680>
Trace: c385b278
Trace: c385b278
Trace: c0132ce4 <do_follow_link+70/7c>
Trace: c01b82f2 <fbcon_changevar+22/28>
Trace: c01a4191 <set_con2fb_map+c5/d0>
Trace: c01a479f <fb_ioctl+5db/650>
Trace: c0132e96 <lookup_dentry+1a6/1e8>
Trace: c014736e <ext2_follow_link+62/80>
Trace: c011f9bb <do_no_page+57/288>
Trace: c011fa45 <do_no_page+e1/288>
Trace: c0121f48 <filemap_nopage>
Trace: c0132ae6 <permission+a2/100>
Trace: c012b702 <get_chrfops+1e/24>
Trace: c011fd5c <handle_mm_fault+170/248>
Trace: c011220f <do_page_fault+14b/378>
Trace: c0134d2c <sys_ioctl+1a4/218>
Trace: c010a018 <system_call+38/40>
Code: c01b8486 <fbcon_setup+126/680> 
Code: c01b8486 <fbcon_setup+126/680>  85 47 24       	testl  %eax,0x24(%edi)
Code: c01b8489 <fbcon_setup+129/680>  75 1c          	jne    c01b84a7 <fbcon_setup+147/680>
Code: c01b848b <fbcon_setup+12b/680>  53             	pushl  %ebx
Code: c01b848c <fbcon_setup+12c/680>  68 62 ad 1d c0 	pushl  $0xc01dad62
Code: c01b8497 <fbcon_setup+137/680>  e8 32 ee f5 ff 	call   fff5ee42 <_EIP+fff5ee42>
Code: c01b849c <fbcon_setup+13c/680>  8b 54 24 7c    	movl   0x7c(%esp,1),%edx



thats all
  Jan

--- 
       Project: GGI - S3-Vision-driver -- http://www.ggi-project.org/
         -)=  Jan (Weigon) Kneschke -- Kiel -- Northern Germany =(-

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