Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2013 10:45:12 +0200
From:      Patrick Lamaiziere <patfbsd@davenulle.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:  <20130531104512.7d8f7dec@mr129166>
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
Le Tue, 21 May 2013 08:45:14 -0700 (PDT),
Beeblebrox <zaphod@berentweb.com> 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.



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