On Sun, 17 Dec 2000, Gustav Schaffter wrote:

> Bero,
>
> I did. As a result, the keyboard is now international in the VTs but
> fully US under X. ;-\
>
> Is there anything else I could try?

Normally, Xconfigurator should get the X config in sync with
/etc/sysconfig/keyboard...
If it doesn't do it for you, please let
http://bugzilla.redhat.com/bugzilla/ know.

For a workaround, there's always
vi /etc/X11/XF86Config
vi /etc/X11/XF86Config-4

For XF86 3.3.x, the right syntax is (for example)
Section "Keyboard"
        XkbRules    "xfree86"
        XkbModel    "pc104"
        XkbLayout   "de"
        XkbVariant  "nodeadkeys"
EndSection

For XF86 4.x, it's
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"
EndSection


LLaP
bero




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to