Skip to content

Steam

SteamCMD commands

  • Install Windows-only games on Linux:

      steamcmd.sh +@sSteamCmdForcePlatformType windows +login <LOGIN> +force_install_dir <DIR> +app_update <APPID> validate +quit

References

Sony PlayStation 3 DualShock3 not working in-game in Steam

  1. Check permission of `/dev/uinput’:

     ls -l /dev/uinput
  2. Use udev to set its permissions appropriately:

     KERNEL=="uinput", MODE="0660", GROUP="input", OPTIONS+="static_node=uinput"

References

  1. Use Gamepad in Desktop Configuration in Big Picture Mode.
  2. Set Allow Desktop Configuration in Launcher in the Controller settings of the launcher for RetroArch.

References