Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 Dec 2007 23:45:20 +0900
From:      NAKAJI Hiroyuki <nakaji@heimat.jp>
To:        freebsd-x11@freebsd.org
Subject:   PC98 problems were SOLVED (Re: Fatal server error: Matrox Graphics, Inc. MGA 2064W [Millennium] rev 1)
Message-ID:  <868x44nczj.fsf_-_@ra333.heimat.gr.jp>
In-Reply-To: <86y7cdxe40.fsf@ra333.heimat.gr.jp> (NAKAJI Hiroyuki's message of "Mon, 03 Dec 2007 01:20:31 %2B0900")
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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;
 
     <ESC>  =   8;
     <AE01> =   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?868x44nczj.fsf_-_>