I have a VM machine running ubuntu 14.04 (guest) on a Win7 host. I currently have the resolution of the server set to 1024*768 by adding this
GRUB_CMDLINE_LINUX_DEFAULT="splash xvga=1024x768x24"
GRUB_GFXMODE=1024x768x24
to /etc/default/grub
.
However I cannot get higher resolutions. When I set for example 1200*800 it resets to 640*480. I have allocated 128MB video memory.
Can I get to higher resolutions?
The answer I found was a combination of How do I increase console-mode resolution? and How to use ubuntu server full screen in virtualbox? The former provided information for changing grub's display resolution, and the latter assisted me in diagnosing why the former wasn't resulting in any resolution change.
Combining the two answers:
Identify the resolution that your VirtualBox environment supports. Reboot the system and keep the Shift key till the grub windows appears then hit c. This will drop you into the grub console. Enter the commend
vbeinfo
to see a list of resolutions. Select the resolution that works for you (in my case,1152x864x32
).Edit
/etc/default/grub
to modify/create a lineGRUB_GFXMODE=1152x864x32
(where you replace the resolution with the one appropriate for your environment).Edit
/etc/grub.d/00_header
to modify the lineto
(again, replacing the resolution)
Update grub and reboot:
update-grub2 && shutdown -r now
Grub should boot at the new, higher resolution, and then that resolution should continue through after you are logged in.
I have been trying this for a few hours now and a few days ago also for a few hours. Rob Halls solution worked for me only during the boot period, when GRUB is showing the menu entries. After the server (I am using an Ubuntu server, latest release) booted, the resolution was back to "normal".
Adding the following line to
/etc/default/grub
:and then
I had the higher resolution during the boot process (grub menu) and within the console.
As @Zook pointed out in the comments, it was enough for me to (as superuser) enable and change the following line in
/etc/default/grub
:and then
GRUB version is 2.02~beta2-9ubuntu1.
Virtualbox version 4.3.16, Windows 7 Host, native resolution 1600x1050.
Important for that to work was to remove any
vga=
orxvga=
orvideo=
lines from the kernel, e.g. inGRUB_CMDLINE_LINUX_DEFAULT
.This hint i found here. I did not have to perform the proposed changes in the possible duplicate.
Running Virtualbox 5.1.34 under Ubuntu 16.04 I was disappointed all attempts at 1920x1080 or 1600x900 resulted in 640x480. Like many I discovered 1024x768 was the highest allowed and anything over would downgrade to 640x480.
Running
vbeinfo
at the grub prompt I discovered 1600x1200x32 was supported even though my monitor was 1900x1080. So I changed/etc/default/grub
to:And wow what a difference!
Part of the top and bottom is clipped / truncated but it's not a big deal and it's nice to see the window larger and legible:
I had to compress the .GIF to make it fit here, it's nicer live. I have two monitors (one above the other) so Virtual desktop size is 3840x1080