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
Subscribe to:
Post Comments (Atom)
-
VirtualBox 3.2.10 gives me the following error message when booting Ubuntu 10.10:- piix4_smbus 0000.00.07.0: SMBus base address uninitializ...
-
This is what I have found to be the quickest way to wipe a hard drive under Linux (you can use an Ubuntu Live CD to do this). sudo shred -...
-
PSPad is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directl...
No comments:
Post a Comment