[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:44194] Re: アンダーバー



> Section "InputDevice"
> 	Identifier	"Generic Keyboard"
> 	Driver		"keyboard"
> 	Option		"CoreKeyboard"
> 	Option		"XkbRules"	"xfree86"
> 	Option		"XkbModel"	"jp106"
> 	Option		"XkbLayout"	"jp"
> EndSection

Sidにおいて現在進行中らしいxfree86からxorgへの移行において、キーボードま
わりが少し異なるために発生する現象の1つでしょう。xorgとxfree86の共存
が、xorgのxfree86モードという形になっているために、基本参照される設定は
xorg.confの方が主とされるようです。
ともあれ、当方ではそのxorg.confでのキーボード設定(デフォルトでは
XF86Config-4がそのままコピーされていたものを、念のためdexconfコマンドで
初期化)が以下で問題無く動いています。

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"jp106"
	Option		"XkbLayout"	"jp"
EndSection