All of lore.kernel.org
 help / color / mirror / Atom feed
* gfxmode 640 x 480 is smaller then the help list
@ 2008-06-21 19:28 Bram Diederik
  2008-06-21 19:41 ` Vesa Jääskeläinen
  0 siblings, 1 reply; 3+ messages in thread
From: Bram Diederik @ 2008-06-21 19:28 UTC (permalink / raw)
  To: grub-devel

the gfxmode=640 x 480 is Smaller then the help list.
It looks like the width of the help is just to long, (perhaps one or two chars)
After every row of help commands there is a empty row,
doubling up the needed rows. pushing the upper rows out of the console.

It seems Nvidia (8400GS) has a additional problem.  pci-e
grub pauses after every width wrap in the console. limiting good cli usage
the latter is no issue on the intel ich9 (internal)

grub.conf:
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,5)
if font /share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-21 20:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-21 19:28 gfxmode 640 x 480 is smaller then the help list Bram Diederik
2008-06-21 19:41 ` Vesa Jääskeläinen
2008-06-21 19:59   ` Bram Diederik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.