User Tools

Site Tools


ubuntu:mouse:change_mouse_sensitivity

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:mouse:change_mouse_sensitivity [2021/10/26 10:27] peterubuntu: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." <code bash> +    * 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.
-</code>+
  
 </WRAP> </WRAP>
Line 160: Line 159:
     * 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.".
-      * Recommended <code bash>+      * 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. <code bash>
 xset m 3/2 0 xset m 3/2 0
 </code> </code>
Line 185: Line 185:
 xset m default xset m default
 </code> </code>
 +
 +----
 +
 +===== Save the New Setting Permanently =====
 +
 +Add a new file in **/usr/share/X11/xorg.conf.d/**.
 +
 +For example, /usr/share/X11/xorg.conf.d/60-razer-deathadder-v2.conf
 +
 +<file bash /usr/share/X11/xorg.conf.d/60-razer-deathadder-v2.conf>
 +Section "InputClass"
 +   Identifier      "Razer Deathadder v2"
 +   MatchProduct    "Razer Razer DeathAdder V2"
 +   Option          "ConstantDeceleration" "3"
 +   Option          "ButtonMapping" "1 0 3 4 5 6 7 8 9"
 +EndSection
 +</file>
 +
 +<WRAP info>
 +**NOTE:** 
 +
 +  * The filename can be anything similar.
 +
 +  * **Identifier**:  Can be anything.
 +  * **MatchProduct**:  Product name from xinput list.
 +  * **Option**:  The options to change.
 +
 +</WRAP>
 +
  
 ---- ----
Line 194: Line 223:
 https://wiki.archlinux.org/title/Mouse_acceleration https://wiki.archlinux.org/title/Mouse_acceleration
  
 +https://newbedev.com/decrease-mouse-sensitivity-below-the-standard-limit
ubuntu/mouse/change_mouse_sensitivity.1635244060.txt.gz · Last modified: 2021/10/26 10:27 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki