elementary / switchboard-plug-mouse-touchpad

Switchboard Mouse & Touchpad Plug
GNU General Public License v3.0
24 stars 13 forks source link

Mouse Pointer speed doesn't go high enough. #39

Closed skewty closed 6 years ago

skewty commented 6 years ago

Mouse Pointer speed doesn't go high enough. Even at max, my trackball is too slow for my high resolution monitors.

danirabbit commented 6 years ago

This settings pane is just a front end for configuring settings in GNOME settings daemon. Setting mouse pointer speed to its maximum value here is the maximum value that GSD will accept. Closing as "Out of scope" since this problem can't be solved in this code base

You can try filing an issue against GNOME settings daemon.

cshaa commented 4 years ago

As they say in gnome-settings-daemon#139, it's out of scope even for them. The relevant issue is probably libinput#281 – so if you want to support it, be sure to go there.