On Tue, Aug 30, 2022 at 03:35:56PM +0200, Walter Alejandro Iglesias wrote: > On Aug 29 2022, Matthieu Herrb wrote: > > On Sat, Aug 27, 2022 at 01:07:30PM +0200, Walter Alejandro Iglesias wrote: > > > X crashes when moving cursor from keyboard bindings. I can reproduce > > > the bug with cwm, fvwm or fvwm2 (because this window managers have that > > > option). According to the logs the cause could be in wsmouse. > > > > > > **IT'S NOT EASY TO REPRODUCE IT**. Generally, but not necessarily is > > > easier right after X started (when wsmouse is still being loaded), and > > > stressing it, changing fast the direction. > > > > > > > Hi, > > > > I also cannot reproduce it, however, I've some idea on what could be > > happening. > > > > Can you try the patch below ? It adds locking with the input thread of > > the X server while adding new devices. > > Matthieu, I'm very very sorry to say that I'm still able to reproduce > it. Again, it doesn't happen every time, I have to insist. > > If you can think of anything else I can try let me know. > > > I didn't mention the following warning that shows up every time I run > startx, I ignore if it's related or even relevant: > > WARNING: Kernel has no file descriptor comparison support: No such a file > or directory >
Could you share the contents of your .xinitrc file with us ? One thing that may make the issue impossible to reproduce for others is that somme applications (like ssh-add) grab the keyboard and so won't let the mouse emulation code of the window manager inject motion events. -- Matthieu Herrb
