I've got Toshiba U500 (nVidia). Tried changing /etc/default/grub in many ways, now I've got:
GRUB_DEFAULT=5
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="vga=0x014c"
GRUB_CMDLINE_LINUX="vga=0x014c"
GRUB_GFXPAYLOAD_LINUX=1280x800x16
0x014c
is what vbeinfo in Grub related to 1280x800x16
I just wish my laptop could boot with nice, high resolution font and let tty consoles stay that way... How is that possible?
Regards, gocio