Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 18:13:46 +0200
From:      Niclas Zeising <zeising@freebsd.org>
To:        Beeblebrox <zaphod@berentweb.com>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: x11/slim does not pickup correct xkb keymap from xorg.conf
Message-ID:  <519B9D3A.5090005@freebsd.org>
In-Reply-To: <1369151114619-5813727.post@n5.nabble.com>
References:  <1369151114619-5813727.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-05-21 17:45, Beeblebrox wrote:
> 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"
> 

Some guesses around here.  Slim is a session manager if I'm not
mistaken?  That means it has to handle multiple sessions, perhaps with
different keyboard layouts.  If this scenario is correct, then it might
make sense for slim to ignore or reset keyboard settings, and then have
the DE/WM decide for each session, since different users (sessions) want
different defaults.  Just a thought.
You might want to check around in the config for slim, or ask on google,
to see if anything else comes up.
Regards!
-- 
Niclas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?519B9D3A.5090005>