AROS built as hosted in Linux with X11 needs the “Backingstore” enabled to work properly.
This can be done by creating the file /usr/share/X11/xorg.conf.d/05-backingstore.conf and putting this into it:
Section "Device"
Identifier "Default device"
Option "Backingstore"
EndSection
This works for my Ubuntu running inside a VirtualBox machine. If you are running Linux natively, you will probably want to edit the Device configuration for your detected graphics card. The important thing is to add the option line for backingstore.