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!
Reward Tiers:
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!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Here's the most played Steam Deck games for February 2026
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
- Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Strigi - steam overlay performance monitor - issues
- Jarmer - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - Nacon under financial troubles... no new WRC game (?)
- Xpander - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
https://github.com/kozec/sc-controller
https://github.com/Ryochan7/sc-controller
The first one I believe is the original project, but hasn't been touched in over a year. The second one is active. The first one has a Wiki page, which might be useful, though I couldn't understand it as it doesn't start with any basics and seems to be programming oriented, where I thought this was a GUI tool.
There are also articles here regarding SC Controller, but the most recent one of those is from back in 2020.
Last edited by Maath on 23 Apr 2022 at 12:08 pm UTC
You add your controller in the settings and then you can create and/or modify a profile.
You click on the buttons in the GUI and then you can assign an action (Note: my word, there might be other words used by the program etc.) to it, e.g. a keyboard key or simply a different controller button or even something more complex like a menu or a combination of actions.
Then a "virtual" controller is created, that is "emulating" an Xbox 360 game controller.
So games will see the controller as such.
Regarding the two versions:
the main difference is that Ryochans Fork is using Python 3, while the original version by kozec has two versions, one that combines a newer C (language) port with a python 2 GUI and the original python 2 version.
Since python 2 is End of life for a very long time now and kozec does not seem to be interested to do something about it, many distros use Ryochans fork instead.
Regarding your problem described here:
I suggest to try using something like firejail, as it allows you to restrict access to input devices (/dev/input), so you might give Games and maybe even Steam in general only access to the input devices you/they need.