this post was submitted on 05 Apr 2026
11 points (100.0% liked)

linux4noobs

4155 readers
25 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS
 

My mouse wheel is fucked, I've used xinput set-button-map to disable the wheel but it doesn't work in everything. It works in browser, file manager etc but not in terminal, FreeTube etc.

Anyone have a suggestion on how to get it working universally? I've been thinking of opening the wheel and ripping some connections out, but I'd like to keep the mouse wheel button working.

Also, my monthly budget is -50€ so buying a new mouse is not currently something I can do.

Running Debian 13 with the xfce desktop. Machine is a gift from the ancient gods, compaq presario CQ61, marvel this magnificent beast.

top 9 comments
sorted by: hot top controversial new old
[–] tal@lemmy.today 3 points 1 month ago* (last edited 1 month ago) (1 children)

xinput only deals with X11.

Wayland can use Xwayland to run X11 software, but they live in their own little X11 world. You probably have some Wayland-native programs and some X11 programs running


you can list running X11 software with $ xlsclients.

https://unix.stackexchange.com/questions/326373/configure-extra-mouse-button-as-a-second-middle-click-under-wayland/587975#587975

There are a couple suggestions there to remap things. I haven't used input-remapper myself, but I've heard positive things about it.

[–] HuudaHarkiten@piefed.social 1 points 1 month ago (1 children)

Ayy, the input-remapper worked. Thanks for the suggestion!

Very easy to use program, highly recommend for anyone who wants to disable or remap their devices.

[–] tal@lemmy.today 1 points 1 month ago

Glad to hear it, and thanks for following up to benefit others!

[–] entwine@programming.dev 3 points 1 month ago (1 children)

Maybe this will help you?

Idk about xinput, but my first assumption is that the reason it doesn't work in some apps is because of Xorg vs Wayland. An evdev based solution should work universally.

[–] HuudaHarkiten@piefed.social 1 points 1 month ago

I think the X11 is giving me grief with this one. Libinput is not anywhere to be seen and such... I'll have to return to figuring this out, if I don't find another solution lol

[–] cannedtuna@lemmy.world 1 points 1 month ago (1 children)

What mouse are you using? Generic? Logitech? Or Razer?

[–] HuudaHarkiten@piefed.social 3 points 1 month ago (1 children)

Steelseries, model number 62271.

Model year 7BCE.

[–] cannedtuna@lemmy.world 1 points 1 month ago (1 children)

Doesn’t look super special, so I’m not sure why the scroll wheel would behave differently per application.

Did you ever need software to configure mouse profiles for it on Windows?

There’s Piper, an application specifically for configuring gaming mice, including Steelseries mice.

[–] HuudaHarkiten@piefed.social 2 points 1 month ago

I never used this with windows.

I'll check out Piper, thanks!