2. VirtualBox -> 設定值 -> 把顯示記憶體調到128MB
3. VirtualBox -> 裝置 -> 安裝客端額外功能
Ubuntu桌面會出現一個光碟
4.開啟終端機
sudo /media/cdrom/VBoxLinuxAdditions.run
5 修改 /etc/X11/xorg.confsudo nano /etc/X11/xorg.conf
在Section "Monitor"加入Option "DPMS"
HorizSync 30-95
VertRefresh 60-75
在Section "Screen"加入
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
解析度可以改成自己適合的6. 存檔後重開機即可
參考資料
Ubuntu 論壇
在VirtualBox 1.5.4 上安裝Ubuntu 7.10
安裝使用VirtualBox: 執行虛擬作業系統的新選擇
沒有留言:
張貼留言