GNU bug report logs - #38497
27.0.50; Frame is not rendered when frame-resize-pixelwise it 't

Previous Next

Package: emacs;

Reported by: 'Ihor Radchenko' <yantar92 <at> gmail.com>

Date: Thu, 5 Dec 2019 07:11:02 UTC

Severity: normal

Found in version 27.0.50

Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>

Bug is archived. No further changes may be made.

Full log


Message #107 received at 38497 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Ihor Radchenko <yantar92 <at> gmail.com>
Cc: rudalics <at> gmx.at, 38497 <at> debbugs.gnu.org
Subject: Re: bug#38497: 27.0.50; Frame is not rendered when
 frame-resize-pixelwise it 't
Date: Sun, 15 Dec 2019 17:21:41 +0200
> From: Ihor Radchenko <yantar92 <at> gmail.com>
> Cc: rudalics <at> gmx.at, 38497 <at> debbugs.gnu.org
> Date: Sun, 15 Dec 2019 21:43:34 +0800
> 
> > That's unheard of.  Does redraw-display at least blank the entire
> > frame?
> 
> Nope. I don't see anything changing. 

That's impossible.  When you invoke redraw-display, Emacs on X calls
the function x_clear_frame, which calls x_clear_window, which calls
XClearWindow.  Do you see this sequence of calls if you step through
the code with a derbugger?

One possible reason for not clearing the frame is that you have
double-buffering enabled.  Can you disable it and try again?  (If you
don't know how, search for "double buffering" in etc/NEWS.26.)

Failing that, the only way I can explain this is that you have some
"optimization" feature in your video hardware and/or driver, and that
is the cause of all the problems you report in this thread.  Please
review the settings of your video driver software, and turn off any
"optimization" or "advanced" feature you find there.  If that doesn't
help, maybe upgrading to a newer version of the video driver will
help.




This bug report was last modified 5 years and 139 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.