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

Re: [HS] "Un Classique" Activer la molette sur souris DELL USB



On Tue, 20 Jul 2004 13:32:52 +0200
Laurent Oliva <laurent.oliva@dsi.cnrs.fr> wrote:

> gpm ne tourne pas ! Il m'a aussi assez emmerdé la vie ;-)
> 
> Merci quand même
> 
Pari raté, flûte. Bon, dans une configuration analogue (Touchpad
PS2+souris USB à molette), voilà ma configuration:


modules:
hid                    21312   0 (unused)
mousedev                3840   1
evdev                   4128   0 (unused)
input                   3104   0 [hid mousedev evdev]

section dans XF86Config-4:

Section "InputDevice"
        Identifier  "Serial Mouse"
        Driver      "mouse"
        Option      "Protocol" "Microsoft"
        Option      "Device" "/dev/ttyS0"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "Emulate3Buttons" "true"
        Option      "Emulate3Timeout" "70"
        Option      "SendCoreEvents"  "true"
EndSection

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

le tout marche très bien sans gpm évidemment


François Boisson



Reply to: