anyc / steam-overlay

Gentoo overlay for Valve's Steam client and Steam-based games
GNU General Public License v2.0
202 stars 44 forks source link

games-util/steam-launcher: clarify INPUT_UINPUT warning message #314

Closed AndrewAmmerlaan closed 2 years ago

AndrewAmmerlaan commented 2 years ago

This fixes https://github.com/anyc/steam-overlay/issues/269

With proton-4.11 onwards, this config option is required for all non-xbox controllers. Just like on native windows, steam/proton emulates a xbox controller for connected controllers. This fails if this config option is not enabled.

Closes: https://github.com/anyc/steam-overlay/issues/269 Signed-off-by: Andrew Ammerlaan andrewammerlaan@gentoo.org

Tele42 commented 2 years ago

Technically, uinput is needed for Steam Input's virtual controller implementation instead of focusing on a specific brand.

AndrewAmmerlaan commented 2 years ago

Technically, uinput is needed for Steam Input's virtual controller implementation instead of focusing on a specific brand.

Yes, I think this is better indeed.