On Mon, 24 Mar 2025 at 10:36, Marco Moock <m...@dorfdsl.de> wrote: > You can change the speed, either in the gui or with xinput. > xinput gives you the list, xinput list-props ID gives the values. > You can then increase the speed.
Hi Marco. Thank you for your reply. Yes, I have changed the speed to maximum using "xinput set-prop": xinput set-prop "PS/2 Generic Mouse" "libinput Accel Speed" 1 but (even though this setting does improve the speed of the pointer) the pointer is still unusably slow and difficult to move. I have found a workaround - I have an xorg snippet which tells xorg to use "evdev" rather than "libinput" for this trackpoint, but I would rather not have to use this workaround. (I assume that you are using the "libinput" driver for your trackpoint and not the "evdev" driver.) I think that perhaps my next step is to "adjust the magic trackpoint multiplier" as it explains in the libinput documentation: https://wayland.freedesktop.org/libinput/doc/1.22.0/trackpoint-configuration.html but I have to do more research to work out how to do that.