用virtualbox在WindowsXP下虚拟Ubuntu 8.04的注意事项[图

先看两张virtualbox在WindowsXP下虚拟Ubuntu8.04图吧

用virtualbox在WindowsXP下虚拟Ubuntu8.04的注意事项[图文]

用virtualbox在WindowsXP下虚拟Ubuntu8.04的注意事项[图文]

已经在Ubuntu8.04下面虚拟了WindowsXP(见),不过还是喜欢一启动就要进WinXP,不想用Linux,

没办法只能反过来用用virtualbox在WindowsXP下虚拟Ubuntu8.04了。。。

过程非常简单,只能装好Ubuntu8.04之后需要装一下virtualbox的驱动包,然后修改配置文件设置一下屏幕的分辨率,

1.安装VboxLinuxadditions
a)安装make gcc lib等
-------------------------------
apt-get install build-essential
-------------------------------
b)安装module-assistant
---------------------------------
apt-get install module-assistant
---------------------------------
c)运行
-------------
m-a prepare
--------------
d)安装VboxLinuxadditions(选“设备”-“安装虚拟电脑工具包”)
进入目录后运行
---------------------------------
sudo /media/cdrom0/VBoxLinuxAdditions.run
---------------------------------
2.修改VBOX在Ubuntu里的设置
运行
--------------------------------
sudo gedit /etc/X11/xorg.conf
--------------------------------
后如下把部分修改
------------------------
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" #按屏幕需要改就可以了
EndSubSection
EndSection
-------------------------------

3.重启Ubuntu,然后分辨率就可以设置成1440x900了

作者:ithurricane
出处:
联系:ithurricane@126.com
MSN:ithurricane@hotmail.com
QQ:20158686
posted @ 2008-05-12 13:04 ithurricane 阅读(363) 评论(1)  编辑 收藏 所属分类: Linux

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/098c76b7807edb15011ed77190b80c78.html