I don’t need anything special or pricey, just a basic controller that does basic controller things.
I’ve tried a few generic controllers, but they have issues with bluetooth, battery life, and automatically shutting off too early from idling.
Does anyone know of any generic controllers that don’t have these issues? I don’t mind if the battery life isn’t the same or better than official controllers, but they shouldn’t straight up lie about the capacity. It should be illegal.
https://wiki.archlinux.org/title/Gamepad#Disable_touchpad_acting_as_mouse
and
Section "InputClass" Identifier "joystick catchall" MatchIsJoystick "on" MatchDevicePath "/dev/input/event*" Driver "joystick" Option "StartKeysEnabled" "off" # Disable mouse support of joypad Option "StartMouseEnabled" "off" EndSection
"You’d need to replace/add the MatchProduct directive in your xorg config file with something like this to disable the touchpad: