How to Fix Mouse Scrolling

Support for other hardware categories not listed below.
CoolHwhipMike
Posts: 4
Joined: Tue Jan 18, 2022 10:18 pm

Re: How to Fix Mouse Scrolling

Post by CoolHwhipMike »

I wanted to give an update for 2022 and after the switch to FreeBSD rc instead of OpenRC. This post on the FreeBSD Forums solved my issue. XEV verified that my mouse scroll was occasionally producing the wrong inputs. I disabled the extra buttons using xmodmap. I didn't have to alter moused in rc.conf.
BSDsEnjoyer
Posts: 2
Joined: Tue Sep 17, 2024 7:53 pm

Re: How to Fix Mouse Scrolling

Post by BSDsEnjoyer »

Hello, it is unfortunate that I've encountered this very annoying problem too, 10 years after creating of this thread, but in any case I solved it by running the following in fish:

xmodmap -e "pointer = 1 2 3 4 5 0 0 0 0 0 0 0 0 0 0 0 0"

Editing xmodmap files did not help for some reason, only the command above
User avatar
neville
Developer
Posts: 144
Joined: Fri Aug 13, 2021 10:27 am
Location: Japan

Re: How to Fix Mouse Scrolling

Post by neville »

I'm glad you're problem is fixed. What type of xmodmap files did you create and where did you place them?
BSDsEnjoyer
Posts: 2
Joined: Tue Sep 17, 2024 7:53 pm

Re: How to Fix Mouse Scrolling

Post by BSDsEnjoyer »

Sorry, I can't remember, most probably I put not enough zeros in my xmodmap files, I put many more in the xmodmap command and it worked
Post Reply