From d3cf1b841f50ac067c419a1d483e16a718ce8c3a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 28 Oct 2025 21:48:58 +0200 Subject: [PATCH] gayming: document misbehaving bluetooth devices --- gayming/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gayming/README.md b/gayming/README.md index ff1ba53..8daef4d 100644 --- a/gayming/README.md +++ b/gayming/README.md @@ -16,6 +16,8 @@ links._ - [Cursor doesn't stick to game window](#cursor-doesnt-stick-to-game-window) - [Graphics corruption such as display full of black dots](#graphics-corruption-such-as-display-full-of-black-dots) - [Steam client itself is laggy](#steam-client-itself-is-laggy) +- [Problems unrelated to wayland](#problems-unrelated-to-wayland) + - [Misbehaving Bluetooth devices](#misbehaving-bluetooth-devices) - [Fedora Atomic](#fedora-atomic) - [Heroic Games flatpak](#heroic-games-flatpak) - [Actually using gamescope](#actually-using-gamescope) @@ -89,6 +91,22 @@ Close/logoff friends window/network or disable its animations. - https://github.com/ValveSoftware/steam-for-linux/issues/7245#issuecomment-897417115 +## Problems unrelated to wayland + +Those exist. + +### Misbehaving Bluetooth devices + +Bluetooth or bluetooth devices turning themselves off after a few hours and +recovering a system reboot to work again? Enter Bluetooth autosuspend on +Linux. Alternatively it could be a case of device requiring a HID reset +command on reboot. There are two solutions: + +- Configure the Bluetooth kernel module through kernel command line parameters + `btusb.enable_autosuspend=0 btusb.reset=1` +- Or configure `/etc/modprobe.d/.conf` with + `options btusb enable_autosuspend=0 reset=1` + ## Fedora Atomic _Means Fedora Kinoite unless otherwise specified._ Read also