Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 69

Thread: Left mouse button stops working in 10.10

  1. #21
    Join Date
    Nov 2007
    Beans
    8

    Re: Left mouse button stops working in 10.10

    So...

    Here is a little script, which you can let start with Ubuntu, but with deactivated numlock the mouse works better.

    Code:
    #!/bin/sh
    
    xinput set-int-prop ID "Device Enabled" 8 0
    ID should be a number...

    Quote Originally Posted by ungzd View Post
    Is mouse from A4Tech?

    Here is issue in bug tracker: https://bugs.launchpad.net/udev/+bug/637208 that also contains temporary workaround:

    Some solution, that solve our problem.
    1) xinput --list
    It will show you your input devices, our A4Tech mouse have id, for example, there are
    ⎜ ↳ A4TECH USB Device id=11 [slave pointer (2)]
    ⎜ ↳ A4TECH USB Device id=10 [slave pointer (2)]
    2) xinput set-int-prop %id% "Device Enabled" 8 0
    , where %id% is one of id's of your mouse. In my case it was 10. Generally, this is the second id of list. This command will disable advanced built-in keyboard of A4Tech mouse.
    If you want to enable back, use
    xinput set-int-prop %id% "Device Enabled" 8 1.
    Workaround works for me. My mouse is A4Tech K3-230.
    Last edited by pushkin22; October 11th, 2010 at 10:02 AM.

  2. #22
    Join Date
    Oct 2010
    Beans
    1

    Re: Left mouse button stops working in 10.10

    Have the same problem.Stops working when switching keyboard layouts."sudo rmmod usbhid; sudo mobprobe usbhid" does not help. Restarting xorg helps. xinput test also shows events when button is clicked








    Wordpress Newsletter Plugin

  3. #23
    Join Date
    Jul 2007
    Beans
    7

    Lightbulb Re: Left mouse button stops working in 10.10

    Tried this. Maybe works, if not help i post here. Looks like solution .

    Sry for text style, its important.

  4. #24
    Join Date
    Jul 2007
    Beans
    7

    Re: Left mouse button stops working in 10.10

    Still working. I think it's solution.

    FCK YEA!

  5. #25
    Join Date
    Mar 2010
    Beans
    11

    Re: Left mouse button stops working in 10.10 (now working)

    glazs,

    thank you, that package worked for.

    I ianstalled it and restarted, now it's fine.

    I have a 4Tech Ka-3D

    Thanks, again.

  6. #26
    Join Date
    Oct 2010
    Beans
    5

    Re: Left mouse button stops working in 10.10

    Quote Originally Posted by glazs View Post
    Tried this. Maybe works, if not help i post here. Looks like solution .

    Sry for text style, its important.
    Thanks its work for me too.

  7. #27
    Join Date
    May 2007
    Beans
    18
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Left mouse button stops working in 10.10

    Re: Left mouse button stops working in 10.10
    Quote:
    Originally Posted by glazs View Post
    Tried this. Maybe works, if not help i post here. Looks like solution .

    Sry for text style, its important.
    Thanks its work for me too.




    Is there a 64-bit version of this somewhere? I don't think the i386 version will work for a 64-bit Ubuntu 10.10 system.

    Thanks,

    Roy

  8. #28
    Join Date
    Oct 2010
    Beans
    1

    Re: Left mouse button stops working in 10.10

    I changed my keyboard ( microsoft digital media pro usb) to a generic usb keyboard (yes keyboard) and now my mouse works perfectly

    I also tried another mouse and the left button stopped working as well.

  9. #29
    Join Date
    Mar 2007
    Beans
    4

  10. #30
    Join Date
    Jun 2009
    Beans
    3

    Re: Left mouse button stops working in 10.10

    I just cannot understand how this typ of problems appear by upgrading if it was working perfectly in earlier version.

    Well, I'll try the solutions proposed above.

Page 3 of 7 FirstFirst 12345 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •