mndz

Results 12 comments of mndz

Same problem as @Valentin-Ronsseray on Lenovo Thinkpad W520 but setting `experimental.rendering.software` to `true`. does not fix the issue. However, if I connect to the laptop via Remote Desktop it works....

@lhecker I ran DebugView (both 32-bit and 64-bit, both as normal user and as administrator) and then ran Windows Terminal (with software rendering enabled and disabled). There was no relevant...

@lhecker I sent you an email containing the dumps. Please let me know if I can provide any more assistance. Thank you for looking into this!

Sent @lhecker an improved dump file via email to examine. Please let me know if I can provide any more assistance. Thanks again!

@lhecker I enabled the "AtlasEngine" and tired it with both software and hardware rendering but this did not resolve this issue. However, the behavior of the failure was different. The...

@lhecker @JymirJones Uninstalling the device and rebooted and now Windows Terminal works perfectly with all combinations of "AtlasEngine" being on/off and Software Rendering being on/off. I checked in Device Manager...

Quick follow up. After a reboot the issue returned. Following the same steps resolved it again. I noticed when Windows Terminal works the brightness up and down keys on the...

I tried using `lsp-start-plain` but it won't run with the following error: ``` emacs: Terminal type "dumb" is not powerful enough to run Emacs. ```

Workaround to avoid losing work to this bug. ```emacs-lisp (defun void (&rest args)) (setq lsp-signature-function #'void) ```

@dgutov Thanks for taking the time to look at this. I don't disagree that the problem might be related to the hydra package if not directly the cause of it....