[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No refresh for IDL X-windows under XFree86
- Subject: Re: No refresh for IDL X-windows under XFree86
- From: dirk(at)uwast.astro.wisc.edu (Dirk Fabian)
- Date: 27 Oct 2000 05:27:08 GMT
- Newsgroups: comp.lang.idl-pvwave,comp.os.linux.x
- Organization: University of Wisconsin - Astronomy Department
- References: <39F8EACD.D21EBE5D@astro.princeton.edu>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21932 comp.os.linux.x:177998
In article <39F8EACD.D21EBE5D@astro.princeton.edu>,
David V Bowen <dvb@astro.princeton.edu> wrote:
>I've just upgraded my laptop to RedHat 7.0 which is running the new
>XFree86 v4 and am using my previous installation of IDL 5.3 (linux
>x86). I notice, however, that after using IDL to plot something in one
>of its x-windows, if I bring some _other_ window to the front,
>covering IDL's x-window, then remove it, IDL's window doesn't
>refresh. In other words, the area previously covered by any other
>window just stays black.
Try this:
In your .Xresources file put the in the following piece of text
# IDL backing store
idl.retain: 2
That ought to tell the X window manager to handle the screen updating,
instead of letting IDL do it (which it doesn't).
Cheers, Dirk