From owner-freebsd-x11@FreeBSD.ORG Sun Dec 9 14:45:55 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9CB816A41A for ; Sun, 9 Dec 2007 14:45:55 +0000 (UTC) (envelope-from nakaji@heimat.jp) Received: from www.heimat.gr.jp (unknown [IPv6:2001:3e0:a84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4B81C13C43E for ; Sun, 9 Dec 2007 14:45:54 +0000 (UTC) (envelope-from nakaji@heimat.jp) Received: from ra333.heimat.gr.jp.kankyo-u.ac.jp ([IPv6:2001:3e0:a84:0:200:4cff:fe17:573c]) by www.heimat.gr.jp (8.14.2/8.14.2) with ESMTP id lB9EjKJx071519 for ; Sun, 9 Dec 2007 23:45:21 +0900 (JST) (envelope-from nakaji@heimat.jp) From: NAKAJI Hiroyuki To: freebsd-x11@freebsd.org References: <86odeo3zly.fsf@ra333.heimat.gr.jp> <20071024203427.W2310@wonkity.com> <86wstbe1ua.fsf@ra333.heimat.gr.jp> <20071025105633.T5744@wonkity.com> <86sl3vu90q.fsf@ra333.heimat.gr.jp> <861warium2.fsf@ra333.heimat.gr.jp> <17B65087-729C-4E5C-B522-892C4D33322B@arved.priv.at> <86bq99z4gr.fsf@ra333.heimat.gr.jp> <86y7cdxe40.fsf@ra333.heimat.gr.jp> Date: Sun, 09 Dec 2007 23:45:20 +0900 In-Reply-To: <86y7cdxe40.fsf@ra333.heimat.gr.jp> (NAKAJI Hiroyuki's message of "Mon, 03 Dec 2007 01:20:31 +0900") Message-ID: <868x44nczj.fsf_-_@ra333.heimat.gr.jp> User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Status: No, score=0.1 required=12.0 tests=CONTENT_TYPE_PRESENT, NO_RELAYS,QENCPTR1 autolearn=no version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on www.heimat.gr.jp X-Virus-Scanned: by amavisd-new Subject: PC98 problems were SOLVED (Re: Fatal server error: Matrox Graphics, Inc. MGA 2064W [Millennium] rev 1) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2007 14:45:55 -0000 Hi, I had sent kbd(4) problem on FreeBSD/pc98 to bugs.freedesktop.org. https://bugs.freedesktop.org/show_bug.cgi?id=12538 And it is solved now. Summary: The following two problems I had on FreeBSD/pc98 were both solved. Many thanks to all for your support. 1) keyboard does not work http://lists.freebsd.org/pipermail/freebsd-x11/2007-September/005287.html https://bugs.freedesktop.org/show_bug.cgi?id=12538 2) MGA 2064W does not work http://lists.freebsd.org/pipermail/freebsd-x11/2007-October/005487.html A1) modify xkeyboard-config-1.0/keycodes/xfree98 --- keycodes/xfree98.orig 2007-12-09 23:37:01.000000000 +0900 +++ keycodes/xfree98 2007-12-09 23:37:12.000000000 +0900 @@ -29,7 +29,7 @@ default xkb_keycodes "pc98" { minimum= 8; - maximum= 134; + maximum= 255; = 8; = 9; A2) use stable version of mga(4), for example, xf86-video-mga-1.4.6.1_1 http://lists.freebsd.org/pipermail/freebsd-x11/2007-November/005665.html -- NAKAJI Hiroyuki