| All I had to do was add the
following line to my XF86config-4
Option "XkbDisable"
in the keyboard InputDevice section.
The full section (for a keyboard
with Japanese layout) looks like this:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
Option "XkbDisable"
EndSection
Haven't had any problems since on my
Dynabook SS S4/275PNHW running
Debian 3.0 (woody).
|