Chinaunix首页 | 论坛 | 博客
  • 博客访问: 101919023
  • 博文数量: 19283
  • 博客积分: 9968
  • 博客等级: 上将
  • 技术积分: 196062
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-07 14:28
文章分类

全部博文(19283)

文章存档

2011年(1)

2009年(125)

2008年(19094)

2007年(63)

分类: LINUX

2008-05-15 08:41:44

作者: 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
阅读(275) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~