We do often include affiliate links to earn us some pennies. See more here.

SDL2 Gamepad Tool, an alternative to Steam Big Picture configurator

By - | Views: 32,063
Today I was sent a link to SDL2 Gamepad Tool from Seru on Discord, it's described as an alternative to the Steam Big Picture configurator for gamepads.

It's being developed by General Arcade, a porting house and game development studio. Sadly, it's not open source, but it does seem to work rather well and it's simple to use which makes me really like it.

image

It's an interesting one, as it has all the button mapping done for you from this github. It also auto updates from that list.

It's available in a tar.gz. a deb and a snap package so it will suit all distributions. I tested it out on Arch and it worked to perfection. It picked up my Logitech F310 instantly. This might be my new go-to application when games have funky gamepad support and they use SDL.

If you're having problems with gamepad support in games that use SDL, it might be worth giving it a shot. Article taken from GamingOnLinux.com.
Tags: Apps
4 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
22 comments
Page: «2/3»
  Go to:

rustybroomhandle Mar 9, 2017
Quoting: Perkeleen_VittupääThere's also Antimicro

https://github.com/AntiMicro/antimicro

I just discovered this last night when I found out Steamworld Dig did not work with my XBox Elite pad. It's really simple and great.
DaiKaiser93 Mar 9, 2017
So I've been waiting for this tool for a while, but it doesn't run:

"./gamepad-tool: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory"


Last edited by DaiKaiser93 on 9 March 2017 at 5:46 pm UTC
Alm888 Mar 9, 2017
Quoting: DaiKaiser93"./gamepad-tool: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory"

You need Qt5.

P.S. Works for me under "Fedora 23" (only needed to rip the actual "gamepad-tool" executable from the deb).
Shmerl Mar 9, 2017
If it's not open source, I'm not really interested. Such things should for sure be open.
chr Mar 9, 2017
Im surprised no-one has mentioned sc-controller yet even though that is solely for Steam Controllers. Still neat AND open source.
Koopacabras Mar 9, 2017
Quoting: dubigrasu
Quoting: chancho_zombiemaybe a bit unrelated, there is a new tool for configuring wine with xpad or xbox controller, it's called koku https://github.com/KoKuToru/koku-xinput-wine . And it supports SDL2 mapping.

It works better than the xbox emulator (xboxcemu).
It didn't worked in 64 bit mode and no force-feedback unfortunately.
you are right at the moment it only works on 32 bit wine prefix!
DaiKaiser93 Mar 9, 2017
Quoting: Alm888
Quoting: DaiKaiser93"./gamepad-tool: error while loading shared libraries: libQt5Widgets.so.5: cannot open shared object file: No such file or directory"

You need Qt5.

P.S. Works for me under "Fedora 23" (only needed to rip the actual "gamepad-tool" executable from the deb).
Can't seem to be able to install Qt5 (forgive my n00bness): I try to install it with "sudo apt-get install qt5-default" but I get this:

Spoiler, click me
The following packages have unmet dependencies:
console-setup : Depends: console-setup-linux but it is not going to be installed
Depends: keyboard-configuration (= 1.108ubuntu15.3) but it is not going to be installed
nvidia-prime : Depends: mdm but it is not going to be installed or
lightdm (>= 1.9.1) but it is not going to be installed or
gdm but it is not going to be installed or
kdm but it is not installable or
sddm but it is not going to be installed
pkg-config : Depends: dpkg-dev but it is not going to be installed
Depends: libdpkg-perl but it is not going to be installed
qt5-default : Depends: qtbase5-dev
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Any ideas?
Alm888 Mar 10, 2017
Quoting: DaiKaiser93I try to install it with "sudo apt-get install qt5-default" but I get this:

Spoiler, click me
The following packages have unmet dependencies:
console-setup : Depends: console-setup-linux but it is not going to be installed
Depends: keyboard-configuration (= 1.108ubuntu15.3) but it is not going to be installed
nvidia-prime : Depends: mdm but it is not going to be installed or
lightdm (>= 1.9.1) but it is not going to be installed or
gdm but it is not going to be installed or
kdm but it is not installable or
sddm but it is not going to be installed
pkg-config : Depends: dpkg-dev but it is not going to be installed
Depends: libdpkg-perl but it is not going to be installed
qt5-default : Depends: qtbase5-dev
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Any ideas?

I don't know how Ubuntu works (never used it) but it would appear you have several errors.

console-setup, nvidia-prime and pkg-config -- all have some dependency conflicts. I don't know what do they do, but it seems these packages were installed but were not configured properly because they are waiting for required packages to be installed (e.g. "nvidia-prime" is waiting for some sort of display manager to be available but you do not have any??? Or you do have "lightdm" but it is too old). They are preventing any progress till their issues are resolved. Try adding --force or --no-deps or similar key (see help) to bypass this safety measure.

Next, as for qt itself. Check this handy site. According to it "libQt5Widgets.so.5" is being provided (under Ubuntu 16.04) by libqt5widgets5_5.5.1+dfsg-16ubuntu7.2_amd64.deb and its 32bit counterpart. You probably need both.

And don't touch "qt5-default". It depends on "qtbase5-dev" -- a development package. They are for development, not run-time libraries.
Grifter Mar 10, 2017
Quoting: Alphasynforce-feedback works fine for me.

Hiyo, I haven't had much luck with force-feedback and I'd be interested to hear all about your experiences, I made a forum post about it, maybe you could expand upon it with your experiences? https://www.gamingonlinux.com/forum/topic/2548
Grifter Mar 10, 2017
Quoting: DaiKaiser93I try to install it with "sudo apt-get install qt5-default" but I get this:
Any ideas?

In Debian those errors are usually thrown out when you are trying to mix and match different dists (i.e. stable with testing or sid), if you've changed your sources doublecheck to make sure they're set back.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.