Tuesday, October 15, 2024

Re: Increase mouse pointer speed and sensitivity

Hello
Something like this (my PC shows only one mouse device):

---
$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ /dev/wsmouse id=7 [slave pointer (2)]
⎣ Virtual core keyboard
....
$
$ xinput set-prop /dev/wsmouse 'Device Accel Constant Deceleration' 1.0
$
---

less means faster
more means slower
I would recommend not using the id but the real device name: the id
tends to change.


On Tue Oct 15 14:52:18 2024, Sadeep Madurange wrote:
> Hello,
>
> Since I switched to a 32-inch, 4K monitor, I feel like the mouse pointer
> is slow/lagging behind. Is there anything I can do to improve it?
>
> I found out about xinput. I'm playing around with that now. Appreciate
> any advice on how best to configure it.
>
> $ xinput
>
> ⎡ Virtual core pointer id=2 [master pointer (3)]
> ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
> ⎜ ↳ /dev/wsmouse0 id=7 [slave pointer (2)]
> ⎜ ↳ /dev/wsmouse id=8 [slave pointer (2)]
> ⎣ Virtual core keyboard id=3 [master keyboard (2)]
> ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
> ↳ /dev/wskbd id=6 [slave keyboard (3)]
>
> $ xinput list-props 7
>
> Device '/dev/wsmouse0':
> Device Enabled (183): 1
> Coordinate Transformation Matrix (184): 1.000000, 0.000000,
> 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
> Device Accel Profile (299): 0
> Device Accel Constant Deceleration (300): 1.000000
> Device Accel Adaptive Deceleration (301): 1.000000
> Device Accel Velocity Scaling (302): 10.000000
> WS Pointer Middle Button Emulation (303): 2
> WS Pointer Middle Button Timeout (304): 50
> WS Pointer Wheel Emulation (305): 0
> WS Pointer Wheel Emulation Axes (306): 0, 0, 4, 5
> WS Pointer Wheel Emulation Inertia (307): 10
> WS Pointer Wheel Emulation Timeout (308): 200
> WS Pointer Wheel Emulation Button (309): 4
>
> Same output for device id 8.
>
> --
> Sadeep Madurange
> PGP: 103BF9E3E750BF7E
>

--
Best regards
Maksim Rodin

С уважением,
Родин Максим

No comments:

Post a Comment