在Debian的VirtualBox中調整分辨率,可參考以下方法:
xrandr -q
xrandr --output <顯示器名稱> --mode <寬度>x<高度>
xrandr --output HDMI2 --mode 1920x1080
HDMI2