USB Mouse clicks get registered twice, sometimes

Hello all
I am using Arch Linux on my Thinkpad T61, and I usually have a USB mouse hooked up to it (Logitech Nano).
A while ago I started to do some tweaks in order to enable the Synaptics TouchPad and get proper scrolling behaviour on the TrackPoint. However, I must have done something, because ever since, many of my USB mouse clicks get registered as a double click (not always, but often).
I started doing some troubleshooting today, by commenting out parts of my xorg.conf file (I use evdev hotplugging, but I tought maybe Xorg was registering my mouse aswell) and I even booted up without an xorg.conf once, to no avail. The problem definately does not lie there.
The only policy file I have that has anything to do with a mouse is /etc/hal/fdi/policy/mouse-wheel.fdi.
[rob@rob-thinkpad ~]$ cat /etc/hal/fdi/policy/mouse-wheel.fdi
<match key="info.product" string="TPPS/2 IBM TrackPoint">
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
</match>
Also, I found multiple entries for my mouse in /proc/bus/input/devices:
[rob@rob-thinkpad ~]$ egrep "Name|Handlers" /proc/bus/input/devices
N: Name="Macintosh mouse button emulation"
H: Handlers=mouse0 event0
N: Name="AT Translated Set 2 keyboard"
H: Handlers=kbd event1
N: Name="ThinkPad Extra Buttons"
H: Handlers=kbd event2
N: Name="Power Button (FF)"
H: Handlers=kbd event3
N: Name="Lid Switch"
H: Handlers=event4
N: Name="Sleep Button (CM)"
H: Handlers=kbd event5
N: Name="Video Bus"
H: Handlers=kbd event6
N: Name="PC Speaker"
H: Handlers=kbd event7
N: Name="SynPS/2 Synaptics TouchPad"
H: Handlers=mouse1 event8
N: Name="Logitech USB Receiver"
H: Handlers=mouse2 event9
N: Name="Logitech USB Receiver"
H: Handlers=kbd event10
N: Name="TPPS/2 IBM TrackPoint"
H: Handlers=mouse3 event11
N: Name="ThinkPad HDAPS joystick emulation"
H: Handlers=event12 js0
N: Name="ThinkPad HDAPS accelerometer data"
H: Handlers=event13 js1
Could someone please help me solve this problem, for I have no more ideas how to go at this... Thanks
Last edited by robrene (2009-06-05 09:47:18)

It seems there are multiple entries for my USB mouse in /var/log/Xorg.0.log!
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event9"
(II) Logitech USB Receiver: Found 16 mouse buttons
(II) Logitech USB Receiver: Found x and y relative axes
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Configuring as mouse
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE)
(**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
(**) Logitech USB Receiver: (accel) filter chain progression: 2.00
(**) Logitech USB Receiver: (accel) filter stage 0: 20.00 ms
(**) Logitech USB Receiver: (accel) set acceleration profile 0
(II) config/hal: Adding input device Logitech USB Receiver
(**) Logitech USB Receiver: always reports core events
(**) Logitech USB Receiver: Device: "/dev/input/event10"
(II) Logitech USB Receiver: Found 1 mouse buttons
(II) Logitech USB Receiver: Found scroll wheel(s)
(II) Logitech USB Receiver: Found keys
(II) Logitech USB Receiver: Configuring as keyboard
(II) Logitech USB Receiver: Adding scrollwheel support
(**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
(**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "de"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
This looks pretty bad to me... The USB reciever is listed once as a mouse and once as a keyboard. Something went very awry here. This is the output after a fresh boot without xf86-input-mouse installed. The only remaining input drivers I have left from xf86 are:
[rob@rob-thinkpad ~]$ pacman -Q xf86-input-
xf86-input-evdev xf86-input-keyboard xf86-input-synaptics
edit
I removed xf86-input-keyboard as well now, still no change...
edit2
Aha! After some Googling and hooking up the mouse on a Windows XP machine, I noticed that this is a problem with this specific mouse. Under Windows XP, I get the same behaviour (often a double click, sometimes no click at all). It seems it is time to find the warranty papers for this baby. In case anyone ever reads this, this happened to me on a Logitech VX Nano, after about 5-10months of usage (I don't recall when I bought it exactly).
Last edited by robrene (2009-06-05 15:14:23)

Similar Messages

  • Mouse Clicked gets lost some times.

    Hello All,
    The scenario is that i have a tree and the doubleclick on the tree node openes a view with some information. Also the node has some childrens. Sometimes when i double click the node, the tree node gets expanded but my view does not get opened. This was due to mouseclicked does not arrive with click count as 2.
    In my code double click handling is done in the mouseclicked event. The code looks like
    public void mouseclicked(MouseEvent ev) {
    if(ev.getClickCount() == 2) {
    .......//Opens a view
    In some cases when i double click, mouse clicked is triggered only once with click count as one. But the mousepressed and mousereleased is triggered twice with clickcount 1 and 2 resp. I am not sure is this a valid behaviour. Please find below the traces of events.
    Mouse clicked getting lost trace:
    ========================
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(129,482),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(129,482),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_EXITED,(129,482),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(129,482),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    When doubleClick Works:
    =====================
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(125,530),button=1,modifiers=Button1,extModifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(125,530),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(125,530),button=1,modifiers=Button1,clickCount=1] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_PRESSED,(125,530),button=1,modifiers=Button1,extModifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x828,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.ComponentEvent[COMPONENT_RESIZED (0,-90 259x846)] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_RELEASED,(125,530),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Process Event : java.awt.event.MouseEvent[MOUSE_CLICKED,(125,530),button=1,modifiers=Button1,clickCount=2] on san.sample.CfCimTree[,0,-90,259x846,alignmentX=0.0,alignmentY=0.0,border=,flags=16777576,maximumSize=,minimumSize=,preferredSize=,editable=false,invokesStopCellEditing=false,largeModel=false,rootVisible=false,rowHeight=0,scrollsOnExpand=true,showsRootHandles=true,toggleClickCount=2,visibleRowCount=20]
    Can anybody help me out to figure out to find what is the problem?
    Thanks in advance
    Sanjeeth S

    I just checked mouseClicked.. and its working fine for me.
    tree.addMouseListener(new MouseListener(){
                   public void mouseClicked(MouseEvent e) {
                        // TODO Auto-generated method stub
                        if(e.getClickCount() == 2)
                             System.out.println("mouseClicked");
                   public void mouseEntered(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mouseExited(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mousePressed(MouseEvent e) {
                        // TODO Auto-generated method stub
                   public void mouseReleased(MouseEvent e) {
                        // TODO Auto-generated method stub
    });If we double click on a node which is having child nodes, then it will collapse/expand when double click on it.
    In all cases I am getting the display "mouseClicked" when doing double click.

  • MBA Mouse clicks not registering?

    I've got a weird one with my son's MBA (2008), running Mountain Lion. It's not recognizing mouse clicks from either trackpad or external Magic Mouse. This is happening from boot- normal boot, safe boot and booting into tools menu.
    He was playing minecraft when it went out and nothing I've tried since has got it back- basically lots of reboots and reseting NVRAM and SMC.
    I don't have a wired USB mouse to test that with at home, and I don't have an external USB drive with enough space to create a mountain lion rescue disk at them moment- at least not one I'm milling to mess with (backup drives). I'll pick up an 8GB thumb drive later and give that a try however.
    Any thoughts appreciated- likely a trip to the genius bar, but that's best avoided- closest one is an hour away.

    This is kind of a dirty rotten problem.  Your submenus are inside the main menu right?  So when you click on a submenu item (i.e. menu1A), you are also clicking on the main menu (menu1).  Technically both click events fire (menu1a is first, menu1 is second). A better way to think about it is:  If you are doing construction on your bathroom you are doing construction on your house since the bathroom is in your house.  Confusing, right?
    To fix this, you want to "cancel" the click event for menu1 if you click on one of the sub menu items. Add this line into each of your sub menu functions:
    e.stopImmediatePropagation();
    So one of your functions would look like this:
    function onClick1A(e:MouseEvent):void {
    e.stopImmediatePropagation();
    SWFAddress.setValue("cycling/amgen2010/");

  • Submenu mouse clicks not registering

    I really don't know half of what I'm doing when it comes to Action Script 3. Through a lot of trial and error, I finally have my menu with submenus displaying properly, but just not functioning the way that I have intended. The submenu items appear when a mouse over registers on the mainmenu item. The submenu mouse rollovers are registering correctly because the right content is displayed and the alpha channel changes are registering. The problem is with the mouse clicks for the submenu items. I don't understand why but a mouse click on a submenu button is registering as a click on the mainmenu item, not the submenu item. Could someone please explain to me why the rollover function is working and not the mouse click, and what I need to do to fix my code? I hate to admit it, but I am really clueless here.
    Here is my website:  www.deyonjonson.com
    And here is the relevant part of my code:
    SWFAddress.addEventListener(SWFAddressEvent.CHANGE, SWFAddress_changed);
    menu1.alpha = 0.5;
    menu1.buttonMode = true;
    menu1.useHandCursor = true;
    menu1.menu1A.visible = false;
    menu1.menu1B.visible = false;
    menu1.menu1C.visible = false;
    menu1.addEventListener(MouseEvent.ROLL_OVER,onOver1);
    menu1.addEventListener(MouseEvent.ROLL_OUT,onOut1);
    menu1.addEventListener(MouseEvent.CLICK,onClick1);
    menu1.menu1A.addEventListener(MouseEvent.ROLL_OVER,onOver1A);
    menu1.menu1A.addEventListener(MouseEvent.ROLL_OUT,onOut1A);
    menu1.menu1A.addEventListener(MouseEvent.CLICK,onClick1A);
    menu1.menu1B.addEventListener(MouseEvent.ROLL_OVER,onOver1B);
    menu1.menu1B.addEventListener(MouseEvent.ROLL_OUT,onOut1B);
    menu1.menu1B.addEventListener(MouseEvent.CLICK,onClick1B);
    menu1.menu1C.addEventListener(MouseEvent.ROLL_OVER,onOver1C);
    menu1.menu1C.addEventListener(MouseEvent.ROLL_OUT,onOut1C);
    menu1.menu1C.addEventListener(MouseEvent.CLICK,onClick1C);
    function SWFAddress_changed(e:SWFAddressEvent) {
    switch (e.value) {
    case "/index":
    gotoAndStop("main");
    break;
    case "/cycling/amgen2010/":
    gotoAndStop("cycling_amgen2010");
    break;
    case "/cycling/amgen2009/":
    gotoAndStop("cycling_amgen2009");
    break;
    case "/cycling/amgen2008/":
    gotoAndStop("cycling_amgen2008");
    break;
    function onOver1(e:MouseEvent):void {
    my_ssp.loadContent(0);
    SWFAddress.setStatus("index");
    menu1.alpha = 1;
    menu1.menu1A.alpha = 0.5;
    menu1.menu1B.alpha = 0.5;
    menu1.menu1C.alpha = 0.5;
    menu1.menu1A.visible = true;
    menu1.menu1B.visible = true;
    menu1.menu1C.visible = true;
    function onOut1(e:MouseEvent):void {
    SWFAddress.resetStatus();
    menu1.alpha = 0.5;
    menu1.menu1A.visible = false;
    menu1.menu1B.visible = false;
    menu1.menu1C.visible = false;
    function onClick1(e:MouseEvent):void {
    SWFAddress.setValue("index");
    // menu1A
    function onOver1A(e:MouseEvent):void {
    my_ssp.loadContent(1);
    SWFAddress.setStatus("cycling/amgen2010/");
    menu1.alpha = 1;
    menu1.menu1A.alpha = 1.0;
    menu1.menu1B.alpha = 0.5;
    menu1.menu1C.alpha = 0.5;
    function onOut1A(e:MouseEvent):void {
    SWFAddress.resetStatus();
    menu1.alpha = .5;
    menu1.menu1A.alpha = 0;
    menu1.menu1B.alpha = 0;
    menu1.menu1C.alpha = 0;
    function onClick1A(e:MouseEvent):void {
    SWFAddress.setValue("cycling/amgen2010/");
    // menu1B
    function onOver1B(e:MouseEvent):void {
    my_ssp.loadContent(2);
    SWFAddress.setStatus("cycling/amgen2009/");
    menu1.alpha = 1;
    menu1.menu1A.alpha = 0.5;
    menu1.menu1B.alpha = 1;
    menu1.menu1C.alpha = 0.5;
    function onOut1B(e:MouseEvent):void {
    SWFAddress.resetStatus();
    menu1.alpha = .5;
    menu1.menu1A.alpha = 0;
    menu1.menu1B.alpha = 0;
    menu1.menu1C.alpha = 0;
    function onClick1B(e:MouseEvent):void {
    SWFAddress.setValue("cycling/amgen2009/");
    //menu1C
    function onOver1C(e:MouseEvent):void {
    my_ssp.loadContent(3);
    SWFAddress.setStatus("cycling/amgen2008/");
    menu1.alpha = 1;
    menu1.menu1A.alpha = 0.5;
    menu1.menu1B.alpha = 0.5;
    menu1.menu1C.alpha = 1;
    function onOut1C(e:MouseEvent):void {
    SWFAddress.resetStatus();
    menu1.alpha = .5;
    menu1.menu1A.alpha = 0;
    menu1.menu1B.alpha = 0;
    menu1.menu1C.alpha = 0;
    function onClick1C(e:MouseEvent):void {
    SWFAddress.setValue("cycling/amgen2008/");
    Any guidance on how to clear this up would be greatly appreciated.
    Thank you!

    This is kind of a dirty rotten problem.  Your submenus are inside the main menu right?  So when you click on a submenu item (i.e. menu1A), you are also clicking on the main menu (menu1).  Technically both click events fire (menu1a is first, menu1 is second). A better way to think about it is:  If you are doing construction on your bathroom you are doing construction on your house since the bathroom is in your house.  Confusing, right?
    To fix this, you want to "cancel" the click event for menu1 if you click on one of the sub menu items. Add this line into each of your sub menu functions:
    e.stopImmediatePropagation();
    So one of your functions would look like this:
    function onClick1A(e:MouseEvent):void {
    e.stopImmediatePropagation();
    SWFAddress.setValue("cycling/amgen2010/");

  • HT4848 Two days ago I upgraded my MAC PRO from Lion to Mountain Lion via my account at the Apple App store.  My machine runs so slow with Mountain Lion especially mail that it is completely useless.  It take about ten minutes per mouse click to register. 

    I also run Parralles 7.  I re-installed this a few times with no affect.  I have it not running and my Mountain Lion is still too slow to use.  Again a single mouse or keystroke takes up to ten minues to register. 
    Suggestions ?

    Startup in Safe mode (holding Shift key down) http://support.apple.com/kb/HT1455
    Then you can update or uninstall your problematic third-party software.

  • Trackpad or USB mouse wont work

    I am struggling with my Macbook pro. Its an early 2010 model. Just in the past couple days the mouse wont work. It just decides it does not want to click at all. Sometimes i can get the right click to work. If i restart with keyboard commands it is fine for about 10 min then does it again.  I thought it was the trackpad but it is performing fine.  I can feel and hear it depress and clilck properly but no action on the screen when it clicks. If i plugin a USB mouse i get the same problem.  I have reset PRAM, repaired permissions, done a hard drive verify and run the hardware test from install disk both easy and extended hardware test. And everything comes up as fine and the permissions repaired fine.
    A couple months ago this computer was acting really weird and i decided to reformat with a fresh system since it had been over a year since i got it. It was a struggle to do even that. It would not install the system after a basic HD erase (which has never happened to me).  I had to zero out the HD to get the system to install.  It worked fine after i finally got it reinstalled and setup until now this mouse thing is happening
    I am just wondering if this seems more like system corruption or a hardware issue like bad HD or bad board.  I am about to reformat again but I hate to go through all that setup again if it is hardware. Anyone have any thoughts on what to try next. Thanks

    The regression reported here http://marc.info/?l=linux-usb&m=137523956310060&w=2 did not solve the problem as i installed the patch found here https://bugs.archlinux.org/task/36296
    Still the same message shown in the xorg log.
    EDIT:
    Also, after being connected the mouse connects as a keyboard, but the actuall mouse functionality dosnt work.
    Last edited by Foxboron (2013-08-12 09:08:39)

  • [Gnome 3] Touchpad + USB Mouse

    The touchpad works just fine by itself, and a USB mouse will work alright for a few minutes, but then the window manager stops accepting clicks from the mouse, although it still works alright within windows.
    For example, after using the usb mouse for a few minutes, I can still browse the web inside FF with it or any other applications, but I can't drag the window around or open gnome menus. Thats why i'm pretty sure this is a gnome issue.
    Any Ideas?

    Although Gnome 3 is no longer in testing I get the same sort of behaviour. It takes some time for the shell to load and when I open a window I can't move it. When I move my mouse pointer towards the upper left corner and then close the activities function again, the move of the window is done.
    The same if I click an option in a window. Nothing happens, until I do the mouse action to the upper left corner and closing the activities function. Then the click gets registered. But it's a bit bothersome to do for every action so I'm running in fallback modus untill I get this resolved.
    If you have found a solution let me know.

  • Erratic Mouse Clicking

    I have an iBook G4/933. Mouse click will work sometimes after booting up but only briefly and loses function seemingly without any pattern. I have booted with a Tiger disc and the mouse click works briefly, if at all, regardless of internal or external mouse. Have managed to repair permissions and repair hard disk while booted from CD. Have used an external "known good" Apple USB mouse and doesn't help. Have also zapped PRAM and reset PMU multiple times and no help. I can't blame a faulty OS install if the mouse isn't functioning properly while booted from Tiger install disc. If the internal clicker is to blame and is bad, would that also disable an external USB mouse click? I'm really stumped on this one and any suggestions would be appreciated. Thanks!

    Welcome to Apple Discussions!
    There is an Apple article that might be of help:
    Portables: Jumpy or erratic trackpad
    http://docs.info.apple.com/article.html?artnum=17228
    See if any of the suggestions in this article are helpful.
    I don't know to what extent trackpad problems would affect the external mouse. But you could go to System Preferences>Keyboard and Mouse>Trackpad and check the box that says "Ignore trackpad when mouse is present" and see if that will at least let you use an external mouse.
    Please post back if none of this helps.
    Good luck!

  • Response to mouse click by combo box list and underlying clickable label

    Hello,
    we developed a label responding to a mouse click by opening and thereby displaying an associated help text. The label extends a project specific hierarchy of labels and thus implements MouseListener, of course. Now we encountered a strange problem: It occurs when a combo box is placed above such a label in a panel. By clicking the combo box a selective list drops down and covers the label. As soon as a mouse click is performed on a list item directly covering (i.e., right in front of) the clickable label not only this item is selected but the help screen associated with the underlying label is displayed, too. So the mouse click is processed twice: as proposed by the combo box and unwantedly by the label. This behaviour could not be reproduced on other components being placed below a combobox. So the label itself seems to be the cause but we cannot imagine what could exactly be the reason for this double reaction. Perhaps anyone heard of something like that?
    We are currently working with IBM Visual Age for Java 2.0 (Java version 1.1.8 with the according Swing version). The clickable label reflectively calls methods of a model to determine whether help is available and if so later on to open this help text.
    Any help is appreciated!
    Danilo

    Thank you for your response. I tried both to check the focus and to consume the event. But I had to learn that labels are not able to catch the focus. I also was not able to consume an appropriate event of the combobox. So I finally solved the problem by extending JButton and implementing ActionListener. Thus my labels are actually buttons but I changed their appearance and behaviour so one cannot distinguish them from labels.

  • My wireless usb mouse freezes or gets stuck on right click/drag

    My wireless usb mouse has been getting stuck on right click and/or drag, or the right click just freezes and becomes unusable. Sometimes, my mouse jumps erratically and opens anything that the arrow crosses. I can't use my trackpad because it's broken, but the trackpad itself isn't causing any problems. My system preferences for mouse and trackpad are all fine. My bluetooth is turned off in accordance with the recommendations of people having similar problems. My anti-virus programs don't detect a macro virus or any other problems. Only restarting in safe mode temporarily solves the problem. Does anybody know how to fix this?
    Some people have suggested this may be caused by a swollen battery. However, my laptop is a somewhat more recent model and I don't have a portable/removable battery, so I can't solve the problem by taking it out and back in as some people have. Other suggestions?
    Thanks!

    Update: I've also tried repairing permissions and that doesn't help.
    I've experimented with other mouses just to see if there'd be a difference, but the problem is definitely with the computer. All plug-in or wireless mouses have the same results. Right click still won't work.

  • ITunes store gets buggy with Genius on, won't register mouse clicks?

    I am having a problem in the iTunes store on my MacBook Pro. If I turn on Genius, iTunes ends up not responding to my mouse clicks. I will have to click multiple times in quick succession to get it to register the click, then often those multiple clicks will finally register and it will tell me I've already purchased an item (several times) because the clicks will finally get recognized.
    Anyone else finding Genius to cause problems with their mouse in the store? At least, I think it's Genius, because when I turned it off, my mouse clicks were once again recognized on the first click.

    Hi,
    I had the same problem once in a while, until I noticed that it was not actually an iTunes issue.
    Don't ask me why, but I noticed that iTunes did not have the "focus" (in spite of the iTune Application label that shows that iTunes is the front app). So "double clicking" is a way to first get the focus, then click. Then iTunes' main window loses the focus again. Again, don't ask me why.
    My solution is to CMD-TAB until iTunes is the front application and then single click works again.
    So pay attention the next time it happens and see if it works for you.
    I hope this helps.
    /p

  • I have a regular usb mouse and it isn't working. It sometimes clicks, but it can't make the cursor move. The red light will not turn on.

    I have been using a mouse with my MacBook Pro for a very very long time now:
    Optical USB Mouse:
      Product ID:    0xc016
      Vendor ID:    0x046d  (Logitech Inc.)
      Version:     3.40
      Speed:    Up to 1.5 Mb/sec
      Manufacturer:    Logitech
      Location ID:    0x06200000 / 3
      Current Available (mA):    500
      Current Required (mA):    100
    I'm running OS 10.6.8 on a MacBookPro that is fairly old.
    The mouse is detected on the USB port, either one, but the red light won't light anymore so I can't use it to move the cursor. I've tried rebooting, I've tried the cammand-option.P.R thing. Still no red light.
    Help?

    Mouse Gas?
    I took both of them to work and both worked fine in a different Mac laptop. I brought home two other mice and they both work here in my home computer. That works, but I wish I knew why the first two don't work at home because the logitec mouse I bought for home has very light action and the center wheel needs only a very light touch. I really really liked it and can't find one like it to replace it with.

  • Left and right side of screen does not register mouse clicks.

    The left and right side of my screen (when maximized) does not register a mouse click. I would estimate about 10 to 15 pixels in (top to bottom) before a button will register a click.
    If I work with in firefox not maximized everything works fine. As it stands I have had to add buttons to the left and right side of my Firefox navigation area to utilize the back and home button. I am also not able to use my scroll bar do to this situation with out connecting an external mouse.
    Operating system: Windows 7 Professional (64bit)
    Resolution 1280x800
    Computer: HP TouchSmart tm2 (1070us series)
    This laptop does have the touchpad type mouse, I do not think this is the problem though as it will work if firefox is not maximized.
    Assistance with this would be appreciated. I Love firefox but this is to much of an annoyance to deal with continually.

    Not sure if its ever overheated... I've never left it in a hot car if thats what you mean. Sometimes it gets very hot if I'm using EDGE for a while. I don't push hard which is why I don't think I caused it...
    I will bring it in this weekend and see what they say.
    I also think that the speakerphone sounds fuzzy and muffled a lot more than it did when I first bought it. So just another reason to bring it in.

  • Usb mouse double click

    Hi,
    Im using fluxbox as window manager and after some upgrades the mouse very often doing double click, if I click only once. On touchpad is all right, so I dont know where is the problem. I tryed change xorg configuration - other protocol and some options, but nothing helped. I also tryed change speed double click, but nothing changed too.
    My xorg config is now:
    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
    generated by hwd
    Thanks for all replies
    edit: I have kernel 2.6.33.4 and before in kernel 2.6.33.3 "mouse bug" was there too.
    Last edited by aivi (2010-05-15 11:47:40)

    edit: So Its not working well, xev show still that I pressed and released twice button, any ideas?
    In blackbox too. Its somewhere else.
    --------So it was by .fluxbox/keys I tried move them somewhere else and restart X and Its working right now. -------
    Last edited by aivi (2010-05-15 13:25:12)

  • What kind of bluetooth dongle(usb) should I get to use my Magic Mouse properly?

    My Mac Pro doesn't have bluetooth. What kind of bluetooth dongle(usb) should I get to use my Magic Mouse properly? I already have one, but it makes the mouse seriously lacking.

    I keep the dongle plugged into the back of my apple 27" monitor so that means it is only 1 to 2 feet away from the mouse.  Don't plug it into the mac pro itself if that is at any distance from the mouse.  The closer you can keep the dongle to the mouse the better.
    Do a smc and pram reset.
    If all is lost, and you have xcode installed then you can do a bluetooth factory reset.
    Note that if you should sleep your machine, power is off the usb's, so the dongle is off.  This means you cannot wake the machine with any BT devices like the mouse (I use a wired keyboard).  Also sometimes upon waking the machine the mouse does not immediately re-pair (maybe 20% of the time).  So you have to flip its switch to get the system's attention.
    While I do have internal BT, using the dongle disables the internal (at least for 2010 mac pro's).
    And of course BT would go inactive if you pulled the dongle out!

Maybe you are looking for

  • Updates for Remote Desktop via App Store Software Update

    Hello, and Happy Thanksgiving. On a computer running Mavericks, I installed Apple Remote Desktop 3.5 from the disk (not from the App Store.) On it's first startup, I was greeted with the message "The Remote Desktop Administrator software must be upgr

  • Item property does not overrides block property ?

    I have CURRENT RECORD VISUAL ATTRIBUTE set to SOMETHING for block A. i also have CURRENT RECORD VISUAL ATTRIBUTE for item AA in block A ( A.AA) . but when i run form, it looks like item AA's CURRENT RECORD VISUAL ATTRIBUTE is not in effect ? usually

  • How to optimise query

    I have question .Please let me know what could be the best solution to optimise the procedure. ireally appreciate your help this procedure is calling function below in loop in update statement. is it advisible to use case in place of calling function

  • Can we use a 5508 WLC in Hong Kong and join 3602 APs in Vietnam to it? Any regulatory contraints?

    Hi friends, I am looking for some wisdom here! Just wondering if I can use a 5508 WLC in Hong Kong and join 3602 APs in Vietnam to it? Any regulatory contsraints / guidelines that would prohibit from doing so? - Regards, Tarun.

  • Asp CODEPAGE="1252" or CODEPAGE="65001"

    Hi yea, I see when |I creaet a new page using cs3 I get the head <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> where as when using dw8 I used to get <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> I am confused as I have set the preferences the same wht I belev