Soweit ich weiss macht der Kernel nun immer ExplorerPS/2 als Protokoll
egal was es fuer ne Maus ist... Zumindestens steht das in meiner
X11-Config

ok, ich habe also jetzt:

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

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

Ist das so richtig oder hat sich die Option "Device" auch geÃndert?

Klaus

Antwort per Email an