How to use Debian GNU/Linux ‘lenny’ as VirtualBox guest
My dad has installed
lenny (current Debian testing as of 2008-11-something) as guest in
VirtualBox. To get the guest utils running, he asked me for help, so I looked into it and this is what I needed to do to get pointer and keyboard integration as well as shared clipboard to work.
First, VirtualBox needs the kernel modules and utilities installed in the guest:
# apt-get install virtualbox-ose-guest-utils module-assistant
# module-assistant auto-install virtualbox-ose-guest
Also, the configuration of the X-Server needs to be adapted. In
/etc/X11/xorg.conf, replace the “
Configured Mouse”
InputDevice with this section:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vboxmouse"
Option "CorePointer" "true"
EndSection