Xorg設定苦戦中(その2)

 Xorgのログでは分からなかったのだが、Xを終了した時に、

The XKEYBOARD keymap compiler (xkbcomp) reports:
> Error:            No Symbols named "nodeadkeys" in the include file "jp"
>                   Exiting
>                   Abandoning symbols file "default"
Errors from xkbcomp are not fatal to the X server

というメッセージが出ていた。
 試しに、Option "XkbVariant" "nodeadkeys"をコメントアウトしてみた。

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc106"
        Option          "XkbLayout"     "jp"
#        Option          "XkbVariant"    "nodeadkeys"
EndSection

 無事にキーボードを認識しました。