this post was submitted on 10 Jun 2025
143 points (98.0% liked)

Linux Gaming

19307 readers
799 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 
  • Added the ability to bind the paddles and L4/R4 buttons on the 8BitDo Ultimate 2 Wireless Controller when connected via Bluetooth

  • Added the ability to bind the paddles on the 8BitDo Pro 2 Controller when in DirectInput mode

  • Added the ability to bind the paddles and C/Z buttons on the FlyDigi Vader series controllers

  • Added the ability to bind the paddles on the FlyDigi Apex series controllers

  • Fixed input when using the latest firmware for the Mayflash GameCube adapter

you are viewing a single comment's thread
view the rest of the comments
[–] vividspecter@lemm.ee 1 points 1 day ago

FlyDigi Vader 4 Pro now working for me. A few things that are needed:

  • Controller must be in PC/Dinput mode, blue led (hold O + A to switch)
  • Don't enable the built in gyro mode in the Windows app as it might cause problems
  • Udev rule:

KERNEL=="hidraw*", ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="2412", MODE="0666"

(get the idVendor and idProduct from lsusb if you have a different controller)

  • Some (patched) versions of xpad/xpadneo might conflict with it. If you're using the stock versions it should be okay.
  • Your user might need to be in the input group.

One last thing that may or may not be needed is that I installed the SpaceStation app on Windows to test some things. It started working after that but I can't recall if I force reloaded the udev rule so it might have just been the reboot that fixed it.

Anyway, now I have gyro + all extra buttons working with Steam Input.

See here for further discussion: https://github.com/paroj/xpad/pull/268