You are not logged in.
Hi, this is a solucion to Arch Linux using the touchpad of a PS4 or PS5 controller as a mouse (Thanks to cryptearth for the recommendation of making this post)
First you need to create a file, you can create the file in the way you like it, in my case i will use nano
sudo nano /etc/udev/rules.d/72-ds4tm.rulesand you type
# Disable DS4 touchpad acting as mouse
# USB
ATTRS{name}=="Sony Interactive Entertainment Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
# Bluetooth
ATTRS{name}=="Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"after you press Ctrl + O, y (yes) and Ctrl + X
and we must not forget that normally the rules are updated automatically but just in case execute
udevadm control --reloadBtw i got the info from here for those who need it
https://wiki.archlinux.org/title/Gamepa … controller
https://wiki.archlinux.org/title/Udev#Loading_new_rules
Last edited by justanormalarchlinuxuser (2025-03-02 22:05:05)
Offline
Please don't use the bbs as your blog.
This kind of information would belong into the wiki… if it wasn't already in the wiki.
You can create an arch wiki account, create your own wiki page and collect specifics there or write yourself a local manpage or get a blog.
Offline
Please don't use the bbs as your blog.
This kind of information would belong into the wiki… if it wasn't already in the wiki.You can create an arch wiki account, create your own wiki page and collect specifics there or write yourself a local manpage or get a blog.
ok, i am not going to do that again
Offline