Friday, January 28, 2011

Birthday Cake In Banff Restaurants



The server distro with only the text mode, you can find a console window with very small, especially if we are in a virtual machine. In
Ubuntu server (GRUB), the solution I've found on the net is as follows
(everything that follows should be executed by root ).

Open the GRUB configuration file (eg with nano ):
nano / etc / default / grub Replace

GRUB_GFXMODE the command with the following command:
GRUB_GFXPAYLOAD_LINUX = 800x600x24

Save and exit the editor and run the command that applies the corrections to GRUB: update-grub

When you restart the virtual machine window we will size to 800x600, making it a little more comfortable working from the console! ;-)

NB: to know the resolutions accepted by the system, press the "c" as soon as you start GRUB.
This will open the GRUB console where you can run some commands. Type
help to see the list of commands allowed.

Run the command:
vbeinfo
to view the resolutions accepted by the system.

0 comments:

Post a Comment