ubuntu:mouse:change_mouse_sensitivity
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:mouse:change_mouse_sensitivity [2021/10/26 10:25] – peter | ubuntu:mouse:change_mouse_sensitivity [2021/10/26 10:50] (current) – peter | ||
---|---|---|---|
Line 135: | Line 135: | ||
* **threshold** is the velocity required for acceleration to become effective, usually measured in device units per 10ms. | * **threshold** is the velocity required for acceleration to become effective, usually measured in device units per 10ms. | ||
* Threshold defines the point at which acceleration should occur in pixels per 10 ms. | * Threshold defines the point at which acceleration should occur in pixels per 10 ms. | ||
- | * If threshold is zero, then acceleration is treated as "the exponent of a more natural and continuous formula." | + | * If threshold is zero, then acceleration is treated as "the exponent of a more natural and continuous formula." |
- | xset m 3/2 0 | + | * This gives precise control for slow motion but big reach for fast motion, and a progressive transition for motions in between. |
- | </ | + | |
</ | </ | ||
Line 159: | Line 158: | ||
* **threshold** is the velocity required for acceleration to become effective, usually measured in device units per 10ms. | * **threshold** is the velocity required for acceleration to become effective, usually measured in device units per 10ms. | ||
* Threshold defines the point at which acceleration should occur in pixels per 10 ms. | * Threshold defines the point at which acceleration should occur in pixels per 10 ms. | ||
- | * If threshold is zero, then acceleration is treated as "the exponent of a more natural and continuous formula." | + | * If threshold is zero, then acceleration is treated as "the exponent of a more natural and continuous formula." |
+ | * This gives precise control for slow motion but big reach for fast motion, and a progressive transition for motions in between. | ||
+ | * Recommended acceleration value in this case is 3/2 to 2, but not limited to that range. | ||
xset m 3/2 0 | xset m 3/2 0 | ||
</ | </ | ||
</ | </ | ||
+ | |||
+ | |||
+ | To reduce mouse acceleration | ||
+ | |||
+ | <code bash> | ||
+ | xset mouse 1 1 | ||
+ | </ | ||
+ | |||
+ | To increase the mouse speed | ||
+ | <code bash> | ||
+ | xset mouse 10 1 | ||
+ | </ | ||
---- | ---- | ||
Line 172: | Line 185: | ||
xset m default | xset m default | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Save the New Setting Permanently ===== | ||
+ | |||
+ | Add a new file in **/ | ||
+ | |||
+ | For example, / | ||
+ | |||
+ | <file bash / | ||
+ | Section " | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | EndSection | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * The filename can be anything similar. | ||
+ | |||
+ | * **Identifier**: | ||
+ | * **MatchProduct**: | ||
+ | * **Option**: | ||
+ | |||
+ | </ | ||
+ | |||
---- | ---- | ||
Line 181: | Line 223: | ||
https:// | https:// | ||
+ | https:// |
ubuntu/mouse/change_mouse_sensitivity.1635243916.txt.gz · Last modified: 2021/10/26 10:25 by peter