Steam client version (build number or date): 1751405894
Distribution (e.g. Ubuntu): steamos
Opted into Steam client beta?: [Yes/No] yes
Have you checked for system updates?: [Yes/No] yes
Steam Logs: [generate by running this command in a terminal tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs]
GPU: Nvidia/Intel/AMD gogh
Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
occasionally during usage, the input for touchpad gets real slow. I think the issue is multi-threaded input in the face of multiple programs requesting threads. It might be possible to slightly mitigate by running both input checks as tasks in a single thread when there is likely recognizable bottle neck while also recording some type of timestamp of last mouse position to remove the race condition of the deprioritized single task thread.
Steps for reproducing this issue:
use firefox a while without a keyboard and multiple tabs open.
Your system information
tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs]Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
occasionally during usage, the input for touchpad gets real slow. I think the issue is multi-threaded input in the face of multiple programs requesting threads. It might be possible to slightly mitigate by running both input checks as tasks in a single thread when there is likely recognizable bottle neck while also recording some type of timestamp of last mouse position to remove the race condition of the deprioritized single task thread.
Steps for reproducing this issue: