mouse buttons only respond when they pressed sepertly after upgrade to 8.10

Asked by kobi

Hello,

I noticed it when I play games, it didn't happend to me in 8.04
when i push left button of mouse i get respond , when i push right button i get respond ..but when i push them togther i don't get any response..
in 8.04 , as it should be , i got both responds binded for both buttons

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Wyatt Smith
Solved:
Last query:
Last reply:
Revision history for this message
Wyatt Smith (wyatt-smith) said :
#1

This sounds like like your mouse might configured for three button emulation. If you simultaneously click left and right mouse button, the response is middle mouse button.

Please check to see if that is the case. If you are running compiz, it is easy to check - middle mouse will activate cube rotation, see if clicking both mouse buttons does the same. Please tell.....

Revision history for this message
kobi (abirkoby) said :
#2

yes
that it the problem
how do I cancel this?
thank you alot

Revision history for this message
kobi (abirkoby) said :
#3

yes
that it the problem
how do I cancel this?
thank you alot

Revision history for this message
Wyatt Smith (wyatt-smith) said :
#4

I am working on this problem myself

This used to be configurable through xorg.conf, but that has been deprecated in intrepid. It must be configured through HAL now, and I haven´t quite figured out how to do this. I have also request help on this issue.

I have found a temporary workaround by issuing a command at startup, this is the form of this command
xinput set-int-prop <device_name> <property> <format> <value>

To try with workaround, first determine what the id number of your mouse
xinput list

For me, I get id=4, so I use this command, where 4 is the device_name, "Middle Button Emulation" is the property, 8 is the format parameter, and 0 is the value. So the command that works for me is:
xinput set-int-prop 4 "Middle Button Emulation" 8 0

Hopefully I will find a more elegant and permanent solution.

Revision history for this message
kobi (abirkoby) said :
#5

thank you for the solution
please let me know if you will find better solution

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Might be this helps...

Taked from http://www.ubuntu.com/getubuntu/releasenotes/810

" The X.Org configuration file (/etc/X11/xorg.conf) still has InputDevice entries for the mouse and keyboard, but they are ignored now because input-hotplug is used. The keyboard settings now come from /etc/default/console-setup; to change them please use sudo dpkg-reconfigure console-setup. After that, HAL and X need to be restarted (e.g., by rebooting your system). "

Revision history for this message
Best Wyatt Smith (wyatt-smith) said :
#7

It appears Rhubarb was figured out how to properly configure HAL to make this fix permanent. I have linked your question to the following bug report

https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/272334

Please try Rhubarb´s solution.

Thank you

Revision history for this message
kobi (abirkoby) said :
#8

thank you very much
This solution fixed my problem

Revision history for this message
kobi (abirkoby) said :
#9

Thanks Wyatt Smith, that solved my question.