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
To try the latest xpad driver (with the December patch due to be in Linux 4.5, rather than the one earlier in this thread), these instructions should hopefully do the trick:
# Cleanup, just in case you installed it before
sudo rm -fR /usr/src/xpad-0.4
# get the latest xpad from the github staging repo
sudo git clone https://github.com/paroj/xpad.git /usr/src/xpad-0.4
# Add build and install xpad with dkms
sudo dkms install -m xpad -v 0.4
# The xpad module is installed to DKMS and it will be build on each kernel update automatically.
You can optionally also run this test script. It should cause a kernel panic if the bug is still present.
wget -O test-xpad.sh http://pastebin.com/raw/Pbu2bgM2
chmod a+x test-xpad.sh
#next command will crash the system within a min or two (probably much less) IF the bug is not fixed
./test-xpad.sh
# Press Ctrl+C to end the test
If you are on Arch, you can instead just use this AUR package[[aur.archlinux.org](https://steamcommunity.com/linkfilter/?url=https://aur.archlinux.org/packages/xpad-dkms-git/)] to do all that automatically.
If you really want to use the linux 4.5[[git.kernel.org](https://steamcommunity.com/linkfilter/?url=http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/input/joystick/xpad.c?h=linux-4.5.y)] (or any other) version, you should be able to just replace /usr/src/xpad-0.4/xpad.c with the version you want to use.
NOTE: The patch that fixes this introduced another issue[[github.com](https://steamcommunity.com/linkfilter/?url=http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/input/joystick/xpad.c?h=linux-4.5.y)]. However if you install as instructed above, you will also get the fix for that new regression, so it's all good :)
FYI: Ubuntu 16.04 has the main kernel panic fix, but not the regression fix. The bug report is here[[bugs.launchpad.net](https://steamcommunity.com/linkfilter/?url=https://bugs.launchpad.net/bugs/1574102)]