I read that several people had had problems running Antix in VirtualBox getting the proper screen resolution and copying/pasting between the guest and host. Those used earlier versions of VirtualBox.
VirtualBox 2.2.2. My host is antix-M8/fluxbox, and the guest is also antix-M8/fluxbox. I installed VirtualBox 2.2.2 and the guest additions; the cursor release feature worked, but autoresize, shared clipboard, and seamless didn't. If you have the same problem, this might help:
On the VBox forum, my helper figured out that three VBox processes weren't launched at startup: --autoresize, --clipboard, and --seamless. So, to get them launched, make an executable bash script to run as USER in the GUEST, as follows:
Code: Select all
#!/bin/bash
# name ="fixit" (or whatever)
VBoxClient --clipboard
VBoxClient --autoresize
VBoxClient --seamless
Reboot, and the features will work. I hope this helps.
In faith, Dave
Viva Texas