Ubuntu – How to increase the console resolution of the Ubuntu server

11.10consolegrub2server

I am running an Ubuntu server inside VMware workstation, when I run the VM the screen is really small. I want to increase it to something that fits in the whole VMware console.

I tried changing the GFX_MODE in /etc/default/grub, then I ran update-grub2. When I restarted it only made the grub menu HUGE. But once it booted into Ubuntu compltely it shrunk back down to the default resolution.

What am I missing?

Best Answer

Try appending vga=791 to the linux (kernel) line (in /etc/default/grub).

See console Framebuffer for additional resolutions (if you want to lower it further).

Related Question