this post was submitted on 18 May 2025
24 points (96.2% liked)
Linux Gaming
18628 readers
313 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm using KDE.
Disabling the touchpad in the settings will disable the touchpad for the controller, but it also disables the touchpad for my laptop which I do not want.
In the KDE Touchpad settings, there should be a Device selection at the top of the screen. Selecting the controller touchpad from the list and then toggling “Device enabled” should only affect the controller touchpad.
Thanks. The setting wasn't showing up at first, so I switched to Wayland.
It still wasn't showing up, so I disconnected and reconnected my controller. Then it appeared.
The box was unchecked, but the controller's touchpad still worked. I needed to check it, apply, and then uncheck it and apply again in order to turn off the touchpad.
I'm glad there's a way, although there are still some bugs that need to be worked out.
collapsed inline media
I’m glad you were able to get it working! I had no idea that was a Wayland-only setting, though of course in retrospect it makes perfect sense.
You might be able to prevent a particular touchpad from affecting the desktop with an
xinput disable
command. Runxinput list
to show the available device names and IDs, orman xinput
for more details.Another approach, assuming you're using an X11 session (not Wayland), would be to disable the device in xorg.conf.
A custom udev rule could also do the trick, although it might be more complicated than an xinput command.