First look at two virtualbox in Windows XP under the virtual Ubuntu8.04 figure it has been in Ubuntu8.04 under the virtual WindowsXP (see http://www.linuxidc.com/Linux/2008-06/13572.htm), but still like a start to enter WinXP, do not want to use Linux, there is no way to use virtualbox to virtualize Ubuntu8.04 in Windows XP...
Let's take a look at the two virtualbox virtual Ubuntu8.04 images in Windows XP.
Windows XP has been virtualized under Ubuntu8.04 (see http://www.linuxidc.com/Linux/2008-06/13572.htm), but still like a start to enter WinXP, do not want to use Linux,
There is no way to use virtualbox to virtualize Ubuntu8.04 in Windows XP...
The process is very simple. You can only install Ubuntu8.04 and then install the virtualbox driver package, and then modify the configuration file to set the screen resolution,
1. Install VboxLinuxadditions
A) install make gcc lib.
-------------------------------
Apt-get install build-essential
-------------------------------
B) install module-assistant
---------------------------------
Apt-get install module-assistant
---------------------------------
C) Run
-------------
M-a prepare
--------------
D) install VboxLinuxadditions (select "device"-"Install Virtual Computer toolkit ")
Enter the directory and run
---------------------------------
Sudo/media/cdrom0/VBoxLinuxAdditions. run
---------------------------------
2. Modify VBOX settings in Ubuntu
Run
--------------------------------
Sudo gedit/etc/X11/xorg. conf
--------------------------------
Modify the following parts:
------------------------
Section "Device"
Identifier "Configured Video Device"
Driver "vboxvideo"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 32
SubSection "Display"
Modes "1440x900" "1280x800" "800x600" # simply change it as needed.
EndSubSection
EndSection
-------------------------------
3. Restart Ubuntu and set the resolution to 1440x900.
Author: ithurricane
Source: http://ithurricane.cnblogs.com
Contact: ithurricane@126.com
MSN: ithurricane@hotmail.com
QQ: 20158686
Posted @ ithurricane reading (363) Comments (1) EDIT favorites category: Linux