-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Booster breaks mouse input #206
Comments
Tested with master, and the issue is still present. |
Interesting. Your mouse might require custom drivers. Could you please try 2 things:
My guess is that the working configuration will have additional modules loaded. And booster might need to load it somehow as well. |
Here is the output of lsmod. |
Solved this by adding: |
Thank you for debugging it. |
After installing booster on Void Linux (musl), it booted without issue. However, logging into either Xorg or Wayland, the mouse doesn't respond to any inputs. This happens with both universal and non-universal initramfs.
Moreover, the issue persists when building booster from source.
I also tried to use a different mouse, however this didn't solve the issue either.
The text was updated successfully, but these errors were encountered: