在Debian的VirtualBox中调整分辨率,可参考以下方法:
xrandr -q
xrandr --output <显示器名称> --mode <宽度>x<高度>
xrandr --output HDMI2 --mode 1920x1080
HDMI2