VirtualBox預設的解析度通常是4:3模式, 與現今常用的寬螢幕不合, 若要增加解析度供選擇, 可輸入下列命令方式來達成
首先
接下來輸入控制命令
To control GOP, 通常為iMac OS 或 Linux:
N = 0,1,2,3,4,5 對應解析度為 640x480, 800x600, 1024x768, 1280x1024, 1440x900, 1920x1080 .
To change the UGA , 通常為windows:
windows 輸入下列命令即可
手動啟動命令
首先
需安裝 virtualBox 的 VBox Guest Additions 工具(較新VBox win下可直接拖曳視窗變更解析度)
接下來輸入控制命令
To control GOP, 通常為iMac OS 或 Linux:
N = 0,1,2,3,4,5 對應解析度為 640x480, 800x600, 1024x768, 1280x1024, 1440x900, 1920x1080 .
VBoxManage setextradata "VM name" VBoxInternal2/EfiGopMode N
To change the UGA , 通常為windows:
VBoxManage setextradata "VM name" VBoxInternal2/UgaHorizontalResolution 1440 VBoxManage setextradata "VM name" VBoxInternal2/UgaVerticalResolution 900
windows 輸入下列命令即可
VBoxManage setextradata global GUI/MaxGuestResolution any VBoxManage setextradata global GUI/MaxGuestResolution 1440,900 VBoxManage setextradata global GUI/MaxGuestResolution auto
手動啟動命令
客製解析度(Mac 環境無效)VBoxSDL --hostkey 1440 900 --startvm "VM name"
vboxmanage setextradata "虛擬機名稱" "CustomVideoMode1" "1366x768x32"
當設為 Auto 後, 接下來啟動系統, 就可以直接調整視窗大小來變更解析度了