XFree86 Bug/Test Report Form Please fill in as many of the fields a possible, and return this form to XFree86@xxxxxxxxxxxx Replace the comments in [] with your own text. VERSION: XF86_VERSION 4.4.99.7 VIDEO DRIVER: all drivers for NEC PC-98x1 OPERATING SYSTEM: FreeBSD(98) 4.9 VIDEO CARD: MODEL: all cards for NEC PC-98x1 GRAPHICS CHIPSET: Matrox MGA 2064W etc. RAMDAC: CLOCKCHIP: VIDEO MEMORY: BUS TYPE: PCI REPORT: 1. BUG I already sent patch for XFree86 4.4.0 and it was commited. In "changelog-4.4.99.7" 124. Don't do various keycode conversions on NEC PC-98 platforms (Satoshi Kimura). But I find that modified source on 4.4.99.7 do not accord with patch which I sent. The difference is as folllows. These translation of scanCode are to be skipped on PC-98. --- xc/programs/Xserver/hw/xfree86/common/xf86Events.c.orig Wed Sep 22 03: 25:33 2004 +++ xc/programs/Xserver/hw/xfree86/common/xf86Events.c Wed Sep 22 03:25:59 20 04 @@ -655,7 +655,7 @@ * they need to get the same key code as the base key on the same * physical keyboard key. */ - if (xf86IsPc98()) { + if (!xf86IsPc98()) { if (scanCode == KEY_SysReqest) scanCode = KEY_Print; else if (scanCode == KEY_Break) 2. patch Following patch is available to modify the error. It is the same as above lines. begin 644 patch.kbd M+2TM('AC+W!R;V=R86US+UAS97)V97(O:'<O>&9R964X-B]C;VUM;VXO>&8X M-D5V96YT<RYC+F]R:6<)5V5D(%-E<"`R,B`P,SHR-3HS,R`R,#`T"BLK*R!X M8R]P<F]G<F%M<R]8<V5R=F5R+VAW+WAF<F5E.#8O8V]M;6]N+WAF.#9%=F5N M=',N8PE7960@4V5P(#(R(#`S.C(U.C4Y(#(P,#0*0$`@+38U-2PW("LV-34L M-R!`0`H@("`@*B!T:&5Y(&YE960@=&\@9V5T('1H92!S86UE(&ME>2!C;V1E M(&%S('1H92!B87-E(&ME>2!O;B!T:&4@<V%M90H@("`@*B!P:'ES:6-A;"!K M97EB;V%R9"!K97DN"B`@("`J+PHM("!I9B`H>&8X-DES4&,Y."@I*2!["BL@ M(&EF("@A>&8X-DES4&,Y."@I*2!["B`@("`@:68@*'-C86Y#;V1E(#T]($M% M65]3>7-297%E<W0I"B`@("`@("!S8V%N0V]D92`]($M%65]0<FEN=#L*("`@ C("!E;'-E(&EF("AS8V%N0V]D92`]/2!+15E?0G)E86LI"@H` ` end 3. my mail address If you want to reply or make a question, please send a mail not to "KFB03633@xxxxxxxxxxx" (indicated From line of this mail) but to "satosi@xxxxxxxxxxxxxxxxxx". The former is protected now against spam mail. $XFree86: xc/programs/Xserver/hw/xfree86/doc/BugReport.cpp,v 1.1 2001/01/15 23 :00:01 dawes Exp $ _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86