Wrong protocol in xorg.conf for Microsoft Comfort Optical Mouse 3000

Bug #114762 reported by Luca Ferretti
2
Affects Status Importance Assigned to Milestone
xorg (Ubuntu)
Incomplete
Undecided
Pascal De Vuyst

Bug Description

On a fresh Feisty Fawn install on a system with MS Comfort Optical Mouse 3000 installed, in xorg.conf I've

             Option "Protocol" "ImPS/2"

Based on my past experience, the "ExplorerPS/2" protocol should be better for this device, 'cause it should be able to support the extra red button (Button9). By now I've to restart X in order to check if my assertion is true, so I'll add a confirm later.

Revision history for this message
Luca Ferretti (elle.uca) wrote :

Confirmed: using "ExplorerPS/2" protocol the red button on mouse is mapped as Button9 (allowing you to use it in Compiz key /apps/compiz/plugins/zoom/allscreens/options/initiate_button). Otherwise, using "ImPS/2" protocol the red button is mapped as Button2 (right button on right hand setup)

Revision history for this message
Luca Ferretti (elle.uca) wrote :
Bryce Harrington (bryce)
Changed in xorg:
status: Unconfirmed → Confirmed
Revision history for this message
Pascal De Vuyst (pascal-devuyst) wrote :

Thanks for your bug report.

At this moment the xserver-xorg debconf template always manually configures a mouse with these options in /etc/X11/xorg.conf:
       Option "Device" "/dev/input/mice"
       Option "Protocol" "ImPS/2"

Normally Xorg should be able to autodetect the protocol of a PS/2 or USB
mouse using /dev/input/mice by putting protocol to "auto", can you try
this.

Please provide the following information:
1. How is your mouse connected to your PC: serial, PS/2, USB, USB wireless, ...
 For a USB mouse include the relevant output of the command lsusb on a terminal.
 What mechanism does your mouse use: ball mouse, optical, trackball, ...
 How many physical buttons and scrollwheels does you mouse have?
2. Open /etc/X11/xorg.conf and change the mouse protocol to:
      Option "Protocol" "auto"
3. Restart X with Ctrl-Alt-Backspace.
4. Open a terminal and enter the following commands:
  $ xmodmap -pp > ~/xmodmap-pp
  $ xev | grep button
 Put the mouse cursor into the rectangle and push your mouse buttons. Tell us which button number is reported, e.g. left = 1, scrollwheel up = 4, thumb button = 8, ...
5. Attach your /var/log/Xorg.0.log and ~/xmodmap-pp to this bug report.

Changed in xorg:
assignee: nobody → pascal-devuyst
status: Confirmed → Incomplete
Revision history for this message
tassini (tassini) wrote :

Hi!

I've got exactally the same situation on Gutsy. I have followed the steps and that's my two files:

Revision history for this message
tassini (tassini) wrote :

Sorry I forgot the second file. Here it is...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.