-
Notifications
You must be signed in to change notification settings - Fork 124
Gaming: Add entries about steam input for special controllers and Decky Loader #291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
| ### Enable full controller support on Steam for some controllers | ||
|
|
||
| Some game controllers such as the 8Bitdo Ultimate 2 (in dinput mode) and the DualSense Edge require special rules to support features such as back buttons natively in Steam Input. If you have such a controller and are not getting full support, you can try copying the rules file `60-steam-input.rules` from [Valve's Github](https://www.github.com/ValveSoftware/steam-devices/) into the folder `/etc/udev/rules.d/` on CachyOS. This will require `sudo` or admin privileges. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a fan of how this is written. Can you please rewrite it to be more generic, e.g.:
If your controller doesn't work correctly via Steam Input, consider the following solutions:
- Update the steam input udev rules from the steam-devices repository
<followed by a step-by-step or a quick command to download it and move it to /usr/lib/udev/rules.d>
The /usr path is preferred here compared to /etc, since the one in /etc quickly becomes an orphan once steam is updated, and also prioritized compared to the former, making controllers that are supported become unsupported because its missing rules.
Another solution which seems to also fix this specific case is to use the game-devices-udev package. It complements the steam-devices ruleset really well and adds support for controllers that are not already in steam-devices.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, I didn't know I could use /usr instead of /etc, that's a better solution for sure.
game-devices-udev did not solve the problem for my 8bitdo pro 2 controllers, but i could add a line that it may fix other controller problems.
| ### [Decky Loader](https://decky.xyz) | ||
|
|
||
| Decky Loader is used to add a variety of plugins and features to SteamOS machines. Though not officially supported on CachyOS it, and most plugins, generally works on CachyOS Handheld Edition, and may partially work in Steam Big Picture mode on a standard desktop as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, not a fan of how this is written. There's not much info here other than "yes this software works on CachyOS". Either just remove this entirely, or expand it, e.g.:
a). add install instructions: instructions are already available in their own website, but we can add the quick install command here
b). useful plugins to use: I've heard DeckyPlumber be useful, and just recently a plugin to fix the brightness slider on the Legion Go 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess the reason I think this should be here is that I have seen it as an actual frequently asked question in discord - basically just "does it work?" Thus it feels like it might be worth putting in the Frequently Asked Questions.
But I can expand it with install instructions, sure.
These were the only questions I still had about CachyOS Handheld Edition after installing it, and I've seen other people asking about both in the discord.