-
Notifications
You must be signed in to change notification settings - Fork 58
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
Input devices lost when doing vt switch (FreeBSD) #223
Comments
Cleaner log:
|
I've seen this in rare cases so there is probably race condition somewhere. Whole tty switching is flaky. |
Some more debugging gave me this output: That would explain why they're closed again after opened. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have anyone seen anything similar on Linux?
After resume (vt switch back) libinput_resume is called and /dev/input/event[0-4] is being re-opened as expected but each device is immediately closed again except for the last one which is neither kb or mouse so I lose input methods...
(sorry for the excessive udev output...)
log snippet from when switching back to vt9 where Sway is running.
fd 1,2,3,4 should contain input devices (they do before vt switch).
As can be seen in the log, for some reason FD_CLOSE requests are coming in and closing the input devices....
Until doing vt switch Sway works fine with all input devices.
The text was updated successfully, but these errors were encountered: