i'm on linux mint host, and i have install a windows 10 VM on virtualBox 5.0.24, i have install the guest additions, but i can change the resolution to 1920x1080 on the VM the max is 1280x960.
I fin on internet a guy who say use these command:
Code: Select all
$ VBoxManage controlvm "Win10" setvideomodehint 1920 1080 32
$ VBoxManage getextradata "Win10" enumerate
Key: CustomVideoMode1, Value: 1920x1080x32
Key: GUI/AutoresizeGuest, Value: false
Key: GUI/LastCloseAction, Value: PowerOffRestoringSnapshot
Key: GUI/LastGuestSizeHint, Value: 1280,960
Key: GUI/LastNormalWindowPosition, Value: 334,45,1280,1009
Key: GUI/RestrictedRuntimeDevicesMenuActions, Value: HardDrives
Key: GUI/RestrictedRuntimeMachineMenuActions, Value: SaveState,PowerOff
Key: GUI/StatusBar/IndicatorOrder, Value: HardDisks,OpticalDisks,FloppyDisks,Network,USB,SharedFolders,Display,VideoCapture,Features,Mouse,Keyboard
another think, when i go to print parameter and i click on detect screen, i don't detect it, it say no screen are detected.
Any idea?