<div dir="ltr">Hi All,<div><br></div><div>I'm running Ubuntu 20.04 and periodically Xorg failing with core dump right after boot. I'm using a multiseat setup with 2 wireless keyboards and 2 wireless mouses connected. It looks like frequent mouse polling caused Xorg to slow down. But I have updated the polling interval like this:</div><div><br></div><div>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbhid.mousepoll=4" <br></div><div>update-grub</div><div><br></div><div>But still, Xorg is failing with core dump and sometimes freezing.</div><div>This is from Xorg.0.log<br></div><div><br></div><div>[    22.229] (II) Unloading vesa<br>[    22.229] (EE) modeset(0): drmSetMaster failed: <b>Device or resource busy</b><br>[    22.229] (EE) <br>Fatal server error:<br>[    22.229] (EE) AddScreen/ScreenInit failed for driver 0<br>[    22.229] (EE) <br>[    22.229] (EE) <br>Please consult the The X.Org Foundation support <br>         at <a href="http://wiki.x.org">http://wiki.x.org</a><br> for help. <br>[    22.229] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.<br>[    22.229] (EE) <br>[    22.229] (EE) Server terminated with error (1). Closing log file.<br></div><div><br></div><div>This is from gdb:</div><div>Reading symbols from /usr/lib/xorg/Xorg...<br>(No debugging symbols found in /usr/lib/xorg/Xorg)<br>[New LWP 1294]<br>[New LWP 1301]<br>[New LWP 1304]<br>[New LWP 1303]<br>[New LWP 1302]<br>[Thread debugging using libthread_db enabled]<br>Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>Core was generated by `/usr/lib/xorg/Xorg -core :0 -seat seat1 -auth /var/run/lightdm/root/:0 -noliste'.<br>Program terminated with signal SIGABRT, Aborted.<br>#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50<br>50       ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.<br>[Current thread is 1 (Thread 0x7f2053c9ba40 (LWP 1294))]<br>(gdb) bt<br>#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50<br>#1  0x00007f2053f09859 in __GI_abort () at abort.c:79<br>#2  0x000055ac00e8e1b0 in OsAbort ()<br>#3  0x000055ac00e935e9 in ?? ()<br>#4  0x000055ac00e9444a in FatalError ()<br>#5  0x000055ac00d6c018 in InitOutput ()<br>#6  0x000055ac00d2dda4 in ?? ()<br>#7  0x00007f2053f0b0b3 in __libc_start_main (main=0x55ac00d179f0, argc=9, argv=0x7fff526d3138, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff526d3128)<br>    at ../csu/libc-start.c:308<br>#8  0x000055ac00d17a2e in _start ()<br><br></div><div>WIth regards</div><div>Mykola Sokolov <br></div></div>