emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: X protocol error


From: Po Lu
Subject: Re: X protocol error
Date: Wed, 17 Aug 2022 20:23:14 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Colin Baxter <m43cap@yandex.com> writes:

> On a fresh git clone of emacs and after a seemingly successful make
> bootstrap I get the message
>
> X protocol error: XI_BadDevice (invalid Device parameter) on protocol request 
> 131
> Serial no: 54
>
> when I attempt to launch emacs. I have no idea what the message means.
>
> Best wishes,

Please run Emacs under a debugger like this:

  (gdb) run -q -xrm "Emacs.synchronous: true"

and show the resulting backtrace once the breakpoint on the X error
handler is hit.

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]