Ubuntu 8.10 works great under Sun's Virtual Box. To get everything working perfectly, you need to install "Guest Additions". This is done by selecting "Install Guest Additions" from the VirtualBox Menu, and then entering the following into a terminal: -
sudo /media/cdrom/VBoxLinuxAdditions-x86.run
This installs better mouse & video drivers and enables things like automatic resolution changing, and better mouse control.
For some reason, my xorg.conf file wasn't updated properly though - the following lines should be present in /etc/X11/xorg.conf : -
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vboxvideo"
EndSection
No comments:
Post a Comment