[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RAM required for color X terminal
- To: iexist!research!tk@ai.sri.com
- Subject: Re: RAM required for color X terminal
- From: lgm@iexist.att.com
- Date: Tue, 20 Aug 1991 09:57:00 -0400
- Cc: iexist!att!ai.sri.com!slug@ai.sri.com
- In-reply-to: <19910819221554.2.TK@PETZL.research.att.com>
- Original-from: Lawrence G. Mayka <iexist!lgm>
Date: Mon, 19 Aug 1991 17:15 CDT
From: Thomas Kirk <tk@AI.research.att.com>
Backing store is an attribute of the root (genera) window;
symbolics consoles work fine on X servers that have backing store
turned off, but that information must be available at the time
the root window is created. If you can't tell the NCD server to
disable backing store, you could at least turn it off in the
genera windows by changing the :backing-store argument of
create-window (in x-screen::setup-root-window) from :always to
:never.
I told the NCD terminal to disable backing store; but I forgot to
specify :Reuse No to the Start X Screen command, so that command was
reusing a previous window which had been created while backing store was
still enabled on the NCD. Thanks for your help.
Lawrence G. Mayka
AT&T Bell Laboratories
lgm@iexist.att.com
Standard disclaimer.