From: Svetoslav S. <sv...@gm...> - 2003-10-29 12:44:48
|
> Aivils Stoss wrote: > >>>Under ruby patched only hardware independ abstract layer - > >>>frambuffer console fbcon.c . > >>>If matroxfb will run under vanilla 2.6.0-test6, then it > >>>should do same under 2.6.0-test6-ruby > >>> > >> > >>Unfortunately it fails with ruby. :-( > > > > > > Ok. I will be glad if You test G550 with single console only under ruby. > > > > Please apply this patch, witch allow one console per fbdev. > > Secondary console init may lead oops on matrox g550. > > Thanks, I'll try. This will give me console on one screen only, b > > > The ruby version I tried were ruby-260t6-20030930.diff.bz2 > I just tried downloading ruby-260t9-CVS-20031028.tar.bz2 > Copying the files into a linux-2.6.0-test9 kernel tree > didn't compile, it failed with: > > drivers/char/keyboard.c: In function `kbd_keycode': > drivers/char/keyboard.c:1008: error: `handle' undeclared (first use in > this function) > drivers/char/keyboard.c:1008: error: (Each undeclared identifier is > reported only once > drivers/char/keyboard.c:1008: error: for each function it appears in.) > make[2]: *** [drivers/char/keyboard.o] Error 1 > make[1]: *** [drivers/char] Error 2 > make: *** [drivers] Error 2 > make: *** Waiting for unfinished jobs.... > you probably need this (already fixed in cvs by Aivils ) Index: keyboard.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/ruby-2.6/drivers/char/keyboard.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- keyboard.c 28 Oct 2003 07:17:36 -0000 1.9 +++ keyboard.c 29 Oct 2003 10:45:27 -0000 1.10 @@ -1005,7 +1005,7 @@ return; } if (sysrq_down && down && !rep) { - handle_sysrq(kbd_sysrq_xlate[keycode], handle->dev->regs, tty); + handle_sysrq(kbd_sysrq_xlate[keycode], vt->keyboard->dev->regs, tty); return; } and attached patch wich already contains the change :-) -- NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse für Mail, Message, More! +++ |