From owner-freebsd-x11@FreeBSD.ORG Mon May 8 13:41:12 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2A1E16A400; Mon, 8 May 2006 13:41:12 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBB1843D70; Mon, 8 May 2006 13:41:02 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by mail.ijs.si (Postfix) with ESMTP id 5319F17B85C; Mon, 8 May 2006 15:41:01 +0200 (CEST) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CnogMCBf54bJ; Mon, 8 May 2006 15:40:58 +0200 (CEST) Received: from brenta.ijs.si (brenta.ijs.si [194.249.156.1]) by mail.ijs.si (Postfix) with ESMTP id A7D1117B941; Mon, 8 May 2006 15:40:57 +0200 (CEST) Received: from f9pc04.ijs.si (f9pc04.ijs.si [194.249.156.4]) by brenta.ijs.si (Postfix) with ESMTP id 9BF3C4422D70; Mon, 8 May 2006 15:40:57 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by f9pc04.ijs.si (Postfix) with ESMTP id 90C0739B0BCB; Mon, 8 May 2006 15:40:57 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Mon, 8 May 2006 15:40:57 +0200 User-Agent: KMail/1.9.1 References: <445E9219.2040006@pobox.sk> In-Reply-To: <445E9219.2040006@pobox.sk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605081540.57413.dejan.lesjak@ijs.si> Cc: martinko , freebsd-questions@freebsd.org Subject: Re: X11 6.9 issue -- option "XkbOptions" and missing keyboard layout 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: Mon, 08 May 2006 13:41:13 -0000 On Monday 08 May 2006 02:34, martinko wrote: > hello list! > > i've just upgraded X11 from 6.8.2 to 6.9.0 and after starting up X11 it > displays a message saying that xkbcomp reports that it cannot find file > "pc/sk_qwerty". and therefore it reverts back to "default" or something. > > this is very strange because i've been using the setting since X11 6.7. > it seems the file is missing in the latest X11. (?) > > note that when it fails i can't, for instance, switch to console via > ctrl+alt+F?. > > here is the setting in question from my xorg.conf: > Option "XkbLayout" "us,sk_qwerty" # ++ 2005-03-13 mato Try Option "XkbLayout" "us,sk(qwerty)" Dejan