View previous topic :: View next topic |
Author |
Message |
mrizzo n00b
Joined: 21 Apr 2002 Posts: 6 Location: New Jersey, USA
|
Posted: Mon Apr 22, 2002 6:17 pm Post subject: How to get GRUB to start in a different 'resolution'? |
|
|
Gentoo has been great so far. I am just having trouble getting grub to load in 80 x 50 video mode. I know with lilo all I had to do was put vga=ask in the config file. Is this possible with GRUB? If so, what are the setting to enter into menu.lst?
Thanks,
Mike Rizzo |
|
Back to top |
|
|
Jeevz Bodhisattva
Joined: 15 Apr 2002 Posts: 195 Location: Boston, MA
|
Posted: Mon Apr 22, 2002 6:51 pm Post subject: |
|
|
Works the same way. After your root delcaration in your menu.lst file add vga=ask
Example:
Code: |
title=My example Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3 vga=ask
|
|
|
Back to top |
|
|
rommel Veteran
Joined: 19 Apr 2002 Posts: 1145 Location: Williamsburg Virginia
|
Posted: Tue Apr 23, 2002 2:44 am Post subject: |
|
|
i think you can also change resolutions when running x by pressing ctrl-alt and then the + and - keys...it should cycle throught he resolutions you have in your xf86config file for that depth |
|
Back to top |
|
|
|