歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> 用virtualbox在WindowsXP下虛擬Ubuntu 8.04的注意事項[圖文]

用virtualbox在WindowsXP下虛擬Ubuntu 8.04的注意事項[圖文]

日期:2017/2/28 17:01:57   编辑:Linux教程

先看兩張virtualbox在WindowsXP下虛擬Ubuntu8.04圖吧

已經在Ubuntu8.04下面虛擬了WindowsXP(見http://www.linuxidc.com/Linux/2008-06/13572.htm),不過還是喜歡一啟動就要進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
聯系:[email protected]
MSN:[email protected]
QQ:20158686
posted @ 2008-05-12 13:04 ithurricane 閱讀(363) 評論(1) 編輯 收藏 所屬分類: Linux

Copyright © Linux教程網 All Rights Reserved