|
On (UNIX) machines using X-window, the HIGZ package (and PAW)
relies on the ``BackingStore''
facility provided by X-Window to update the content of the graphics window when it
has been damaged by an other window put on top of it. Very often the X11 (X-Window)
server start with the ``BackingStore'' activated by default. But some
servers don't. In that case you should activate the ``BackingStore''
when you start your X11 server.
The way to activate the ``BackingStore'' depends on the type of machine you are using.
:0 local /usr/X11R6/bin/X +bsIf it is gdm the line starting the X server in the file /etc/X11/gdm/gdm.conf should contain the option +bs it could be something like:
0=/usr/bin/X11/X +bsWith some LINUX systems (for instance Suse Linux 7.2) the file .fvwm2rc should contains the line:
Style "*" BackingStore
Section "Screen"
.
.
.
Option "backingstore"
.
.
.
EndSection
#!/bin/sh
HOST=`hostname`
exec X +bs -bpp 32 -auth ${HOME}/.Xauthority
Note that once the necessary modifications have been done, the X server should be restart. Rebooting the machine may be necessary ...
Two possibilities:
Start --->
More Applications
---> Exceed X-terminal
---> Exceed Applications
---> Xconfig
---> Performance
In this window, titled "Performance":
"Save Unders" option (this eliminates the need
for the client to refresh the window when the menu is rolled back up).
Maximum Backing Store: Always (attempt to preserve the contents
of any window, whether it is mapped or not,
as long as it is displayed on the X server)
Default Backing Store: When Mapped
Minimum Backing Store: When Mapped
Tune... ---> Run All (this runs automatically some tests)
Then start again your X11-session
![]() | Release Notes | Known bugs | FAQs | Contributions | Tutorial | Reference manual | Down load | Miscellaneous |