GNU bug report logs -
#25474
26.0.50; Buffer content invisible over remote display (SecureCRT + VcXsrv) when double buffering enabled
Previous Next
Full log
Message #52 received at 25474 <at> debbugs.gnu.org (full text, mbox):
On Fri, Jan 20 2017, Eli Zaretskii wrote:
>> From: "Ivor Durham" <ivor.durham <at> ivor.cc>
>> Cc: <25474 <at> debbugs.gnu.org>
>> Date: Thu, 19 Jan 2017 09:05:19 -0800
>>
>> Disabling XDBE fixes the problem. Thank you.
>
> Thanks for testing.
>
> Daniel, could you please look into this? If this is something
> specific to this particular X server, and it cannot be fixed/worked
> around in Emacs sources, perhaps we need a run-time option to disable
> double-buffering for a certain display?
I'll take a look. It may be worthwhile to just ditch XDBE and use a
pixmap instead --- that'd complicate the code in Emacs and potentially
(but not necessarily) reduce performance, but it would at least trigger
fewer X server bugs.
In the meantime, you can disable double buffering using the
inhibit-double-buffering frame parameter, e.g.,
(modify-frame-parameters nil '((inhibit-double-buffering . nil)))
This bug report was last modified 6 years and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.