ChimeraOS / chimeraos

A Steam Big Picture based couch gaming OS
MIT License
1.63k stars 115 forks source link

Bluetooth Latency (Solved) #820

Open Lezney opened 9 months ago

Lezney commented 9 months ago

I had an issue with Bluetooth controller latency with my Gigabyte B550i mobo. Adding the parameters from this link solved the problem. Not sure if this can be added/repaired in an update.

In short, add the following configuration to var/lib/bluetooth/XX:XX:XX:XX:XX:XX/ZZ:ZZ:ZZ:ZZ:ZZ:ZZ/info file:

[ConnectionParameters] MinInterval=6 MaxInterval=9 Latency=44 Timeout=216

Gaarindor commented 9 months ago

Similar issue but with my second paired Switch Pro controller using an Ayaneo2. Settings above resolved. Thanks @Lezney

Lezney commented 8 months ago

Well I disconnected and reconnected my controller, and had the same problem when I reconnected. This is because that configuration is tied to the specific Bluetooth device.

I ran sudo pacman -Syu which updated bluez (and a bunch of other packages) and that seems to have solved it at the OS level.

pastaq commented 8 months ago

Well I disconnected and reconnected my controller, and had the same problem when I reconnected. This is because that configuration is tied to the specific Bluetooth device.

I ran sudo pacman -Syu which updated bluez (and a bunch of other packages) and that seems to have solved it at the OS level.

It's not advised to update the system this way and can lead to issues. It's good that this is solved in later versions. We've been pinning bluez to an older version because it was causing other problems with Bluetooth. We'll be sure to test the latest version.