我的系统是 Ventura ,手柄是 Xbox series 。
Ventura 版本上的 Steam 会检测到数个 Xbox 控制器,这使得真正的控制器无法在游戏中使用。通常是 Xbox One 可用,然后在识别立标出现了一堆无用的 Xbox 360 占用通道。手柄识别的占用会导致适配了的游戏中无法正常使用,以下为解决方案:
See if you can hide the Xbox 360s by manually adding it to the blacklist:
1.Fully close Steam.
2.Navigate to: ~/Library/Application Support/Steam/config/
3.Open config.vdf with TextEdit
4.Do a search for: controller_blacklist
5.You should see: "controller_blacklist" ""
6.Within the speech marks to right, enter in: 045e/028e
7.That is the VID & PID (VendorID & ProductID) of an Xbox 360 controller, separated by a forward slash.
8.So line will look like so: "controller_blacklist" "045e/028e"
9.Save and close file
解决方案来自:
https://steamcommunity.com/discussions/forum/2/3198119849656535195/?ctp=1在手动将 360 拉入黑名单之后,手柄识别将只会出现 Xbox One 并且能在已经适配的游戏中正常使用。
我在经历长时间的搜索🔍在 Steam 论坛里找到了相应的解决方案,在国内互联网上暂时还没有找到类似的帖子,希望这片经验能够帮助到有相似经历的 Mac 用户。