> On Feb 22, 2015, at 12:53, Frank Steinmetzger <war...@gmx.de> wrote:
> 
>> On Sun, Feb 22, 2015 at 11:05:59AM +0100, Alain Didierjean wrote:
>> My so called memory, located somewhere in what's left of my old brain.
>> 
>> I can't remember nor figure out how to set kdm keymap to azerty.
>> Help welcome,
> 
> I set mine in an xorg config file to get qwertz not only in KDM but all of X 
> by
> default:
> 
> cat /etc/X11/xorg.conf.d/input.conf
> Section "InputDevice"
>        Identifier      "Keyboard0"
>        Driver          "kbd"
>        Option          "XkbRules"              "xorg"
>        Option          "XkbModel"              "pc102"
>        Option          "XkbLayout"             "de"
>        Option          "XkbVariant"            "deadkeys"
> EndSection

The right place for this in a modern X11 is evdev (event device). The other 
input devices are deprecated in favor of evdev. There is an old news item with 
regard to this in the portage. You might find it from some archive.

Any how the X11 is the right place to set the keymap. Then it is set system 
wise and affects all display-managers you might have.

-- 
-Matti

Reply via email to