Thanks, Alan!

For everyone else, the correct one is this:

Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de_CH"
    #Option "XkbVariant" "ch"
EndSection

The driver is 'kbd'; the one I mentioned before was wrong. And I locked myself 
out with the XkbVariant; this is not supported it seems. With
Option "XkbLayout" "de"
Option "XkbVariant" "ch"
the keyboard turned dead and I couldn't even shut down properly.
Therefore, better do something like
% cat /usr/X11/lib/X11/xkb/rules/base | grep " ch "
or likewise with the language of choice to gather the support it gives you.

Uwe
-- 
This message posted from opensolaris.org

Reply via email to