Search Criteria
Package Details: steamdeck-gyrodsu 1.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/steamdeck-gyrodsu.git (read-only, click to copy) |
|---|---|
| Package Base: | steamdeck-gyrodsu |
| Description: | A tool for enabling gyroscopic controls on Steam Deck. |
| Upstream URL: | https://github.com/kmicki/SteamDeckGyroDSU |
| Licenses: | MIT |
| Submitter: | DocMAX |
| Maintainer: | DocMAX |
| Last Packager: | DocMAX |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-02-26 16:29 (UTC) |
| Last Updated: | 2023-02-26 16:29 (UTC) |
Latest Comments
Sandarr95 commented on 2024-02-08 16:00 (UTC)
Made a version that builds from source using v2.1.1 (current latest). Feel free to use it: https://github.com/Sandarr95/steamdeck-gyrodsu-aur/pull/1
I was under the impression the original project also supports external gamepads, but found out it does not, as such I won't be using it myself.
swyter commented on 2023-08-04 14:21 (UTC)
Hi, @DocMAX. Seems like without giving permissions via udev rules the
sdgyrodsuservice from this package will crash. Tweaked thePKGBUILDa bit to let all normal users access the HID device, no need to create a specialusbaccessgroup like the original script did: https://gist.github.com/Swyter/3c5f741690d5cfe5c7d67a15fa841312Seems like everything works after enabling the service as normal, and toggling on "gyro as mouse" in Steam's desktop layout/mode controller settings, as shown here: https://github.com/kmicki/SteamDeckGyroDSU/issues/45#issuecomment-1605001636
Hope that helps. :)