systemofapwne / leetmouse

A fork of the Linux mouse driver with acceleration
GNU General Public License v2.0
93 stars 10 forks source link

Properly changing settings? #8

Closed gyvess closed 3 years ago

gyvess commented 3 years ago

By following the "Other Distro" instructions I successfully installed this yesterday but wanted to tweak the defines today. So I reinstalled with different extreme settings but it felt the same. Tried uninstalling completely, which does feel noticeably different so I know it worked, then installed again but regardless of any changes in config.h the mouse movement feels the same as the first time I installed it. I also unplugged my mouse each time just in case.

I do get this error each time I uninstall though. Maybe that's the problem?

:: Uninstalling leetmouse udev rules
=====================================================
rm -f //usr/lib/udev/rules.d/99-leetmouse.rules //usr/lib/udev/leetmouse_bind //usr/lib/udev/leetmouse_manage
udevadm control --reload-rules
. //usr/lib/udev/leetmouse_manage unbind_all
/bin/sh: line 1: //usr/lib/udev/leetmouse_manage: No such file or directory
make: *** [Makefile:82: udev_uninstall] Error 1
gyvess commented 3 years ago

Figured it out. leetmouse is not removed from /sys/bus/usb/drivers when following the uninstall directions in the readme for "Other distros." doas rmmod leetmouse and then installing again is necessary.