ValveSoftware / steam-devices

List of devices Steam and SteamVR will want read/write permissions on, to help downstream distributions create udev rules/etc
MIT License
149 stars 42 forks source link

Consider providing better out-of-the-box experience for end-users for more devices #22

Open pablodav opened 3 years ago

pablodav commented 3 years ago

I see an interesting article about device support here:

https://developer.x-plane.com/2012/09/linux-joystick-permissions/

I see this repo and also this other: https://gitlab.com/jntesteves/game-devices-udev

There is also this new really interesting project: https://github.com/vranki/perse

But all those are individual efforts that doesn't helps end-users, those without experience on Linux.

Linux today is a great platform for end-users, to help them have a better experience on gaming Valve is doing a great work with Steam, but I see this topic about controllers requiring udev rules is still work-in-progress and not on final solution yet.

I think Valve could help a lot if providing one or two options:

First option could help, not sure if perfect but could be an option.

Provide packages for both: rpm and deb based distros using something like copr and launchpad ppa.

I trust the developers in the community and others advanced users will help with any of these options, I will try to help even when having limited time, I always try to help whenever is possible for me.

Br.

smcv commented 2 years ago

https://github.com/systemd/systemd/issues/22681 goes in this direction.

pablodav commented 2 years ago

systemd/systemd#22681 goes in this direction.

Thanks you