ubuntu:mouse:lowering_mouse_sensitivity
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:mouse:lowering_mouse_sensitivity [2021/10/26 09:47] – [On Wayland/libinput systems] peter | ubuntu:mouse:lowering_mouse_sensitivity [2021/10/26 10:10] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Mouse - Lowering Mouse Sensitivity ====== | ||
- | |||
- | * [[Ubuntu: | ||
- | |||
- | ---- | ||
- | |||
- | ===== Determine the system ===== | ||
- | |||
- | <code bash> | ||
- | xinput list-props 8 | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code bash> | ||
- | Device 'Razer Razer DeathAdder V2': | ||
- | Device Enabled (155): 1 | ||
- | Coordinate Transformation Matrix (157): | ||
- | libinput Natural Scrolling Enabled (291): 0 | ||
- | libinput Natural Scrolling Enabled Default (292): 0 | ||
- | libinput Scroll Methods Available (293): 0, 0, 1 | ||
- | libinput Scroll Method Enabled (294): 0, 0, 0 | ||
- | libinput Scroll Method Enabled Default (295): 0, 0, 0 | ||
- | libinput Button Scrolling Button (296): 2 | ||
- | libinput Button Scrolling Button Default (297): 2 | ||
- | libinput Middle Emulation Enabled (298): 0 | ||
- | libinput Middle Emulation Enabled Default (299): 0 | ||
- | libinput Accel Speed (300): | ||
- | libinput Accel Speed Default (301): | ||
- | libinput Accel Profiles Available (302): 1, 1 | ||
- | libinput Accel Profile Enabled (303): 1, 0 | ||
- | libinput Accel Profile Enabled Default (304): 1, 0 | ||
- | libinput Left Handed Enabled (305): 0 | ||
- | libinput Left Handed Enabled Default (306): 0 | ||
- | libinput Send Events Modes Available (276): 1, 0 | ||
- | libinput Send Events Mode Enabled (277): 0, 0 | ||
- | libinput Send Events Mode Enabled Default (278): 0, 0 | ||
- | Device Node (279): | ||
- | Device Product ID (280): | ||
- | libinput Drag Lock Buttons (307): | ||
- | libinput Horizontal Scroll Enabled (308): 1 | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * The **libinput** lines indicate that this is **Wayland/ | ||
- | |||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== On Wayland/ | ||
- | |||
- | <code bash> | ||
- | xinput --set-prop " | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | * Check [[https:// | ||
- | |||
- | * libinput calculates the mouse acceleration depending on the DPI and the parameter Acceleration Speed. | ||
- | |||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== References ===== | ||
- | |||
- | https:// | ||
- | ===== On non-Wayland/ | ||
- | |||
- | <code bash> | ||
- | xinput --set-prop " | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ==== To turn off mouse acceleration ==== | ||
- | |||
- | <code bash> | ||
- | xinput --set-prop "Razer DeathAdder" | ||
- | xinput --set-prop "Razer DeathAdder" | ||
- | </ | ||
- | |||
- | ---- | ||
ubuntu/mouse/lowering_mouse_sensitivity.1635241663.txt.gz · Last modified: 2021/10/26 09:47 by peter