From owner-freebsd-x11@FreeBSD.ORG Tue May 21 15:45:16 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 8194C80C for ; Tue, 21 May 2013 15:45:16 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6A447A6F for ; Tue, 21 May 2013 15:45:16 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UeokU-00075P-KK for freebsd-x11@freebsd.org; Tue, 21 May 2013 08:45:15 -0700 Date: Tue, 21 May 2013 08:45:14 -0700 (PDT) From: Beeblebrox To: freebsd-x11@freebsd.org Message-ID: <1369151114619-5813727.post@n5.nabble.com> Subject: x11/slim does not pickup correct xkb keymap from xorg.conf MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Tue, 21 May 2013 15:45:16 -0000 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" ----- 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/x11-slim-does-not-pickup-correct-xkb-keymap-from-xorg-conf-tp5813727.html Sent from the freebsd-x11 mailing list archive at Nabble.com.