Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 06 Jun 2007 23:56:05 +0900
From:      NAKAJI Hiroyuki <nakaji@heimat.jp>
To:        freebsd-x11@freebsd.org
Subject:   Re: no ctrl nor shift key etc on pc98
Message-ID:  <86ejkp2ku2.fsf@ra333.heimat.gr.jp>
In-Reply-To: <86fy59ut1i.fsf@ra333.heimat.gr.jp> (NAKAJI Hiroyuki's message of "Sun, 03 Jun 2007 21:22:17 %2B0900")
References:  <86fy59ut1i.fsf@ra333.heimat.gr.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> In <86fy59ut1i.fsf@ra333.heimat.gr.jp> 
>>>>>	NAKAJI Hiroyuki <nakaji@heimat.jp> wrote:

> I updated to xorg 7.2 on my FreeBSD/pc98 and found CTRL, SHIFT and some
> keys do not function.

> Are there some changes in kbd codes? Please help.

I found that the reason is that kbd/rules/xfree98 was not changed. I
submitted a PR. Please review it.
http://www.freebsd.org/cgi/query-pr.cgi?pr=113417

The patch I made is one-liner.

--- rules/xfree98.orig	Mon Jun 26 05:44:16 2006
+++ rules/xfree98	Wed Jun  6 23:16:16 2007
@@ -10,7 +10,7 @@
   jp106		=	xfree98(jp106)	pc(jp106)
 
 ! model		layout	=	symbols
-  pc98		nec/jp	=	nec/jp(pc98)
+  pc98		nec_vndr/jp	=	nec_vndr/jp(pc98)
   jp106		jp	=	jp
 
 ! model		layout	=	compat		types

Regards,
-- 
NAKAJI Hiroyuki



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ejkp2ku2.fsf>