PC98 problems were SOLVED (Re: Fatal server error: Matrox Graphics, Inc. MGA 2064W [Millennium] rev 1)

NAKAJI Hiroyuki nakaji at heimat.jp
Sun Dec 9 06:45:55 PST 2007


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


More information about the freebsd-x11 mailing list