用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了
 
最后接两张图看看吧
ubuntu82
 
ubuntu8

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

  回复  引用    
#1楼 2008-05-25 03:17 | wenlin [未注册用户]
博主,我和你的情况是一样的,但是按照你方法还是没能改变分辨率,
操作过程中有什么细节的地方要注意的么?
期待你的回复,谢谢!
  回复  引用    
#2楼 2008-06-22 03:54 | 鸡腿 [未注册用户]
请问virtualbox中安装的opensuse该怎么设置才能改变分辨率啊?

标题  
姓名  
主页
Email (博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      


相关链接: