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
- Steam Frame and Steam Machine will be another good boost for Flatpaks and desktop Linux overall too
- Nexus Mods retire their in-development cross-platform app to focus back on Vortex
- Canonical call for testing their Steam gaming Snap for Arm Linux
- SteamOS 3.7.20 adds the ntsync driver to help improve some game performance
- Steam Client Beta adds a revamped interface for opting into game Betas and other changes
- > See more over 30 days here
- A New Game Screenshots Thread
- JohnLambrechts - Will you buy the new Steam Machine?
- mr-victory - Welcome back to the GamingOnLinux Forum
- Liam Dawe - Game recommendation?
- JSVRamirez - Weekend Players' Club 2026-01-09
- Minoscereb - 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)]