Problem:
Each time a Linux-window moves in front of Amiga SDK, the sdk screen gets messed up.
Solution :
XFree 4.0 by default has backing store support disabled (~ something like smart/super refresh windows on Amiga). Backing store support can be enabled by starting X with the server option "+bs":
startx -- +bs
If your system boot straight into X:
Try changing a line in /etc/X11/gdm/gdm.conf below the [servers] line which
look like this
0=/usr/bin/X11/X
change it to
0=/usr/bin/X11/X +bs
NOTE: You must be logged in as the super user (root).
More info at an Unofficial Amiga SDK site
utopia, ray |