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

[orca-users:01538] Re: おくとぱすうっでぃー



武藤@Debianぷろじぇくとです。

At Thu, 26 Sep 2002 11:40:09 +0900,
YAMASHITA Takayuki wrote:
> > ところで,WindowsのようにポインティングパッドとUSBマウス,使い分けが可能
> > な設定方法ご存じのかた,ご教示お願い申し上げます。
> わたしのところでは以下の設定でうまく動いていました。
> (過去形)

今のX 4.1.0パッケージでは、そのまま答えていけば PS/2 + USBマウス の設
定が入りそうですが。

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

内蔵パッドのほうではCorePointerを指定し、外付けの(付けなくてもXは起動
できる)ほうにはSendCoreEventsを指定しています。
-- 
武藤 健志@Debian/JPプロジェクト   (kmuto@xxxxxxxxxx, kmuto@xxxxxxxxxxxx)
           日本Linux協会           (kmuto@xxxxxxxxxxx)
           株式会社トップスタジオ  (kmuto@xxxxxxxxxxxxxxx)
URI: http://www.topstudio.co.jp/~kmuto/ (Debianな話題など)