142
Steam Client Beta - Steam Input support for 8bitdo and Flydigi controllers
(store.steampowered.com)
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.
WWW:
Discord:
IRC:
Matrix:
Telegram:
FlyDigi Vader 4 Pro now working for me. A few things that are needed:
KERNEL=="hidraw*", ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="2412", MODE="0666"
(get the
idVendor
andidProduct
fromlsusb
if you have a different controller)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