[Bug 2740] New: Razor Diamondback optical mouse, not all buttons working

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 15 10:54:59 PST 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2740          
     
           Summary: Razor Diamondback optical mouse, not all buttons working
           Product: xorg
           Version: 6.8.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: * Other
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: hm at student.ethz.ch


The Razer Diamondback mouse does not fully work. 

It has 9 buttons: left, middle, right, mwheelup, mwheeldown, two buttons on the
left side and two buttons on the right side of the mouse.

With this xorg.conf configuration the following buttons do not work (meaning,
they do not produce events in xev): mwheelup, mwheeldown, both buttons on the
right side. But every button produces something when doing 'cat /dev/input/event1'

Section "InputDevice"
    Identifier "Mouse1"
    Driver     "mouse"
    Option "Protocol"    "evdev"
    Option "Dev Name"  "Razer Razer Diamondback Optical Mouse" 
    Option "Dev Phys"   "usb-0000:00:02.0-1/input0"
    Option "Device"      "/dev/input/event1"
    Option "Buttons"   "9"
    Option "ZAxixMapping" "8 9"
    Option "Resolution" "1600"
EndSection

If Windows (with the Razer windows drivers installed) is run before windows (and
rebooted not halted) the configuration above does work.

With this next following configuration all buttons produce an event in xev, but
mwheelup and and the front button on the right side produce the same event. Also
mwheeldown and the back button on the right side produce the same event.

Section "InputDevice"
    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ExplorerPS/2"
    Option "Device"     "/dev/input/mice"
    Option "Buttons"    "9"
    Option "ZAxisMapping"       "8 9"
EndSection          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list