问个问题哈,我的mac装在virtualbox里,想全屏,但是虚拟机里的mac只有1024*768的分辨率,增强安装包也安装不了,请问有没有人实现了全屏?怎么实现呢?谢谢哈~

解决方案 »

  1.   


    To control GOP, use the following VBoxManage command: 
    VBoxManage setextradata "VM name" VBoxInternal2/EfiGopMode N 
    Where N can be one of 0,1,2,3,4 referring to the 640x480, 800x600, 1024x768, 1280x1024, 1440x900 screen resolution respectively.给分吧,哈 哈!
      

  2.   

    我还是补充一下吧,把二楼的说明白一点:
    1.在com程序中,cd 到virtualbox的安装目录,然后执行VBoxManage setextradata "你想设置分辨率的的虚拟机名称" VBoxInternal2/EfiGopMode N  
    N的值可以是0,1,2,3,4 ,分别对应640x480, 800x600, 1024x768, 1280x1024, 1440x900