Hello,
I'm running into a bit of an issue to get my xbox 360 controller to be recognized by dolphin. I've look through many threads, some being relatively close to my symptoms (e.g. https://forums.dolphin-emu.org/Thread-no...ices-linux ) but without luck in actually solving the issue.
Dolphin's version is 5.0-2949, and I'm running a Fedora 24 up to date. The controller is detected without any issue whether by xpad or xboxdrv, shows up in /dev/input/js0 and /dev/input/event* and produces correct output. Tests with jstest / evtest are also fine. Steam recognizes it and it can be used without problem too. However, for Dolphin, "XInput2/0/Virtual core pointer" is the only device option and the controller does not show up nor work.
If I do "lsusb", the controller shows up, but if I do "xinput --list", it does not show up. I thought it might be a problem of xinput not recognizing it from /dev/input (if it makes sense... these are somewhat the limit of my knowledge) and consequently not showing up in Dolphin's device list. I found some threads about creating .conf file in /etc/X11/xorg.conf.d/. I thus created a .conf file with:
but it did not seem to have any effect either.
I have somewhat ran out of ideas and would appreciate any help in solving this issue.
Thank you.
I'm running into a bit of an issue to get my xbox 360 controller to be recognized by dolphin. I've look through many threads, some being relatively close to my symptoms (e.g. https://forums.dolphin-emu.org/Thread-no...ices-linux ) but without luck in actually solving the issue.
Dolphin's version is 5.0-2949, and I'm running a Fedora 24 up to date. The controller is detected without any issue whether by xpad or xboxdrv, shows up in /dev/input/js0 and /dev/input/event* and produces correct output. Tests with jstest / evtest are also fine. Steam recognizes it and it can be used without problem too. However, for Dolphin, "XInput2/0/Virtual core pointer" is the only device option and the controller does not show up nor work.
If I do "lsusb", the controller shows up, but if I do "xinput --list", it does not show up. I thought it might be a problem of xinput not recognizing it from /dev/input (if it makes sense... these are somewhat the limit of my knowledge) and consequently not showing up in Dolphin's device list. I found some threads about creating .conf file in /etc/X11/xorg.conf.d/. I thus created a .conf file with:
Code:
Section "InputClass"
Identifier "Xbox360 Controller"
MatchVendor "Microsoft Corp."
Driver "xboxdrv"
Option "Device" "/dev/input/js0"
Option "USB" "on"
EndSection
I have somewhat ran out of ideas and would appreciate any help in solving this issue.
Thank you.