Skip to Content.
Sympa Menu

texmacs-users - Re: Speed Problems with Xfree

Subject: mailing-list for TeXmacs Users

List archive

Re: Speed Problems with Xfree


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: Norbert Nemec <address@hidden>
  • Cc: <address@hidden>
  • Subject: Re: Speed Problems with Xfree
  • Date: Thu, 11 Sep 2003 19:48:39 +0200 (CEST)


On Wed, 10 Sep 2003, Norbert Nemec wrote:
> I don't think so. I have a fast machine with much memory. Anyway, I can
> still
> see that the TeXmacs window has to be redrawn at every desktop-switch.
> Obviously, the window is not buffered.
>
> As far as I know from programming the Xlib a long time ago, there is a
> simple
> option to decide whether a window gets a background buffer or not. Using
> such
> a buffer might boost the screen diplay of TeXmacs quite a lot.
> Unfortunately,
> the user can't do much about this. It would have to be done in the source
> code.

Please take a look at line 115 of src/Window/X/x_window.cpp.
I tried replacing the existing code by

setattr.save_under = True;
setattr.backing_store = Always;

but nor "Save under" nor "Backing store" seem to work...
Do you have any ideas?

[Please continue the discussion in private or on texmacs-dev]




Archive powered by MHonArc 2.6.19.

Top of Page