全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
用virtualbox在WindowsXP下虚拟Ubuntu8.04的注意点
298阅读 0评论
2008-05-15
sdccf
分类:
LINUX
作者: osiwenc 出自:
昨天在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
出处:
http://ithurricane.cnblogs.com
联系:ithurricane@126.com
MSN:ithurricane@hotmail.com
QQ:20158686
上一篇:
ubuntu 之stardict
下一篇:
ubuntu 下面安装Erlang使用