|
|
我现在使用的是 德文 的键盘, xorg.conf 相关设置如下:
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
xorg.conf 里面的内容都是根据官方的 handbook 配置的, 而且反复核对多次, 不会有拼写错误. 但是在 xwindows 下面依然是英文的布局.
另外, 我在 /etc/conf.d/keymaps下设置了终端中的键盘布局是有效的.
以前因为有 gnome, 可以 gnome 的 面板中重新设定, 所以当时也没管. 现在先 gnome 笨重, 现在在纯的 sawfish WM 下, 这个问题不得不解决. |
|