Questions tagged [mouse]

The pointing device (generally referred to as the mouse). When referring to laptops, please specify if it is the trackpad and not an external mouse by using the trackpad tag. Only use for hardware issues.

Mouse can refer to a variety of similar pointing devices that drive and control the cursor. Most of the mouse have 2 to 3 buttons, but some can have "side buttons" or extra buttons. The mouse movement in the screen is represented by the pointer which is usually a white arrow.

In Linux systems the pointer movement is controlled by the X Window System, which is Xorg. All input devices signals follow the following process:

+-----------+              +-------------+         +-----+
|   Mouse   |------------->| motherboard |-------->| CPU |
+-----------+              +-------------+         +-----+
             USB, PS/2, …                 PCI, …
             click down/up

         +--------+        +----------+          +-------------+
-------->| kernel |------->| X server |--------->| application |
         +--------+        +----------+          +-------------+
interrupt          scancode             keysym
                   =keycode            +modifiers

As can be seen, the Mouse signals are transmitted to the motherboard, from there they issue CPU interrupts which are catch by the kernel. This scans the code and the X server reads it. Depending the action the application reacts.

Tag recommendation

If you want to modify the behavior of your mouse clicks and speed, you are most likely using the when using Xorg, or when using other X window system.

When using touchpads, use the instead. For how the pointer behaves with the windows, use if you want something general, for unity.

Recommended read

Further reading:

3583 questions
348
votes
14 answers

How can I adjust the mouse scroll speed?

This question has been asked many times with no answer. I've used my basic Google skills and haven't come across a fix. This is system wide. My mouse simply scrolls too fast. I'm new to ubuntu and linux in general. Would switching styles or…
Unisucs
  • 3,481
104
votes
13 answers

How to change mouse speed/sensitivity?

I am on an Asus Zenbook UX32VD in Ubuntu 12.10. Both in 12.04 and 12.10 I haven't been able to change the mouse speed (i.e. the "sensitivity" in the mouse/touchpad dialog). I can change the slider, but nothing changes. This is a big problem for me,…
Felix
  • 1,093
59
votes
5 answers

How can I make my mouse auto-click every 5 seconds?

I want to click on something for hours. How can I make a script or use an application so the mouse will auto-click every 5 seconds or less?
Jeggy
  • 3,062
36
votes
11 answers

How can I assign actions to all my mouse buttons?

I have a mouse with lots of buttons, but it's not a mainstream make like Logitech. For Windows, I have a driver that lets me assign actions like close-window (Ctrl+W) or next-tab (Ctrl+Tab), but I don't have a Linux driver. Since Linux is so…
32
votes
6 answers

Disabling middle mouse button

So I tried looking through the various other questions but they mostly focus on disabling the middle mouse paste. Basically the middle mouse button on my Logitech G500s is broken, and it keeps "clicking" randomly so it's screwing up any chance of…
31
votes
14 answers

How can I get rid of mouse lag under Ubuntu?

I experience mouse lag although the graphic card is recognized by the os. (I already had it on 15.10 and upgraded to 16.04). The mouse lag is not firefox or browser dependent. Is there anything I can do about it, without doing a clean install of my…
empedokles
  • 3,883
  • 15
  • 46
  • 68
25
votes
4 answers

Reduce the Mouse Sensitivity

Is there anyway to reduce the mouse sensitivity in Ubuntu 12.04? I've used the slider on the systems settings to set it to the lowest point but it's still too fast.
csilk
  • 559
21
votes
4 answers

Mousemover to prevent idle?

Is there any working utility that can simulate mouse movements on a ubuntu? Important: I only want that utility to control the mouse if the machine is idle for X minutes. Of course I could use xdotool to simulate some movement, but how would I…
membersound
  • 1,410
18
votes
6 answers

Any macro recorder programs availiable?

Is there any macro recorders for ubuntu? I want a program that i could assign a key to do a recorded mouse movement and keyboard typing. Thanks
15
votes
1 answer

Is there a mouse trail option?

I have intermittent blindness in my right eye. Windows had a great mouse option that made a trail of cursors behind the one that's functional. It made my mouse easier to see. The control button helps me find my mouse, but I need something to help me…
Tarlung
  • 163
14
votes
3 answers

How to show mouse pointer location using a mouse click?

I want to record my screen, and clearly show what is being clicked. You can configure the mouse to show the location when CTRL key is clicked. I want exactly that kind of behaviour, but only when the left mouse button is clicked instead of CTRL…
user6019
11
votes
6 answers

Cyborg R.A.T 3 gaming mouse stops working after a while and/or misbehaves

I'm having some problems with a new R.A.T 3 gaming mouse that I bought today. It works flawlessly under Windows 7, but under Ubuntu 11.10 it keeps misbehaving. What happens is this: I connect the mouse to a USB port. The mouse works as expected for…
Tomas Aschan
  • 2,922
10
votes
3 answers

Why can't I move files from my Ubuntu desktop to other folders?

When I try to move a file on my desktop to a folder (opened using Files), the file will not go into it. If I move it to a folder using the mouse pointer, it moves back to the desktop when I release the mouse button. If I right-click on the file,…
Allan
  • 593
9
votes
1 answer

How can I manually change the mouse/pointer speed?

I have an Apple Magic Mouse, and it's almost unusable since the sensitivity is too high. Yet in the Mouse/Touchpad settings, the pointer speed is set to the slowest possible setting. Is there a way to manually change this setting so that it's much…
Jonathan
  • 7,450
8
votes
2 answers

How do I set different settings for different mice?

I have two different mice (one is always used on the system, the other is wireless and moves between systems as needed). Unfortunately, the wireless one is much more sensitive than the wired mouse, and the mouse settings panel doesn't seem to have a…
Andrew
  • 484
1
2 3
13 14