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
- Many more US states are planning or already have operating system age verification laws
- Xbox "Project Helix" confirmed to run Xbox and PC games - competition for the Steam Machine
- Transport Fever 3 confirmed for Linux and macOS support
- Slay the Spire 2 becomes the biggest roguelike deck-builder on Steam ever
- Valve gives Steam developer and publisher pages a lot more customization options
- > See more over 30 days here
Recently Updated
- Do you miss LaunchBox/Playnite on Linux?
- Dark574 - Recommendations for portable monitor for Steam Deck?
- childermass - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Introduce Yourself!
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - 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
I can only use my ps4 controller as player1 when I remove my keyboard.
I'm guessing it has to do with this, https://github.com/denilsonsa/udev-joystick-blacklist, but it didn't work.
It also works when I have Forced Off for Steam Input Per-Game Setting, but I need that on to use the controller mapping I have.
Is there anyway for me to fix this problem or a different way for me to map my controller?
In case you do not know you can get the vendor and productid with the lsusb command
If lsusb knows it as a keyboard then it will be in the description field,
This is for example from my keyboard (which does not have this problem)
Bus 001 Device 003: ID 046d:c24d Logitech, Inc. G710 Gaming Keyboard
Once you see your keyboard in the output then take the first hex number after ID (046d in my example)and search for it in the udev-joystick-blacklist
and for each line for that vendor look for the second hex number (c24d in my example) if there are lines for it.
If there are not then I would try to add it, it seems the only differences between the rules are the vendor and product ids, so just copy the last 2 lines and change the vendor and product to what you have.
If they already are there then I do not know how to help. Maybe check if you have the package steam-devices installed, it contains several udev rules for the steamcontroller and other controllers.
BTW there is no Ubuntu 18, Ubuntu released twice in 2018 like every year, 18.04 in April which is a LTS with 5 years support, and 18.10 in October which is a short term release with support for only 9 months, so that it has to be updated to 19.04 within 3 months from that coming out. With 18.04 you can wait until the next LTS in April 2020, Ubuntu 20.04 :-)