Michael Kebe schrieb:
Ich hoffe du hast in der XFree86-4 das hier stehen:

Section "InputDevice"
    ......................
        Option          "Device"                "/dev/input/mice"
    ......................
EndSection

Sollte eigenltich stimmen. Hier ist meine XF86Config-4 (oder zumindest das, was mit der maus zu tun hat):


[...]
Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

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

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
        Option          "SendCoreEvents"        "true"
EndSection
[...]
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "USBMouse" "CorePointer"
        InputDevice     "Configured Mouse" "CorePointer"
EndSection
[...]


--
Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/


Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)



Antwort per Email an