From owner-freebsd-x11@FreeBSD.ORG Fri May 31 08:55:02 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 12E70F4B for ; Fri, 31 May 2013 08:55:02 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id D3956E90 for ; Fri, 31 May 2013 08:55:01 +0000 (UTC) Received: from mr129166.localdomain (mr129166.cri.univ-rennes1.fr [129.20.129.166]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 41D608E51; Fri, 31 May 2013 10:45:13 +0200 (CEST) Received: from mr129166 (localhost [127.0.0.1]) by mr129166.localdomain (Postfix) with ESMTP id C49D8805D; Fri, 31 May 2013 10:45:12 +0200 (CEST) Date: Fri, 31 May 2013 10:45:12 +0200 From: Patrick Lamaiziere To: Beeblebrox Subject: Re: x11/slim does not pickup correct xkb keymap from xorg.conf Message-ID: <20130531104512.7d8f7dec@mr129166> In-Reply-To: <1369151114619-5813727.post@n5.nabble.com> References: <1369151114619-5813727.post@n5.nabble.com> X-Mailer: Claws Mail 3.9.1 (GTK+ 2.24.18; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2013 08:55:02 -0000 Le Tue, 21 May 2013 08:45:14 -0700 (PDT), Beeblebrox a écrit : Hello, > my /etc/X11/xorg.conf has: > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc105" > Option "XkbLayout" "fr" > ## MatchIsKeyboard "on" > EndSection > > # service onestart slim > xorg starts, keymap is wrong, the log shows as below and I have to > manually run "setxkbmap fr" > II) Module kbd: vendor="X.Org Foundation" > compiled for 1.7.7, module version = 1.7.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 7.0 > (**) AT Keyboard: always reports core events > (**) Option "Protocol" "standard" > (**) Option "XkbRules" "base" > (**) Option "XkbModel" "pc105" > (**) Option "XkbLayout" "us" Well, slim uses the right keyboard here. May be your Xkbdrules is not the good one (I have "xorg" in my xorg.conf) ? Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection Also I do not use hald. Regards.