Comment 22 for bug 447765

Revision history for this message
cazacugmihai (cazacugmihai) wrote :

Hi,

I have also this problem (on DELL XPS M1530 machine).

$ uname - r
2.6.31-17-generic

$ grub-install -v
grub-install (GNU GRUB 1.97~beta4)

[/etc/default/grub]:
GRUB_GFXMODE=1280x800x8

[/boot/grub/grub.cfg]:
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1280x800x8
  set gfxpayload=keep
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    terminal gfxterm
  fi
fi