# HG changeset patch # User Oleksandr Gavenko # Date 1313314195 -10800 # Node ID 36430cc457bd43ed372c3c7919516826b3dac63d # Parent 41752712a800be5a4f95b64ba72c5e1fe48d0634 Setting text mode resolution on boot. diff -r 41752712a800 -r 36430cc457bd grub.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/grub.rst Sun Aug 14 12:29:55 2011 +0300 @@ -0,0 +1,50 @@ +.. -*- coding: utf-8 -*- + +======= + GRUB. +======= +.. contents:: + +Setting text mode resolution on boot. +===================================== + +vga=mode + +Specifies the VGA text mode that should be selected when booting. mode defaults +to the VGA mode setting in the kernel image. The values are not case-sensitive. +They are: + + ask + Prompts the user for the text mode. Pressing Enter in response to the + prompt displays a list of the available modes. extended (or ext) + Selects 80x50 text mode. + normal + Selects normal 80x25 text mode. + number + Uses the text mode that corresponds to number. A list of available + modes for your video card can be obtained by booting with vga=ask and + pressing Enter. + +:: + + F00 80x25 + F01 80x50 + F02 80x43 + F03 80x28 + F05 80x30 + F06 80x34 + F07 80x60 + F09 132x25 + F0A 132x43 + F0B 132x50 + F0C 132x60 + 100 40x25 + 154 132x43 + 155 132x25 + 164 132x60 + 165 132x50 + 120 132x25 + 121 132x43 + 122 132x50 + 123 132x60 +