Description
Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S).
- Supports Bluetooth
- Supports all Force Feedback/Rumble effects through Linux ff-memless effect emulation
- Supports Trigger Force Feedback in every game by applying a pressure-dependent effect intensity to the current rumble effect (not even supported in Windows)
- Supports disabling FF
- Supports multiple Gamepads at the same time (not even supported in Windows)
- Offers a consistent mapping, even if the Gamepad was paired to Windows/Xbox before, and independent of software layers (SDL2, Stadia via Chrome Gamepad API, etc)
- Working Select, Start, Mode buttons
- Correct Axis Range (signed, important for e.g. RPCS3)
- Supports Battery Level Indication (including the Play 'n Charge Kit) Battery Level Indication
- Easy Installation
- Agile Support and Development
- Supports customization through profiles (work in progress)
- Optional high-precision mode for Wine/Proton users
- Share button support on supported controllers
- Works as a mouse if you're are in couch-mode (press Guide+Select)
Installation Instructions
Classic Fedora Linux with dnf, RHEL (or clones) with custom kernel or CentOS Stream:
sudo dnf copr enable shdwchn10/xpadneo
sudo dnf install xpadneo
systemctl reboot
RHEL (or clones) with default kernel:
sudo dnf copr enable shdwchn10/xpadneo
sudo dnf install xpadneo kmod-xpadneo
systemctl reboot
Fedora Atomic Desktops/IoT/CoreOS 41+:
sudo dnf copr enable shdwchn10/xpadneo
rpm-ostree install xpadneo
systemctl reboot
Fedora Atomic Desktops/IoT/CoreOS 40 or older:
sudo wget -O /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:shdwchn10:xpadneo.repo https://copr.fedorainfracloud.org/coprs/shdwchn10/xpadneo/repo/fedora-$(rpm -E %fedora)/shdwchn10-xpadneo-fedora-$(rpm -E %fedora).repo
rpm-ostree install xpadneo
systemctl reboot
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 10 | aarch64 (0)*, ppc64le (0)*, x86_64 (0)* | EPEL 10 (3 downloads) |
EPEL 8 | aarch64 [modified] (40)*, ppc64le [modified] (40)*, x86_64 [modified] (75)* | EPEL 8 (51 downloads) |
EPEL 9 | aarch64 [modified] (44)*, ppc64le [modified] (42)*, x86_64 [modified] (195)* | EPEL 9 (45 downloads) |
Fedora 38 | aarch64 (2)*, ppc64le (2)*, x86_64 (821)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (3)*, ppc64le (2)*, x86_64 (727)* | Fedora 39 (201 downloads) |
Fedora 40 | aarch64 (0)*, ppc64le (1)*, x86_64 (1322)* | Fedora 40 (370 downloads) |
Fedora 41 | aarch64 (0)*, ppc64le (0)*, x86_64 (525)* | Fedora 41 (120 downloads) |
Fedora rawhide | aarch64 (40)*, ppc64le (42)*, x86_64 (65)* | Fedora rawhide (50 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable shdwchn10/xpadneo
More info about enabling Copr repositories