Vitruvian Penguin
knoppix

[knoppix:0302] マウスの自動認識について

Date: Mon, 25 Nov 2002 12:33:21 +0900
X-mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-debian-linux-gnu)
柘植です。こんにちは。

自分のところではPS/2接続のホイールマウスを使っているのですが、KNOPPIXに
おまかせで起動してもホイール機能は有効になりません。それでこれまでは
XF86Config-4を書き換えていたんですが、本家サイトを眺めていたら(ドイツ語
は読めないので)

*  serielle oder PS/2 Standardmaus oder IMPS/2-kompatible USB-Maus. 

という一文が目に止まったので、もしやと思い、しまいこんであったUSBホイー
ルマウスをつないで起動してみたらちゃんとホイールが使えました。

起動時に、PS/2マウスを検出 --->3ボタンマウス
          USBマウスを検出  --->ホイールマウス
ということになってるのかな?

シリアルマウスは持ってないのでわかりませんが、PS/2マウスもUSBマウスもつ
ながないで起動すると、XF86Config-4はシリアルマウスを使う設定になってまし
た。

最新のknoppix-cheatcodes.txtをみると起動オプションに
knoppix wheelmouse
が追加されてたので、試しにPS/2マウスをつないで起動してみたら、ちゃんとホ
イール機能が有効になりました。で、XF86Config-4覗いてみると、

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"
# Serial Mouse not detected
# USB Mouse not detected
EndSection
(snip)
Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

となってました。 

-- 
Tsuge Akihide
<Prev in Thread] Current Thread [Next in Thread>
  • [knoppix:0302] マウスの自動認識について, Tsuge Akihide <=