I have installed Ubuntu server 10.04.4 on VirtualBox but the screen appear too small. I read some guides that i have to change settings in grub to change the screen size, so i go to /etc/default/grub, opened grub in editor and edited this line #GRUB_GFXMODE=640x480 to GRUB_GFXMODE=1280x760. This is a resolution that my video card supports.
Then i updated grub and restarted the machine but it didn't work. When the machine starts loading in the beginning for a few seconds it goes into the screen resolution i have set but then goes back to the initial small screen resolution.
Any idea why it doesn't work?
sudo dpkg-reconfigure -plow console-setupfrom http://unix.stackexchange.com/questions/49779/can-i-change-the-font-of-terminal allows selection of codepage (UTF-8) and keyboard, the font (Fixed) and (quite limited set of values for) font size (13 is min in my case). It re-builds initramfs so it will be applied at boot time. Also there is an option like "Keep resolution from boot loader", maybe this will persist your grub setting.BTW old answer http://askubuntu.com/questions/29328/how-do-i-increase-the-text-size-of-the-text-on-a-console says 1280×1024 is OK, not 1280x768.
– Vladimir Kovalchuk Jan 26 '15 at 13:53