From owner-freebsd-sparc64@FreeBSD.ORG Tue Feb 8 19:36:19 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B389316A4CE; Tue, 8 Feb 2005 19:36:19 +0000 (GMT) Received: from mx2.confluentasp.com (mx2.confluentasp.com [216.26.153.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEC4743D58; Tue, 8 Feb 2005 19:36:15 +0000 (GMT) (envelope-from mikej@confluenttech.com) Received: from neo.confluentasp.local (35.in-addr.arpa.confluentasp.com [216.26.153.35] (may be forged))j18JaEXN050136; Tue, 8 Feb 2005 14:36:15 -0500 (EST) (envelope-from mikej@confluenttech.com) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Tue, 8 Feb 2005 14:36:09 -0500 Message-ID: <9D7F0DF3FB16D41184010050DA90E00001C874A0@neo.confluentasp.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: locale support by Xlib - X configuration on Ultra2 Thread-Index: AcUOFXBNLZQYG/H3QP+mUev6ExZKLw== From: "Michael G. Jung" To: , cc: freebsd-sparc64@freebsd.org Subject: Re: locale support by Xlib - X configuration on Ultra2 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 19:36:19 -0000 Dejan,=20 Thanks for your help, I attempted this but still fails... > Would that be similar to this?: > = > If so, there's one thing that, while not a proper solution, should = work: in=20 > x11-servers/xorg-server port directory modify scripts/configure so it=20 > includes the line > echo "#define UseDeprecatedKeyboardDriver YES" >> $LOCALDEF > after other similar lines. Then recompile xorg-server and replace = 'kbd' driver=20 > with 'keyboard' driver in xorg.conf and try if it works. > The proper solution would be to fix kbd driver in same manner that = keyboard=20 > driver is... Unpacked port, moded configure, rebuilt and installed xorg-server as = suggested then when loading X with xorg.conf like....... Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection I get =20 (II) LoadModule: "keyboard" (II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o (EE) LoadModule: Module keyboard does not have a keyboardModuleData data = object. (II) UnloadModule: "keyboard" (II) Unloading /usr/X11R6/lib/modules/input/keyboard_drv.o (EE) Failed to load module "keyboard" (invalid module, 0) ..... and then (WW) *** WARNING the legacy keyboard driver "keyboard" is deprecated (WW) *** and will be removed in the next release of the Xorg server. (WW) *** Please consider using the the new "kbd" driver for "Keyboard0". Behaviour as before... Keys on the keyboard produce incorrect but=3D20 consistent key patterns on the screen. For example in xterm the key"4" always produces=3D20 "ff", key "5" produces "fg", key "6" produces=3D20 "fh" etc. Thanks again for you help and suggestions. --mikej