From owner-freebsd-questions@FreeBSD.ORG Sun Oct 26 17:51:22 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16C116A4BF for ; Sun, 26 Oct 2003 17:51:22 -0800 (PST) Received: from relay.ioffe.rssi.ru (relay.ioffe.rssi.ru [194.85.224.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57D7543FB1 for ; Sun, 26 Oct 2003 17:51:21 -0800 (PST) (envelope-from kopts@astro.ioffe.rssi.ru) Received: from astro.ioffe.rssi.ru (astro.ioffe.rssi.ru [194.85.229.130]) by relay.ioffe.rssi.ru (8.12.6/8.12.6) with ESMTP id h9R1pI20006452 for ; Mon, 27 Oct 2003 04:51:18 +0300 (MSK) (envelope-from kopts@astro.ioffe.rssi.ru) Received: by astro.ioffe.rssi.ru (Postfix, from userid 126) id 0C16FABE0; Mon, 27 Oct 2003 04:51:18 +0300 (MSK) Date: Mon, 27 Oct 2003 04:51:18 +0300 (MSK) From: Alexey Koptsevich To: questions@freebsd.org Message-ID: <20031027043534.E46719@astro.ioffe.rssi.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: russian xkblayout X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 01:51:22 -0000 Hello, After recent reinstallation of X I cannot use Russian layout anymore. With the old release (4.1.0), I had two lines in the XF86Config file which did the job: Option "XkbLayout" "ru" Option "XkbOptions" "grp:shift_toggle" They installed the map with columns 1,2 filled with Latin keysyms, and columns 3,4 filled with Cyrillic keysyms (as reported by 'xmodmap -pk' or xkeycaps), and double shift switched the layout. With the new release of X (4.3.0), and with the above options in the XF86Config retained, I get the map with columns 1,2 filled with Cyrillic keysyms, and columns 3,4 empty :( OK, if XKB method does not work, I tried to switch back to older scheme, xruskb with XkbLayout "en". This way, the columns are switched (as reported by xkeycaps), but only empty keysyms are generated in Russian mode (as reported by xev). Were there some changes on the way between these two version of X? I cannot find anything in the docs or lists... Any idea would be appreciated. Thanks, Alex