Open massatt212 opened 5 years ago
@massatt212 Well, I know it's a weird behavior, but this service is starting xboxdrv with the possibility of 4 gamepads getting connected. The alternative would be create a dbus listener and then start a xboxdrv for each controller connected.
Something similar was tried in #37 by @gyates100895.
Hi,
I'm trying to solve the same problem. On my system I only use one joystick and would like to predictably know where to find it. I tried removing all the --next-controller
flags from the /lib/systemd/system/xboxdrv.service
. As a result, I do get only one device option instead of 4, i.e. /dev/input/js0
, but it looks like sometimes the joystick although plugged in is not mapped there.
Thanks in advance for any pointer.
if their a way to disable controllers until they are plugged in ?