Logitech RX1000 Still Broken Report

Jonas Norlander jonorland at gmail.com
Thu Jun 12 10:17:40 UTC 2008


2008/6/12 Knapp <magick.crow at gmail.com>:
> Hello, I was asked to report how my mouse fixing was going. I lost the email
> but here is where it is at.
>
> I have tried everything suggested but to no use. My mouse works with the
> included settings but I must update them on reboot. The other suggested
> settings just don't work at all, dead mouse. I also tried variations of them
> too.
>
> I am up for new ideas now that my life has calmed down again.
>
> Section "InputDevice"
>     Identifier "Logitech RX1000"
>     Driver "evdev"
>     Option "Protocol" "evdev"
>     Option "Name" "Logitech USB Optical Mouse"
>     Option "Phys" "usb-*/input0"             ########### This must be
> updated on boot because input0 changes often.
>     Option "Device" "/dev/input/event5"    ########### This must be updated
> on boot because event5 changes often.
>     Option "Buttons" "8"
>     Option "ZAxisMapping" "4 5"
>     Option "Resolution" "1000"
>     Option "CorePointer"
> EndSection
>
> Thanks for the help.
>
> --
> Douglas E Knapp

Hi again!

Did you try to point the Option "Device" to your dev mouse name under
/dev/input/by-id/ as i suggested? I got a Microsoft wireless mouse
configured with the evdev driver and all 9 buttons work with the
settings shown below.

I got this files:

ls -l /dev/input/by-id/
lrwxrwxrwx 1 root root 9 2008-06-12 07:50
usb-Microsoft_Comfort_Curve_Keyboard_2000-event-kbd -> ../event2
lrwxrwxrwx 1 root root 9 2008-06-12 07:50
usb-Microsoft_Microsoft_Wireless_Optical_Mouse_1.00-event-mouse ->
../event1
lrwxrwxrwx 1 root root 9 2008-06-12 07:50
usb-Microsoft_Microsoft_Wireless_Optical_Mouse_1.00-mouse -> ../mouse1

And in xorg.conf i have this Input device section for the mouse:

Section "InputDevice"
        Identifier      "MSWirelessLaserMouse5000"
        Driver          "evdev"
        Option          "Device"
"/dev/input/by-id/usb-Microsoft_Microsoft_Wireless_Optical_Mouse_1.00-event-mouse"
        Option          "Protocol"      "auto"
        Option          "Emulate3Buttons"       "False"
        Option          "evBits"        "+1-2"
        Option          "keyBits"       "~272-287"
        Option          "relBits"       "~0-2 ~6 ~8"
        Option          "Pass"          "2"
        #       Option          "CorePointer"
        #       Option          "SendCoreEvents"
        #       Option          "Name"                  "Microsoft
Microsoft Wireless Optical Mouse(R) 1.00"
        #       Option          "Phys"
"usb-0000:00:02.0-1/input0"
        #       Option          "vendor"                "1118"  #"045e"
        #       Option          "version"               "273"   #"0111"
        #       Option          "product"               "225"   #"00e1"
EndSection

And Xorg.0.log shows this related to that mouse:

(**) MSWirelessLaserMouse5000: always reports core events
(II) MSWirelessLaserMouse5000: Found 5 relative axes.
(II) MSWirelessLaserMouse5000: Configuring as pointer.
(II) MSWirelessLaserMouse5000: Found 5 mouse buttons
(II) MSWirelessLaserMouse5000: Configured 10 mouse buttons.
(II) evaluating device (MSWirelessLaserMouse5000)
(II) XINPUT: Adding extended input device "MSWirelessLaserMouse5000"
(type: MOUSE)
(**) MSWirelessLaserMouse5000: 4 valuators.
(**) MSWirelessLaserMouse5000: Configuring in Absolute mode.
(**) MSWirelessLaserMouse5000: Registering 10 buttons.
(II) MSWirelessLaserMouse5000: Init
(II) MSWirelessLaserMouse5000: On

Hope it will help

/ Jonas




More information about the kubuntu-users mailing list