Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dolphin changed from SDL to Evdev
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
davidbrooke
Guru
Guru


Joined: 03 Jan 2015
Posts: 341

PostPosted: Wed Dec 09, 2015 5:49 pm    Post subject: Dolphin changed from SDL to Evdev Reply with quote

I upgraded Dolphin-4.0.2-r7 to Dolphin-9999 to overcome a game problem, which it did. But I now have a new issue. Dolphin changed from a SDL backend to a evdev backend, see url:
https://dolphin-emu.org/download/dev/8a50dc857bbfc86c41706a6f48770a6f78285628/?nocr=true
This causes my Retrolink gamecube controller not to work. I posted earlier about the setup for the controller here:
https://forums.gentoo.org/viewtopic-t-1019974-highlight-sdl.html
The controller can be configured/mapped via Dolphin (meaning I can select a button on the controller and it changes on-screen in Dolphin to be mapped to the correct function) but the controller choice changed from:
SDL/0/Generic USB Joystick
to
evdev/0/Generic USB Joystick
So even after configuring/mapping the controller like before, the controller doesn't work in the game.
I'm not sure what my options are at this point? I have reviewed other info like:
https://wiki.gentoo.org/wiki/Evdev
But I don't see a possible solution.
Any help appreciated.
Thanks
Back to top
View user's profile Send private message
davidbrooke
Guru
Guru


Joined: 03 Jan 2015
Posts: 341

PostPosted: Wed Dec 09, 2015 7:02 pm    Post subject: Reply with quote

I followed the 11th post here:
https://forums.gentoo.org/viewtopic-t-1007898.html

Code:
sudo emerge -av sys-apps/input-utils

Code:
sudo lsinput -v
/dev/input/event8
   bustype : BUS_USB
   vendor  : 0x79
   product : 0x6
   version : 272
   name    : "Generic   USB  Joystick  "
   phys    : "usb-0000:00:14.0-10/input0"
   uniq    : ""
   bits ev : EV_SYN EV_KEY EV_ABS EV_MSC


Create file /etc/udev/rules.d/99-input-joystick.rules:
Code:
KERNEL=="event8", ATTRS{idProduct}=="0006", ATTRS{idVendor}=="0079", MODE="0666"


No difference...same result.
Back to top
View user's profile Send private message
davidbrooke
Guru
Guru


Joined: 03 Jan 2015
Posts: 341

PostPosted: Wed Dec 09, 2015 7:47 pm    Post subject: Reply with quote

I followed the Dolphin wiki:
https://wiki.dolphin-emu.org/index.php?title=How_to_use_the_Official_GameCube_Controller_Adapter_for_Wii_U_in_Dolphin

Created this file /etc/udev/rules.d/98-usb-joystick.rules:
Code:
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0079", ATTRS{idProduct}=="0006", MODE="0666"

No difference...same result.
Back to top
View user's profile Send private message
davidbrooke
Guru
Guru


Joined: 03 Jan 2015
Posts: 341

PostPosted: Sun Dec 13, 2015 4:55 pm    Post subject: Reply with quote

Dolphin-9999 has been changed. It now has more USE flags, which includes evdev and sdl. I was able to set -evdev and sdl which allowed the Retrolink GC controller to be used via SDL. I'm glad this works but I would still like to figure out how to use the Retrolink GC controller via evdev.
Back to top
View user's profile Send private message
Silent-Hunter
Apprentice
Apprentice


Joined: 07 Jul 2013
Posts: 166

PostPosted: Sat Dec 26, 2015 12:07 am    Post subject: Reply with quote

I'm having this problem too. In fact, no controller is working. I only have Xlib/0/Keyboard Mouse and Xinput2//Virtual core pointer

I also can't seem to find the jstest program to even test my pads.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54237
Location: 56N 3W

PostPosted: Sat Dec 26, 2015 12:35 pm    Post subject: Reply with quote

Silent-Hunter,

Code:
emerge joystick

_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Silent-Hunter
Apprentice
Apprentice


Joined: 07 Jul 2013
Posts: 166

PostPosted: Sat Dec 26, 2015 3:18 pm    Post subject: Reply with quote

Ah yes, I already found that. But thank you!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum