x11/slim does not pickup correct xkb keymap from xorg.conf

Patrick Lamaiziere patfbsd at davenulle.org
Fri May 31 08:55:02 UTC 2013


Le Tue, 21 May 2013 08:45:14 -0700 (PDT),
Beeblebrox <zaphod at 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.


More information about the freebsd-x11 mailing list